fcoin/lib
Mark Tyneway 26a2000b01
node rpc: update validateaddress
updates validateaddress to match the changes
in bitcoind https://github.com/bitcoin/bitcoin/pull/10583.
removes the fields ismine and iswatchonly, those
are things that a wallet would know, not a node.
adds segwit related fields, witness_version and
witness_program. test changes to the node rpc method
validateaddress with p2pkh, p2sh, p2wpkh and p2wsh addresses
2019-03-26 16:03:23 -07:00
..
blockchain blockchain: enable segwit for regtest 2019-01-31 13:03:59 -08:00
btc bcoin: switch to bsert for everything. 2018-08-10 16:23:46 -07:00
coins bcoin: switch to bsert for everything. 2018-08-10 16:23:46 -07:00
hd deps: upgrade to bcrypto 2.0. upgrade other deps. 2018-09-29 14:38:53 -07:00
mempool mempool: fix malleability check in mempool 2019-02-14 19:56:51 +04:00
mining pkg: remove bn.js dependency. 2018-08-10 16:33:38 -07:00
net pool: fix this.options.discover 2019-02-01 21:56:57 +05:30
node node rpc: update validateaddress 2019-03-26 16:03:23 -07:00
primitives block: get wit-commit as buffer 2019-02-22 18:08:22 -08:00
protocol protocol: clear regtest seeds 2019-02-07 18:56:51 -08:00
script script: update script tests and behavior 2019-02-01 16:32:39 -08:00
utils bcoin: switch to bsert for everything. 2018-08-10 16:23:46 -07:00
wallet rpc: multiple fixes and tests 2019-03-11 14:36:13 -07:00
workers test: get tests passing in chrome. 2018-12-08 02:40:49 -08:00
bcoin-browser.js browser: improve webpack build. 2018-03-29 21:56:51 -07:00
bcoin.js bcoin: enumerate properties 2018-08-17 14:58:49 -07:00
pkg.js pkg: add currency and other info (#623) 2018-11-01 12:44:08 -07:00
types.js types: cleanup types. 2018-03-29 21:56:53 -07:00