Commit Graph

13 Commits

Author SHA1 Message Date
Jude Nelson
270447f0b0 de-lint 2018-10-11 17:38:46 -04:00
Jude Nelson
f0d589ab29 modify the BoundedThreadingMixIn so it will eagerly close client sockets when it has too many outstanding requests. Do some housekeeping so that we can use this in both the backplane RPC server and the API server, and update the relevant integration test to test for this behavior 2018-09-18 17:48:19 -04:00
Jude Nelson
733e3ce9ef delinting! 2018-07-06 13:48:24 -04:00
Jude Nelson
ef358c891b make getinfo faster so we can use it more in atlas in order to tell if we're talking to a testnet or mainnet node. We'll make it so mainnet nodes and testnet nodes ignore each other. 2018-04-29 23:01:57 -04:00
Jude Nelson
2e79429468 wait at most 5 minutes on child fork 2018-02-12 19:12:18 -05:00
Jude Nelson
0e708b391e typo 2018-02-12 16:58:34 -05:00
Jude Nelson
127fd48270 methods for making and parsing DIDs 2018-02-11 18:58:51 -05:00
Jude Nelson
b94d4320eb add method to identify a url's protocol 2018-02-09 19:18:12 -05:00
Jude Nelson
d69734656b use the right query formatter 2018-02-08 19:16:28 -05:00
Jude Nelson
47ffb6c655 add db_format_query 2018-02-07 19:02:49 -05:00
Jude Nelson
afa58ffc6c add daemonize() and db_query_execute() from blockstack_client 2018-01-29 19:10:13 -05:00
Jude Nelson
3e770c6427 fix url_to_host_port() for cases where we add a schema to the URL 2018-01-18 19:57:25 -05:00
Jude Nelson
785de7bccb add utility methods from blockstack_client, like serializing an atlas zone file inventory message to a string and parsing host:port strings. This cuts dependency on blockstack_client 2018-01-12 18:36:55 -05:00