Jude Nelson
|
8755474dbf
|
use blockstack_magic_bytes() to get the magic bytes for virtualchain instead of a global
|
2018-10-30 18:23:05 -04:00 |
|
Jude Nelson
|
abd4d15c5c
|
use blockstack_magic_bytes() to get the virtualchain magic bytes instead of a global
|
2018-10-30 18:22:50 -04:00 |
|
Jude Nelson
|
65f575e9bb
|
the environment variable BLOCKSTACK_TESTNET_ID overrides MAGIC_BYTES, and also will change the default RPC_SERVER_PORT and DEFAULT_API_PORT to 16264 and 16268, respectively. It also sets BLOCKSTACK_TESTNET_ACTIVE, to indicate to other parts of the codebase that this is a virtualchain testnet. In addition, the global MAGIC_BYTES shall henceforth be accessed with blockstack_magic_bytes()
|
2018-10-30 18:21:39 -04:00 |
|
Jude Nelson
|
aa6d2d3bef
|
add --testnet-id and --testnet-start-block CLI arguments, to cause the blockstack core node to begin indexing from an alternative block height and search for transactions witn an alternative sequence of magic bytes. If given, the core node stores its chain state for the testnet to ~/.blockstack-server/testnet/<magic-bytes>/ by default
|
2018-10-30 18:20:26 -04:00 |
|
Jude Nelson
|
a1c2909b7f
|
don't log unmatched routes
|
2018-10-29 18:51:17 -04:00 |
|
Jude Nelson
|
b5bbe18ab0
|
v20.0.8.6
|
2018-10-29 18:33:49 -04:00 |
|
Jude Nelson
|
ed5ff61b17
|
remove redundant check
|
2018-10-29 18:33:11 -04:00 |
|
Jude Nelson
|
0e1c23d707
|
disable public-testnet requirement for receive-whitelist
|
2018-10-29 18:13:52 -04:00 |
|
Jude Nelson
|
959c92673e
|
v20.0.8.4
|
2018-10-29 17:23:47 -04:00 |
|
Jude Nelson
|
7d2edb85f4
|
Genesis block! Signed with the Blockstack Signing Key 17AB 1256 D077 8476 9BC9 90CF ED3E 896B 9AAD 437B
|
2018-10-29 12:16:30 -04:00 |
|
Jude Nelson
|
a02b7e4284
|
key id may start with 0x
|
2018-10-29 12:16:06 -04:00 |
|
Jude Nelson
|
d09a3b8d04
|
new fast-sync url and public key
|
2018-10-28 21:07:23 -04:00 |
|
Jude Nelson
|
1537e1da0c
|
log history error
|
2018-10-27 17:14:28 -04:00 |
|
Jude Nelson
|
085a5700e3
|
remove commented-out code
|
2018-10-27 17:14:17 -04:00 |
|
Jude Nelson
|
794fb5c324
|
remove unused methods; order account history in descending order
|
2018-10-27 17:14:02 -04:00 |
|
Jude Nelson
|
72da10cd98
|
remove duplicate method
|
2018-10-27 17:13:49 -04:00 |
|
Jude Nelson
|
83556eb669
|
revert -- return the base58check address format, since this is what blockstack.js expects
|
2018-10-27 17:01:00 -04:00 |
|
Jude Nelson
|
1829adaf4b
|
account/genesis addresses can include c32 strings
|
2018-10-26 16:20:54 -04:00 |
|
Jude Nelson
|
8b8573cfaa
|
must be a string, not unicode
|
2018-10-26 16:18:00 -04:00 |
|
Jude Nelson
|
e2a07af271
|
returned account addresses are c32check, not b58check
|
2018-10-26 16:14:20 -04:00 |
|
Jude Nelson
|
e6926e810f
|
remove duplicate primary key constraint
|
2018-10-26 16:09:46 -04:00 |
|
Jude Nelson
|
86ff2a784d
|
*stages*
|
2018-10-25 17:11:29 -04:00 |
|
Jude Nelson
|
3160c3ec22
|
get built-in stages
|
2018-10-25 17:09:24 -04:00 |
|
Jude Nelson
|
59572bdb71
|
test for db existence before opening
|
2018-10-25 17:06:31 -04:00 |
|
Jude Nelson
|
234684f08e
|
add semver equality test
|
2018-10-25 15:29:30 -04:00 |
|
Jude Nelson
|
2b2dd26e72
|
store the database version on boot-up and add code to check it on open
|
2018-10-25 15:29:11 -04:00 |
|
Jude Nelson
|
6ed4dbd1bd
|
add a db_version command that will print and check the database version against the node version
|
2018-10-25 15:28:45 -04:00 |
|
Jude Nelson
|
e2880aea71
|
Merge branch 'master' into develop
|
2018-10-23 22:42:23 -04:00 |
|
Jude Nelson
|
4e3301b937
|
back-port /v1/info
|
2018-10-23 22:41:35 -04:00 |
|
Jude Nelson
|
baf65488f1
|
version bump
|
2018-10-23 17:54:09 -04:00 |
|
Jude Nelson
|
30258191ae
|
typo
|
2018-10-23 17:53:29 -04:00 |
|
Jude Nelson
|
6e56141bb4
|
Merge branch 'master' into develop
|
2018-10-23 16:49:43 -04:00 |
|
Jude Nelson
|
fb34eeb7a9
|
Merge branch 'hotfix/recovery-block-range'
|
2018-10-23 16:38:22 -04:00 |
|
Jude Nelson
|
0251a8488a
|
version bump
|
2018-10-23 16:37:40 -04:00 |
|
Jude Nelson
|
de87344a87
|
explicitly send Host header in xmlrpc
|
2018-10-23 16:36:49 -04:00 |
|
Jude Nelson
|
36965e0557
|
check recovery window when booting up, and pass the result to the server setup method
|
2018-10-23 14:12:34 -04:00 |
|
Jude Nelson
|
3f5522c917
|
method to remove recovery info
|
2018-10-23 14:12:15 -04:00 |
|
Jude Nelson
|
d67579460b
|
get/set recovery block range to account for block data that we lost by restoring from a backup (so we know for which blocks we need to unconditionally re-process zone files)
|
2018-10-23 14:00:06 -04:00 |
|
Jude Nelson
|
2bd31d0d91
|
mark zonefiles as absent if we're recovering, so they'll be reprocessed
|
2018-10-23 13:59:45 -04:00 |
|
Jude Nelson
|
ef0e245c58
|
track whether or not we recover from a backup, and pass along to Atlas and the local recovery state
|
2018-10-23 13:59:17 -04:00 |
|
Jude Nelson
|
308587ef35
|
Merge branch 'master' into develop
|
2018-10-22 18:42:16 -04:00 |
|
Jude Nelson
|
0242f4b669
|
Add BLOCKSTACK_API_HOST and BLOCKSTACK_API_PORT envars (#867)
|
2018-10-22 18:39:38 -04:00 |
|
Jude Nelson
|
f3c74feaf3
|
version bump
|
2018-10-22 17:24:18 -04:00 |
|
Jude Nelson
|
2291a27e74
|
print out original address
|
2018-10-21 02:47:14 -04:00 |
|
Jude Nelson
|
33e0cab6a5
|
convert c32 to b58 addresses automatically
|
2018-10-21 02:29:39 -04:00 |
|
Jude Nelson
|
4bb0634f24
|
typo: wrong variable
|
2018-10-21 02:27:18 -04:00 |
|
Jude Nelson
|
ba4aab3735
|
be a bit more lienient about gpg output formatting
|
2018-10-21 02:25:42 -04:00 |
|
Jude Nelson
|
9cffdb26bb
|
add code to audit the genesis block
|
2018-10-21 02:18:35 -04:00 |
|
Jude Nelson
|
98396cf469
|
the genesis block will encode all stage it went through, the signing keys, and the final stage (as the actual "genesis block" to be loaded into the db)
|
2018-10-21 02:16:35 -04:00 |
|
Jude Nelson
|
75b8d60d16
|
update genesis block schema
|
2018-10-21 02:16:10 -04:00 |
|