Jude Nelson
|
8cddb74162
|
move derelict tests to the attic
|
2017-04-20 17:48:27 -04:00 |
|
Jude Nelson
|
e22b168fb4
|
remove redundant set_wallet
|
2017-04-20 17:48:17 -04:00 |
|
Jude Nelson
|
6742b68655
|
use virtualchain's and blockstack_client's APIs where applicable; WIP moving off of pybitcoin
|
2017-04-20 17:47:56 -04:00 |
|
Jude Nelson
|
4c710dd1a2
|
start the API server explicitly
|
2017-04-20 17:47:46 -04:00 |
|
Jude Nelson
|
8214739336
|
start the API server explicitly
|
2017-04-20 17:47:20 -04:00 |
|
Jude Nelson
|
1c94eae0f0
|
no safety checks when doing lots of initial imports in one go
|
2017-04-20 17:46:54 -04:00 |
|
Jude Nelson
|
9b76f1ac91
|
use virtualchain's tx serializer UTXO format
|
2017-04-20 17:46:33 -04:00 |
|
Jude Nelson
|
ab5571ed86
|
use virtualchain's key library
|
2017-04-20 17:46:24 -04:00 |
|
Jude Nelson
|
319e6621ee
|
use virtualchain's key library
|
2017-04-20 17:45:39 -04:00 |
|
Jude Nelson
|
43c941df33
|
use virtualchain's tx parser and serializer instead of pybitcoin's
|
2017-04-20 17:45:21 -04:00 |
|
Jude Nelson
|
bb5ea08043
|
use virtualchain's key library
|
2017-04-20 17:45:07 -04:00 |
|
Jude Nelson
|
762ec22eee
|
move most bitcoin-specific functionality to virtualchain, and use virtualchain's API to access them
|
2017-04-20 17:44:42 -04:00 |
|
Jude Nelson
|
c1b94c1227
|
use virtualchain key methods
|
2017-04-20 17:44:27 -04:00 |
|
Jude Nelson
|
0fb9d41da5
|
use virtualchain key methods
|
2017-04-20 17:44:19 -04:00 |
|
Jude Nelson
|
6a608e4f97
|
use virtualchain key methods
|
2017-04-20 17:44:06 -04:00 |
|
Jude Nelson
|
45f44ffed0
|
use new virtualchain tx API
|
2017-04-20 17:43:36 -04:00 |
|
Jude Nelson
|
dbadfd6f65
|
extra assertions on sizes of buckets and discounts; use new virtualchain tx API
|
2017-04-20 17:43:16 -04:00 |
|
Jude Nelson
|
81ba183b7c
|
move common ecdsa methods into virtualchain's ecdsalib, and rely on them where applicable
|
2017-04-20 17:42:49 -04:00 |
|
Jude Nelson
|
f93799fd3f
|
use virtualchain key methods
|
2017-04-20 17:42:37 -04:00 |
|
Jude Nelson
|
08d458ab27
|
properly format UTXOs for virtualchain's transaction serializer
|
2017-04-20 17:42:20 -04:00 |
|
Jude Nelson
|
3f0a858fc2
|
use new virtualchain address methods
|
2017-04-20 17:41:49 -04:00 |
|
Jude Nelson
|
314de6acf1
|
use virtualchain key methods
|
2017-04-20 17:41:30 -04:00 |
|
Jude Nelson
|
7f3886ec26
|
use virtualchain key, address, and tx methods instead of those from pybitcoin
|
2017-04-20 17:41:11 -04:00 |
|
Jude Nelson
|
df8b743320
|
support S3 in read-only mode (no api tokens needed); don't compress by default
|
2017-04-20 17:40:54 -04:00 |
|
Jude Nelson
|
c263f5bee3
|
remove pybitcoin dependency; use virtualchain hash library
|
2017-04-20 17:40:37 -04:00 |
|
Jude Nelson
|
3012b18e8a
|
note to remove PyCrypto dependency (this is the only place it get used, and it gets used only for backwards compatibility)
|
2017-04-20 17:38:52 -04:00 |
|
Jude Nelson
|
88061d5dda
|
use new virtualchain tx serialization
|
2017-04-20 17:38:34 -04:00 |
|
Jude Nelson
|
1eea8a7c96
|
use virtualchain key library
|
2017-04-20 17:38:17 -04:00 |
|
Jude Nelson
|
82edadff96
|
remove pybitcoin and pybitcointools dependencies
|
2017-04-20 17:38:02 -04:00 |
|
Jude Nelson
|
7822bc1411
|
use virtualchain methods instead of pybitcoin methods; for get_names_in_namespace and get_all_names, require a page number so we don't ask for the entire listing
|
2017-04-20 17:37:33 -04:00 |
|
Jude Nelson
|
eb06526aa4
|
use generic virtualchain multisig script check
|
2017-04-20 17:37:17 -04:00 |
|
Jude Nelson
|
9c12126d95
|
use generic virtualchain multisig script check
|
2017-04-20 17:37:02 -04:00 |
|
Jude Nelson
|
ff07b90bd1
|
use keylib base58 instead of pybitcoin base58
|
2017-04-20 17:36:49 -04:00 |
|
Jude Nelson
|
40d94506a0
|
use virtualchain address methods instead of pybitcoin address methods
|
2017-04-20 17:36:32 -04:00 |
|
Jude Nelson
|
845d23cc60
|
do not require pybitcoin, except for unit tests
|
2017-04-20 17:36:16 -04:00 |
|
Jude Nelson
|
3cde47c606
|
use virtualchain hashing library instead of pybitcoin
|
2017-04-20 17:36:04 -04:00 |
|
Jude Nelson
|
5a7dd7433b
|
use virtualchain hashing library instead of pybitcoin
|
2017-04-20 17:35:50 -04:00 |
|
Aaron Blankstein
|
c2443a2ef8
|
simple typo fix
|
2017-04-20 10:38:32 -04:00 |
|
Aaron Blankstein
|
a930da48e6
|
hardcoding the response of fake privkey generator to speed up the price calculation
|
2017-04-18 18:17:47 -04:00 |
|
Jude Nelson
|
d01d42e9ed
|
Merge remote-tracking branch 'origin/api' into rc-0.14.2
|
2017-04-17 15:40:36 -04:00 |
|
Jude Nelson
|
7e9a2cc736
|
add simple netlog server for testing logging to Portal
|
2017-04-17 15:39:32 -04:00 |
|
Jude Nelson
|
9463448831
|
fix netlog implementation
|
2017-04-17 15:39:12 -04:00 |
|
Jude Nelson
|
1a07180041
|
remove dead code
|
2017-04-17 15:38:59 -04:00 |
|
Jude Nelson
|
6a3b46f918
|
add missing imports
|
2017-04-17 15:38:50 -04:00 |
|
Jude Nelson
|
23dfd947f7
|
catch assertion error and ecdsa error on signature verification
|
2017-04-17 15:38:35 -04:00 |
|
Jude Nelson
|
d95e5d74ac
|
whitespace
|
2017-04-17 15:38:26 -04:00 |
|
Jude Nelson
|
3812ae905b
|
include netlog server requirements; bump version
|
2017-04-17 15:38:11 -04:00 |
|
Jude Nelson
|
3e850c11cf
|
add netlog server to binaries
|
2017-04-17 15:38:01 -04:00 |
|
Aaron
|
e70c2b15db
|
Merge pull request #391 from kantai/api-aaron
Merging rc14.2 and updated search endpoint forwarding and unit tests
|
2017-04-17 15:22:05 -04:00 |
|
Aaron Blankstein
|
1dfb2d8adb
|
switch back to letting the underlying api service deal with forcing paginated /v1/names calls
|
2017-04-17 15:19:35 -04:00 |
|