Commit Graph

11 Commits

Author SHA1 Message Date
Braydon Fuller
8bddf4f0d6 bitcoind: add getDetailedTransaction method
Adds a new method getDetailedTransaction with a standard JavaScript object
with block information, address, amounts and fees. And removes the
getTransactionWithBlockInfo method since this new method is equivalent,
and will serialize over an API correctly.

Also includes a new method getBlockOverview to get the txids for a block,
that can be combined with getDetailedTransaction for viewing block
transactions with additional information.
2016-05-13 16:50:49 -04:00
Braydon Fuller
0272b17f0e test: fix regtest amount check 2016-04-21 17:34:25 -04:00
Braydon Fuller
c8ba4eaa8f test: remove outdated regtest 2016-04-18 13:45:06 -04:00
Braydon Fuller
69ff5423c2 bitcoind: rename exported events to rawtransaction and hashblock 2016-04-15 11:20:38 -04:00
Braydon Fuller
c2eda9b3c2 bitcoin: address history by height range 2016-04-12 20:51:58 -04:00
Braydon Fuller
1d358a6994 test: update pagination test 2016-04-12 17:22:37 -04:00
Braydon Fuller
dbcb70f839 transaction: update getTransaction arguments 2016-04-08 16:16:41 -04:00
Braydon Fuller
fd427fa128 test: increase timeout and remove new lines 2016-04-08 14:49:58 -04:00
Braydon Fuller
9bf6941fdf test: update node regtest 2016-04-08 14:44:24 -04:00
Braydon Fuller
3ead5928a7 test: update titles and docs for regtests 2016-04-08 12:00:10 -04:00
Braydon Fuller
88a82719ca test: moved integration -> regtest 2016-04-08 12:00:10 -04:00