Commit graph

619 commits

Author SHA1 Message Date
Christopher Jeffrey
2ef47124fc
handshake: wallet work. 2018-01-09 14:30:37 -08:00
Christopher Jeffrey
7f5073fb61
db: get tests passing again. 2018-01-07 12:30:09 -08:00
Christopher Jeffrey
4df1d1e1a3
covenants: add revocations. 2018-01-07 06:15:37 -08:00
Christopher Jeffrey
7dc399d047
db: work on better state transitions. 2018-01-07 04:00:00 -08:00
Christopher Jeffrey
469fb525b6
memwallet: add close auction method. 2018-01-06 17:53:38 -08:00
Christopher Jeffrey
b0abbe4ff2
covenants: switch to using same input and output indexes. 2018-01-06 10:29:29 -08:00
Christopher Jeffrey
69f4d7b9d0
memwallet: minor. 2018-01-06 08:54:15 -08:00
Christopher Jeffrey
2ffbbded2e
covenants: refactor a number of things. 2018-01-05 20:37:19 -08:00
Christopher Jeffrey
c260772163
covenants: drop unused methods and indexes. 2018-01-05 13:14:25 -08:00
Christopher Jeffrey
f191b1be36
handshake: tests sort of passing. 2018-01-05 12:58:39 -08:00
Christopher Jeffrey
bbe1322e51
refactor: handshakeify. 2018-01-05 04:11:11 -08:00
Christopher Jeffrey
4a6130dee6
minor: lint. 2017-12-30 03:51:51 -08:00
Christopher Jeffrey
a376c10a98
pkg: update deps. 2017-12-29 15:45:35 -08:00
Christopher Jeffrey
e4f29985dd
wallet/http: require admin token. 2017-12-28 11:20:13 -08:00
Christopher Jeffrey
02c193b012
wallet: always use separate http server. 2017-12-12 08:47:39 -08:00
Christopher Jeffrey
98118f3ff1
wallet: refactor. 2017-12-08 23:14:11 -08:00
Christopher Jeffrey
056630e231
db: drop old migrations. avoid using encoding. 2017-12-05 03:14:34 -08:00
Christopher Jeffrey
ff46dd9fff
db: stop relying on encoding. 2017-12-05 02:32:54 -08:00
Christopher Jeffrey
b32280bc05
wallet: more migrations. 2017-11-27 10:46:38 -08:00
Christopher Jeffrey
944cf29331
net: move netaddress. 2017-11-22 13:49:14 -08:00
Christopher Jeffrey
635e60cc58
bcoin: require bn.js directly. 2017-11-17 00:49:02 -08:00
Christopher Jeffrey
0e4d32f41b
bcoin: use util.revHex again. 2017-11-17 00:00:36 -08:00
Christopher Jeffrey
5ac4a84211
bcoin: move encoding constants around. 2017-11-16 23:52:14 -08:00
Christopher Jeffrey
16837295f0
bcoin: classify everything else. 2017-11-16 20:32:26 -08:00
Christopher Jeffrey
80b5fe502b
bcoin: clean up requires. 2017-11-16 12:24:45 -08:00
Christopher Jeffrey
c60b8ea125
refactor: switch to bio module. 2017-11-16 11:43:24 -08:00
Christopher Jeffrey
69a2fb43ef
bcoin: bstring requires. 2017-11-16 10:41:19 -08:00
Christopher Jeffrey
805ecea271
primitives: classify primitives. 2017-11-15 18:55:01 -08:00
Christopher Jeffrey
1b39abe157
bcoin: rename bufio and bstring. 2017-11-15 09:02:44 -08:00
Christopher Jeffrey
9a19cdb24d
crypto: start using hash.digest(). 2017-11-01 15:41:32 -07:00
Christopher Jeffrey
218b03f1e8
utils: remove dependence on co. 2017-11-01 14:13:07 -07:00
Christopher Jeffrey
6a83116951
utils: stop using asyncobject. 2017-11-01 12:57:11 -07:00
Christopher Jeffrey
438d7bc191
bcoin: cleanup. fix bsock calls. 2017-10-31 20:08:21 -07:00
Christopher Jeffrey
da28e10468
node: start using blgr and bcfg. 2017-10-30 21:56:51 -07:00
Christopher Jeffrey
b097d53d49
utils: start using bval. 2017-10-30 21:47:15 -07:00
Christopher Jeffrey
28f6c68470
utils: start using bstr. 2017-10-30 21:34:34 -07:00
Christopher Jeffrey
3ecc9829e3
utils: start using bbuf. 2017-10-30 21:29:49 -07:00
Christopher Jeffrey
7f170f377a
utils: start using bfilter. 2017-10-30 21:22:31 -07:00
Christopher Jeffrey
5be9ab31f2
utils: use bfile over utils/fs. 2017-10-30 21:10:28 -07:00
Christopher Jeffrey
f994266f35
encoding: refactor. remove bip70. 2017-10-30 21:02:19 -07:00
Christopher Jeffrey
894ad373ac
wallet: get server working. 2017-10-26 12:03:45 -07:00
Christopher Jeffrey
d6fb654dad
bcoin: remove dependence on util.js. 2017-10-26 04:07:48 -07:00
Christopher Jeffrey
71182864e7
bcoin: use bcrypto. remove crypto module. 2017-10-25 21:21:39 -07:00
Christopher Jeffrey
2560098260
http: use bclient. 2017-10-23 13:18:17 -07:00
Christopher Jeffrey
a682f202bf
http: stop using socket.io. 2017-10-22 05:44:16 -07:00
Christopher Jeffrey
8a409a6969
wallet/bcoin: stop tracking network everywhere. 2017-10-20 06:04:40 -07:00
Christopher Jeffrey
f974f68f00
wallet: better/less property tracking. 2017-10-20 04:25:36 -07:00
Christopher Jeffrey
e684e88649
wallet: track account balances. 2017-10-20 03:37:59 -07:00
Christopher Jeffrey
f900098ac5
test: add more wallet double spend tests. 2017-10-19 14:53:45 -07:00
Christopher Jeffrey
077c6883a1
wallet: all async methods. 2017-10-19 02:07:26 -07:00