Jude Nelson
6807734dea
typo
2017-10-29 22:38:18 -04:00
Jude Nelson
f88ff8010a
abort on failed putimmutable
2017-10-28 13:36:59 -04:00
Jude Nelson
25ae384977
test did resolution automatically by constructing dids from api calls
2017-10-28 13:36:17 -04:00
Jude Nelson
f9fa58c7bf
port 16264 is also http (for testing)
2017-10-28 13:35:57 -04:00
Jude Nelson
42b57c9268
reenable gc in grandchild
2017-10-28 13:35:38 -04:00
Jude Nelson
b9318b1c44
disable gc in intermediate child, and re-enable it in grandchild. appears to stop waitpid/gc deadlock in daemonization due to sqlite3 handles having custom __del__ implementations
2017-10-28 13:33:36 -04:00
Jude Nelson
3d09eb35e3
add test for creating an empty ID namespace without an APi server
2017-10-27 19:27:28 -04:00
Jude Nelson
6fca324a6d
version bump
2017-10-27 11:38:25 -04:00
Jude Nelson
39861d2b8c
fix error path reference to undeclared variable
2017-10-27 11:38:08 -04:00
Jude Nelson
d2e5b35273
whitespace
2017-10-26 14:24:42 -04:00
Jude Nelson
846d816b85
send zone file to given hostport
2017-10-26 14:24:33 -04:00
Jude Nelson
3e1d6bf9ec
sync_zonefile: registration and renewal can set the zone file
2017-10-26 14:24:20 -04:00
Jude Nelson
e42cc610f0
unused import
2017-10-26 00:41:59 -04:00
Jude Nelson
5c019ee9dd
fix using a separate key
2017-10-26 00:41:45 -04:00
Jude Nelson
c7f8590e6b
fix typos; ecdsa_private_key doesn't take compressed (yet)
2017-10-25 20:18:26 -04:00
Jude Nelson
0373942dd8
use the is_name_valid() call to validate names
2017-10-25 19:41:53 -04:00
Jude Nelson
8532807835
support segwit and multisig owner and payment keys passed in from the browser
2017-10-25 19:41:37 -04:00
Jude Nelson
a4debac824
prefer ecdsa_private_key over ECPrivateKey
2017-10-25 15:45:22 -04:00
Jude Nelson
50b4e3421f
prefer ecdsa_private_key over ECPrivateKey
2017-10-25 15:45:09 -04:00
Jude Nelson
d27aa02c57
prefer ecdsa_private_key() over ECPrivateKey()
2017-10-25 15:44:56 -04:00
Jude Nelson
a8bbf7b3b9
is_name_registered() can filter on names in the grace period, and take a config file pat
2017-10-25 15:44:40 -04:00
Jude Nelson
e00db4a709
aggressive address encoding
2017-10-25 15:44:22 -04:00
Jude Nelson
f2f7d5a7cb
have registrar methods return the names they did (and did not) register; when encrypting owner/private keys, allow the registrar to specify scrypt parameters (taken from the environment)
2017-10-25 15:43:48 -04:00
Jude Nelson
05e37da5cf
whitespacing
2017-10-25 15:43:38 -04:00
Jude Nelson
4537fb8d32
be more aggressive about address encoding checks; pass config paths where appropriate
2017-10-25 15:43:06 -04:00
Jude Nelson
fbb90491eb
allow the aes_encrypt() caller to pass scrypt parameters
2017-10-25 15:42:46 -04:00
Jude Nelson
bb1f3e42b7
accept config path
2017-10-25 15:42:35 -04:00
Jude Nelson
5544f4dc1f
use ecdsa_private_key over ECPrivateKey when appropriate
2017-10-25 15:42:18 -04:00
Jude Nelson
230c7a6c26
Merge branch 'master' into hotfix/nameop-library-support
2017-10-24 11:51:56 -04:00
Jack Zampolin
91fc0103e2
Merge pull request #655 from amitkumarj441/patch-1
...
Update dockerfile
2017-10-24 08:33:56 -07:00
Jude Nelson
dbd9bb6341
Merge branch 'master' into hotfix/nameop-library-support
2017-10-24 10:58:17 -04:00
Jude Nelson
3f6ff2c91e
stress-test daemonization
2017-10-24 10:56:53 -04:00
Jude Nelson
e17c67ced6
Merge branch 'hotfix/lookup-public-key'
2017-10-24 10:56:12 -04:00
Jude Nelson
815418ff42
Merge branch 'hotfix/daemonization-race'
2017-10-24 10:55:54 -04:00
Jude Nelson
d55d090790
Merge pull request #662 from blockstack/hotfix/jz-failed-influx
...
Wrap influx writes in try/except blocks to fail silently
2017-10-24 10:51:59 -04:00
Jude Nelson
e7818de6f9
version bump
2017-10-23 23:49:27 -04:00
Jude Nelson
0260814e47
wrong variable
2017-10-23 19:08:39 -04:00
Jude Nelson
ba6649b961
accept return_public_key=True/False kwarg to control whether or not get_mutable_data() returns the public key that authenticated the data (if it could be found)
2017-10-23 18:02:24 -04:00
Jude Nelson
0a227ed6ff
extract public key from storage layer and return it with subdomain profile
2017-10-23 18:02:08 -04:00
Jude Nelson
5859630556
extract public key from storage layer and return it with the profile
2017-10-23 18:01:55 -04:00
Jude Nelson
a55525ba7b
lookup returns the public key as well as the profile and zone file
2017-10-23 18:01:42 -04:00
Jude Nelson
eaa8012551
test that we return the public key with the profile and zone file
2017-10-23 18:01:29 -04:00
Jude Nelson
3049ac9713
return public key as well as profile and zone file
2017-10-23 18:01:19 -04:00
Jack Zampolin
69b6fe3981
Fix typo
2017-10-23 14:55:11 -07:00
Jack Zampolin
0efeb2fa4f
Wrap influx writes in try/except blocks to fail silently
2017-10-23 14:41:57 -07:00
Jude Nelson
15f6bbca8a
pass owner address through
2017-10-23 17:08:34 -04:00
Jude Nelson
99d1f0c510
whitespace
2017-10-23 17:08:23 -04:00
Jude Nelson
889e70fe5d
allow accepting only the owner address, in case the owner private key is not known
2017-10-23 17:08:06 -04:00
Jude Nelson
97dcab7cb3
allow running the registrar once, in one pass. Also, accept config overrides in its constructor
2017-10-23 17:07:44 -04:00
Amit Kumar Jaiswal
c7dc62fc81
Update dockerfile
...
The updated version of the dockerfile reduces the size of the docker image which is created. This would drastically reduce the size of the docker image.
2017-10-20 22:07:27 +05:30