Aaron Blankstein
c878b62c8a
/usr/bin/env python -> python2. our code is not python3 friendly, we should specify that
2017-08-17 13:40:01 -04:00
Jude Nelson
ff07b90bd1
use keylib base58 instead of pybitcoin base58
2017-04-20 17:36:49 -04:00
Jude Nelson
22a84cbb78
track 'last_create_op' in the db
2016-10-24 03:22:28 -04:00
Jude Nelson
f6d81c332d
back up op_fee, since it can change due to an epoch change
2016-09-12 17:59:14 -04:00
Jude Nelson
0143b7cb85
new price_name() API sync
2016-09-09 11:19:38 -04:00
Jude Nelson
c4abd401e1
pass both the working db and untrusted db when calculating extra
...
consensus fields (since the untrusted db might not have the data we
need when verifying). Also, when calculating consensus quirks, check if
a name operation is the first NAME_IMPORT for a name in order to handle
the NAME_IMPORT fee quirk correctly.
2016-09-07 11:08:06 -04:00
Jude Nelson
1952b935e4
preserve the *first* preorder name hash when restoring consensus extras
2016-09-05 20:46:00 -04:00
Jude Nelson
692319b263
Merge sqlite3 into develop. Mostly refactoring: move operation
...
parsing, validation, and consensus logic into the individual operation's
.py file.
2016-09-02 00:20:24 -04:00
Jude Nelson
144d1dbe1d
remove dead code
2016-06-14 11:31:04 -04:00
Jude Nelson
011576a168
WIP: move most nameop handling to the client
2016-06-09 03:17:15 -04:00
Jude Nelson
766f8df56a
Rename BlockstoreDB to BlockstackDB
2016-02-23 15:56:09 -05:00
Jude Nelson
29f7e2ef8c
WIP: renaming blockstore to blockstack
2016-02-23 15:52:18 -05:00