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
Braydon Fuller
2b2e53d83d
Merge pull request #550 from pinheadmz/rpcfixandtest
...
RPC: fix several wallet RPC calls and add RPC tests
2019-03-11 15:09:26 -07:00
Matthew Zipkin
5751b8c330
rpc: multiple fixes and tests
...
wallet-rpc: fix listsinceblock height
wdb: fix getWalletPaths() always return nothing
wallet: add unlockCoins() for lockunspent rpc
wallet-rpc: correct num args for some rpc calls
wallet-rpc: fix args for importwallet and importprunedfunds
wallet-rpc: importprunedfunds error misleading
wallet-rpc: importPubkey args
wallet-rpc: listsinceblock arg count error
wallet-rpc: listTransactions ignoring account param
wallet-rpc: better sendMany error msgs
wallet-rpc: sendMany subtractfee is bool not obj
wallet-rpc: dont check if not implemented
test: add rpc-test
2019-03-11 14:36:13 -07:00
Braydon Fuller
c65eec566f
Merge pull request #719 from braydonf/tests
...
test: avoid port collision with a running regtest node
2019-03-11 14:24:42 -07:00
Braydon Fuller
3ab296ce22
test: avoid port collision with a running regtest node
2019-03-06 16:55:43 -08:00
Braydon Fuller
1a18040ad4
Merge pull request #557 from nodar-chkuaselidze/no-template
...
Wallet option to skip templates.
2019-03-05 09:55:07 -08:00
Nodar Chkuaselidze
c0fb984da6
wallet: create non-templated transaction.
2019-03-05 21:14:25 +04:00
Braydon Fuller
9472833011
Merge pull request #713 from braydonf/docs
...
Docs formatting and consistency
2019-03-04 12:01:29 -08:00
Braydon Fuller
c1f5975fb1
Merge pull request #705 from rsbondi/rpc-help
...
rpc help list commands
2019-03-04 11:12:33 -08:00
Richard Bondi
9aebfb74e0
rpc help list commands
2019-03-02 11:38:38 -06:00
Braydon Fuller
07f55479eb
Merge pull request #664 from pinheadmz/patch-9
...
Wallet: better error for send() if no outputs given
2019-03-01 12:36:10 -08:00
Matthew Zipkin
e40e1c263c
wallet-test: missing output error
2019-03-01 10:50:14 -08:00
Matthew Zipkin
a2bf18ff18
wallet: better wallet.send outputs error
2019-03-01 10:45:05 -08:00
Braydon Fuller
f13faa10d4
Merge pull request #702 from braydonf/changelog
...
Changelog updates
2019-03-01 09:24:24 -08:00
Braydon Fuller
4825ee66ef
Merge pull request #683 from braydonf/bench-updates
...
bench: update and fix api and dependencies
2019-03-01 09:19:19 -08:00
Braydon Fuller
da24f09bc5
Merge pull request #707 pinheadmz/bclient-bin-2
...
pkg: link bclient to bin
2019-03-01 09:12:40 -08:00
Braydon Fuller
38efc1a0d5
changelog: formatting and consistency
2019-02-28 21:59:20 -08:00
Braydon Fuller
e736a7ee39
docs: formatting and consistency
2019-02-28 21:52:39 -08:00
Braydon Fuller
c64ccf215e
Merge pull request #699 pinheadmz/docsupdate
...
Update /docs examples and guides
2019-02-28 15:56:40 -08:00
Braydon Fuller
a770c013b1
changelog: update with latest changes
2019-02-28 15:40:20 -08:00
Matthew Zipkin
7e8c575740
docs: remove miner example
2019-02-28 14:57:18 -08:00
Matthew Zipkin
d296c13247
docs: update examples and readme
2019-02-27 10:18:41 -08:00
Mark Tyneway
de8b2f7ba2
example: watch only wallet
2019-02-22 18:36:56 -08:00
Braydon Fuller
ea1c6becb5
Merge pull request #700 pinheadmz/blockjson
...
block: inspect() expects buffer from getCommitmentHash()
2019-02-22 18:20:01 -08:00
Matthew Zipkin
67a258ea74
block: get wit-commit as buffer
2019-02-22 18:08:22 -08:00
Matthew Zipkin
c8db665992
bin: fully deprecate bcoin cli
2019-02-21 10:12:31 -08:00
Matthew Zipkin
08b23c1777
pkg: link bclient to bin
2019-02-20 15:05:11 -08:00
Braydon Fuller
f585d8616d
Merge pull request #470 nodar-chkuaselidze/fix/reject-cache
...
fix malleability check in mempool
2019-02-15 08:59:36 -08:00
Nodar Chkuaselidze
f0023cb489
test: mempool should reject non-standard p2sh
2019-02-14 23:47:19 +04:00
Nodar Chkuaselidze
a9193f052f
mempool: fix malleability check in mempool
2019-02-14 19:56:51 +04:00
Braydon Fuller
2cfb73e019
bench: update and fix api and dependencies
2019-02-12 10:21:07 -08:00
Braydon Fuller
375965c8a6
Merge pull request #639 from pinheadmz/watch
...
Wallet: require public key for watchonly
2019-02-11 14:34:52 -08:00
Braydon Fuller
bf32e86abe
test: independent watch-only tests and assert error
2019-02-11 14:31:05 -08:00
Matthew Zipkin
0090c59714
changelog: update for watch-only
2019-02-11 14:30:34 -08:00
Matthew Zipkin
1696b3c7bb
wallet: require pubkey for watchonly
2019-02-11 14:14:33 -08:00
Javed Khan
7c64fd845c
Merge pull request #684 from braydonf/update-tests
...
Update transaction and script tests
2019-02-11 21:38:44 +05:30
Matthew Zipkin
bb1ce25449
wallet-http: create account: remove unused 'watch-only'
2019-02-08 16:26:51 -08:00
Braydon Fuller
35a25e0d8b
protocol: clear regtest seeds
...
This prevents attempts to add itself as a peer that would
generate unnecessary error log messages when running a regtest node.
2019-02-07 18:56:51 -08:00
Steven Bower
fe5a6d7eff
wallet: improve logging (minor)
2019-02-07 17:01:37 -08:00
Braydon Fuller
4a634f1f73
Merge pull request #603 from pinheadmz/loghttp
...
http: identify log messages as node-http and wallet-http
2019-02-07 14:29:03 -08:00
Matthew Zipkin
f0806a54dd
rpc: remove handleError
2019-02-07 14:04:37 -08:00
Matthew Zipkin
7303d284d5
wallet-rpc: log queries
2019-02-07 14:04:37 -08:00
Matthew Zipkin
da2084f503
rpc: identify node/wallet in log
2019-02-07 14:04:37 -08:00
Matthew Zipkin
d9044960ad
http: identify node/wallet in log
2019-02-07 14:04:37 -08:00
Matthew Zipkin
fea7483762
docs: add only to configuration.md
2019-02-07 10:58:44 -08:00
Braydon Fuller
39684df605
Merge pull request #676 from tynes/update-regtest
...
Update Regtest Specific Params
2019-02-05 11:37:20 -08:00
Braydon Fuller
37fc9a78e4
script: update script tests and behavior
...
References:
- https://github.com/bitcoin/bitcoin/pull/12425
- https://github.com/bitcoin/bitcoin/pull/12167
- https://github.com/bitcoin/bitcoin/pull/10699
2019-02-01 16:32:39 -08:00
Braydon Fuller
efa78100e0
script: update tx standardness rules and more tx tests
...
References:
- https://github.com/bitcoin/bitcoin/pull/11423
- https://github.com/bitcoin/bitcoin/pull/12600
- https://github.com/bitcoin/bitcoin/pull/12082
Trivial References:
- https://github.com/bitcoin/bitcoin/pull/12393
- https://github.com/bitcoin/bitcoin/pull/6539
- https://github.com/bitcoin/bitcoin/pull/10742
- ecb11f561c
2019-02-01 16:32:31 -08:00
Node
d86033fa16
test: update licenses for test files
2019-02-01 16:24:45 -08:00
Javed Khan
a2e176d4cf
Merge pull request #361 from tuxcanfly/only-no-seeds
...
pool: --only - disable dns seed discover
2019-02-01 22:00:56 +05:30