Christopher Jeffrey
|
5b1a7a89ac
|
txdb-wallet.
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
e50cbc911c
|
txdb: remove updated event.
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
e098fdeca4
|
rpc: refactor listunspent.
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
e910147544
|
rpc: fix listunspent.
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
3265e80c8e
|
rpc: tx json yet again.
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
24ca0d9fc2
|
rpc: tx json again...
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
532e46b2d1
|
rpc: tx json again.
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
6b639017d4
|
rpc: fix tx json.
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
de55c82227
|
txdb: fix getMember.
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
abd267b7d2
|
wallet: drop wallet map in favor of path info and tx details.
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
0eaa42bb42
|
rpc: explicitly pass in height and network.
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
e872f5985c
|
rpc: getreceivedbyaccount.
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
780601b3b7
|
rpc: abandontransaction.
|
2016-08-18 02:09:30 -07:00 |
|
Christopher Jeffrey
|
e59fe9bf6d
|
rpc: prioritisetransaction.
|
2016-08-10 19:47:52 -07:00 |
|
Christopher Jeffrey
|
a0d109f52d
|
rpc: gettxoutproof and verifytxoutproof.
|
2016-08-10 19:35:01 -07:00 |
|
Christopher Jeffrey
|
b50f8cc2bb
|
rpc: getaddednodeinfo.
|
2016-08-10 18:58:40 -07:00 |
|
Christopher Jeffrey
|
f0c9f1ba81
|
rpc: fundrawtransaction.
|
2016-08-10 18:50:32 -07:00 |
|
Christopher Jeffrey
|
1fca8fe645
|
rpc: add listunspent.
|
2016-08-10 18:41:36 -07:00 |
|
Christopher Jeffrey
|
295e0d74bd
|
rpc: s/cost/weight/
|
2016-08-10 17:30:45 -07:00 |
|
Christopher Jeffrey
|
1b3233e948
|
rpc: minor style.
|
2016-08-10 17:25:58 -07:00 |
|
Christopher Jeffrey
|
c7b725450a
|
rpc: implement getblocktemplate versionbits and polling.
|
2016-08-10 17:21:58 -07:00 |
|
Christopher Jeffrey
|
cadd3f31ea
|
rpc: minor.
|
2016-08-09 21:25:11 -07:00 |
|
Christopher Jeffrey
|
cfee08d58e
|
rpc: fix findFork.
|
2016-08-09 21:14:30 -07:00 |
|
Christopher Jeffrey
|
242fbd0a59
|
rpc: optimize getchaintips.
|
2016-08-09 21:12:53 -07:00 |
|
Christopher Jeffrey
|
20a8d23c76
|
rpc: softforks and chain tips.
|
2016-08-09 19:16:52 -07:00 |
|
Christopher Jeffrey
|
7490ea2b87
|
rpc: error handling.
|
2016-08-09 13:07:03 -07:00 |
|
Christopher Jeffrey
|
6ee7ac8a51
|
rpc: fix getrawmempool.
|
2016-08-09 12:22:07 -07:00 |
|
Christopher Jeffrey
|
4893c7dba5
|
rpc: misc fixes.
|
2016-08-08 15:55:00 -07:00 |
|
Christopher Jeffrey
|
45d424470d
|
rpc: fix tx details.
|
2016-08-08 13:19:38 -07:00 |
|
Christopher Jeffrey
|
4a398517d9
|
rpc: add RPCError.
|
2016-08-05 15:07:04 -07:00 |
|
Christopher Jeffrey
|
3406a09cd5
|
rpc: listsinceblock.
|
2016-08-05 14:49:59 -07:00 |
|
Christopher Jeffrey
|
d32df008df
|
rpc: add listsinceblock.
|
2016-08-05 14:44:48 -07:00 |
|
Christopher Jeffrey
|
42e03c227a
|
rpc: fixes for net and mining.
|
2016-08-05 14:32:29 -07:00 |
|
Christopher Jeffrey
|
6299b99614
|
rpc: implement getmininginfo.
|
2016-08-05 14:27:10 -07:00 |
|
Christopher Jeffrey
|
ac774fbe3a
|
server: fix rpc auth.
|
2016-08-05 14:10:32 -07:00 |
|
Christopher Jeffrey
|
0a217e7be2
|
rpc: add wallet txs.
|
2016-08-05 14:02:10 -07:00 |
|
Christopher Jeffrey
|
ce7f300260
|
wallet: add wallet.send.
|
2016-08-05 13:38:27 -07:00 |
|
Christopher Jeffrey
|
3cbc5e2726
|
config: expose index-tx and index-address.
|
2016-08-04 13:44:45 -07:00 |
|
Christopher Jeffrey
|
104458a483
|
rpc: implement more methods.
|
2016-07-31 20:11:22 -07:00 |
|
Christopher Jeffrey
|
666ff94ddf
|
ec: recover.
|
2016-07-31 11:03:23 -07:00 |
|
Christopher Jeffrey
|
bf63691fd2
|
http: have json rpc use server api key.
|
2016-07-30 20:39:13 -07:00 |
|
Christopher Jeffrey
|
bea7bc4677
|
http: autogen rpc creds.
|
2016-07-26 18:14:14 -07:00 |
|
Christopher Jeffrey
|
91a1477aeb
|
http: add bitcoind-compatible json-rpc server.
|
2016-07-26 18:10:05 -07:00 |
|
Christopher Jeffrey
|
ee08278654
|
lint.
|
2016-07-21 12:38:31 -07:00 |
|
Christopher Jeffrey
|
a70b615fd2
|
http client.
|
2016-07-16 15:41:26 -07:00 |
|
Christopher Jeffrey
|
2d8274b46e
|
lint.
|
2016-07-16 14:56:27 -07:00 |
|
Christopher Jeffrey
|
74c999abe3
|
refactor websocket api.
|
2016-07-15 18:20:55 -07:00 |
|
Christopher Jeffrey
|
682596fb05
|
http tests. caches.
|
2016-07-15 18:20:55 -07:00 |
|
Christopher Jeffrey
|
a60a48da9a
|
http test. fix path parsing.
|
2016-07-15 18:20:55 -07:00 |
|
Christopher Jeffrey
|
a6dc5a08c8
|
misc. fix rejects filter additions.
|
2016-07-15 18:20:55 -07:00 |
|
Christopher Jeffrey
|
4a8768bcd2
|
api keys.
|
2016-07-15 18:20:55 -07:00 |
|
Christopher Jeffrey
|
28f6ebe43f
|
remove globals. add logger.
|
2016-07-15 18:20:55 -07:00 |
|
Christopher Jeffrey
|
e0373dbf65
|
lint.
|
2016-07-15 18:20:55 -07:00 |
|
Christopher Jeffrey
|
1a32e66468
|
fix open and close for all async objects.
|
2016-07-15 18:20:55 -07:00 |
|
Christopher Jeffrey
|
c03f704018
|
fix http api.
|
2016-06-21 14:39:56 -07:00 |
|
Christopher Jeffrey
|
61782a70ba
|
fix input and output json.
|
2016-06-21 14:17:28 -07:00 |
|
Christopher Jeffrey
|
16404a03ba
|
serialization... again.
|
2016-06-17 01:34:59 -07:00 |
|
Christopher Jeffrey
|
f494762a67
|
api: create address.
|
2016-06-16 15:37:22 -07:00 |
|
Christopher Jeffrey
|
edbd42b2c2
|
api fixes.
|
2016-06-16 15:26:32 -07:00 |
|
Christopher Jeffrey
|
6303530c4f
|
fees. mempool. createTX.
|
2016-06-15 17:04:04 -07:00 |
|
Christopher Jeffrey
|
9a5f1c556d
|
strict mode.
|
2016-06-13 01:06:01 -07:00 |
|
Christopher Jeffrey
|
ca3dade3b1
|
update links.
|
2016-06-09 16:19:14 -07:00 |
|
Christopher Jeffrey
|
f71aa44acc
|
spruce things up for the browser.
|
2016-06-05 08:20:27 -07:00 |
|
Christopher Jeffrey
|
e330317b5c
|
more http api.
|
2016-06-02 11:53:55 -07:00 |
|
Christopher Jeffrey
|
29d79e57ad
|
sign created tx.
|
2016-06-02 11:28:52 -07:00 |
|
Christopher Jeffrey
|
5b1ce02324
|
events. http wallet.
|
2016-06-02 07:19:30 -07:00 |
|
Christopher Jeffrey
|
2f492dfc89
|
http wallet.
|
2016-06-02 05:25:14 -07:00 |
|
Christopher Jeffrey
|
ac21ebd151
|
socket.io fixes.
|
2016-06-02 02:46:39 -07:00 |
|
Christopher Jeffrey
|
b7bc1cfe77
|
more socket.io things.
|
2016-05-27 01:07:43 -07:00 |
|
Christopher Jeffrey
|
afeb1d1d34
|
lint.
|
2016-05-25 01:39:08 -07:00 |
|
Christopher Jeffrey
|
3979e57acc
|
fix options for http.
|
2016-05-19 01:33:32 -07:00 |
|
Christopher Jeffrey
|
5ac4621b0e
|
comments. docs.
|
2016-05-15 18:22:28 -07:00 |
|
Christopher Jeffrey
|
fc22de77bf
|
tests passing.
|
2016-05-13 10:04:56 -07:00 |
|
Christopher Jeffrey
|
5eb3946e38
|
major refactor.
|
2016-05-13 09:24:04 -07:00 |
|
Christopher Jeffrey
|
afee09a935
|
utils refactor.
|
2016-04-30 16:20:40 -07:00 |
|
Christopher Jeffrey
|
ed6b1e9072
|
rename methods.
|
2016-04-19 11:50:56 -07:00 |
|
Christopher Jeffrey
|
2775382691
|
more accurate multisig. misc fixes.
|
2016-04-18 19:55:24 -07:00 |
|
Christopher Jeffrey
|
69ddca52a8
|
clean up utils.
|
2016-04-18 00:36:03 -07:00 |
|
Christopher Jeffrey
|
1ea23577e4
|
server. one hash.
|
2016-04-17 22:26:11 -07:00 |
|
Christopher Jeffrey
|
0a621238ba
|
refactor: rename constants.
|
2016-04-17 08:45:22 -07:00 |
|
Christopher Jeffrey
|
81e978f51a
|
fix docs.
|
2016-04-16 21:11:33 -07:00 |
|
Christopher Jeffrey
|
3f56375ad7
|
rename some files.
|
2016-04-16 20:59:32 -07:00 |
|
Christopher Jeffrey
|
0f6c19bcd5
|
major refactor.
|
2016-04-16 20:03:00 -07:00 |
|
Christopher Jeffrey
|
0d7d8073a2
|
refactor.
|
2016-04-16 05:56:38 -07:00 |
|
Christopher Jeffrey
|
72e907f81e
|
more fixes. cleanup.
|
2016-04-15 06:44:38 -07:00 |
|
Christopher Jeffrey
|
e3595906c9
|
no one can say i didn't write docs now.
|
2016-04-15 06:43:44 -07:00 |
|
Christopher Jeffrey
|
d93be7b3d7
|
walletdb args.
|
2016-04-09 04:53:41 -07:00 |
|
Christopher Jeffrey
|
2d83ce9579
|
wallet fixes.
|
2016-04-09 04:21:41 -07:00 |
|
Christopher Jeffrey
|
044d54e12e
|
add total balance.
|
2016-04-08 18:15:50 -07:00 |
|
Christopher Jeffrey
|
2a47abd98a
|
have node.sendTX add to mempool.
|
2016-04-08 18:03:17 -07:00 |
|
Christopher Jeffrey
|
94f7bf000b
|
http: add to mempool and broadcast.
|
2016-04-08 17:50:47 -07:00 |
|
Christopher Jeffrey
|
9e830c4666
|
hack: temporarily disable socketio.
|
2016-04-08 16:04:43 -07:00 |
|
Christopher Jeffrey
|
34341e8b50
|
fixes. up pending limit.
|
2016-04-08 15:20:00 -07:00 |
|
Christopher Jeffrey
|
0a7f118528
|
add environment.
|
2016-04-06 18:55:55 -07:00 |
|
Christopher Jeffrey
|
4b20a87b4f
|
db refactoring.
|
2016-04-04 18:57:34 -07:00 |
|
Christopher Jeffrey
|
8289544b81
|
fixes.
|
2016-04-01 22:12:05 -07:00 |
|
Christopher Jeffrey
|
4f03675b9f
|
remotely add and remove keys.
|
2016-04-01 22:01:13 -07:00 |
|
Christopher Jeffrey
|
c030d2480d
|
more http.
|
2016-04-01 17:02:14 -07:00 |
|
Christopher Jeffrey
|
d83a68523e
|
http.
|
2016-04-01 15:34:40 -07:00 |
|
Christopher Jeffrey
|
9e0adcfec1
|
http.
|
2016-04-01 04:05:54 -07:00 |
|