Age | Commit message (Expand) | Author |
2019-03-02 | Merge #15335: Fix lack of warning of unrecognized section names | MarcoFalke |
2019-03-02 | Merge #15492: [rpc] remove deprecated generate method | MarcoFalke |
2019-03-01 | Merge #15485: add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo | MarcoFalke |
2019-03-01 | modify test for memory locked in case locking pages failed at some point | Adam Jonas |
2019-03-01 | Merge #15497: rpc: Consistent range arguments in scantxoutset/importmulti/der... | MarcoFalke |
2019-02-28 | Make deriveaddresses use stop/[start,stop] notation for ranges | Pieter Wuille |
2019-02-28 | test: Bump timeout on tests that timeout on windows | MarcoFalke |
2019-02-28 | Use stop/[start,stop] notation in importmulti desc range | Pieter Wuille |
2019-02-28 | Add support for stop/[start,stop] ranges to scantxoutset | Pieter Wuille |
2019-02-27 | [rpc] remove deprecated generate method | Sjors Provoost |
2019-02-26 | add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo | Adam Jonas |
2019-02-26 | Merge #15471: rpc/gui: Remove 'Unknown block versions being mined' warning | MarcoFalke |
2019-02-25 | Merge #15419: qa: Always refresh cache to be out of ibd | MarcoFalke |
2019-02-25 | test: Simplify create_cache | MarcoFalke |
2019-02-25 | rpc/gui: Remove 'Unknown block versions being mined' warning | Wladimir J. van der Laan |
2019-02-20 | rpc: Actually throw help when passed invalid number of params | MarcoFalke |
2019-02-20 | Merge #15439: tests: remove byte.hex() to keep compatibility | MarcoFalke |
2019-02-19 | qa: Fix wallet_txn_doublespend issue | MarcoFalke |
2019-02-19 | qa: Always refresh stale cache to be out of ibd | MarcoFalke |
2019-02-19 | qa: Remove mocktime unless required | MarcoFalke |
2019-02-19 | Merge #15404: [test] Remove -txindex to start nodes | Wladimir J. van der Laan |
2019-02-19 | Merge #15415: [test] functional: allow custom cwd, use tmpdir as default | MarcoFalke |
2019-02-19 | [test] functional: set cwd of nodes to tmpdir | Sjors Provoost |
2019-02-19 | tests: remove byte.hex() to keep compatibility | Akio Nakamura |
2019-02-19 | Fix lack of warning of unrecognized section names | Akio Nakamura |
2019-02-18 | Merge #15397: Remove manual byte editing in wallet_tx_clone func test | MarcoFalke |
2019-02-17 | Address test todos by removing -txindex to nodes. | Amiti Uttarwar |
2019-02-16 | Merge #15368: Descriptor checksums | Wladimir J. van der Laan |
2019-02-16 | Merge #13932: Additional utility RPCs for PSBT | Wladimir J. van der Laan |
2019-02-16 | Implement analyzepsbt RPC and tests | Andrew Chow |
2019-02-15 | Make descriptor checksums mandatory in deriveaddresses and importmulti | Pieter Wuille |
2019-02-15 | Add getdescriptorinfo to compute checksum | Pieter Wuille |
2019-02-15 | Descriptor checksum | Pieter Wuille |
2019-02-16 | Implement joinpsbts RPC and tests | Andrew Chow |
2019-02-16 | Implement utxoupdatepsbt RPC and tests | Andrew Chow |
2019-02-15 | Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblo... | MarcoFalke |
2019-02-14 | Import public keys in order | Andrew Chow |
2019-02-14 | Test pubkey import to keypool | Andrew Chow |
2019-02-14 | Fetch keys from keypool when private keys are disabled | Andrew Chow |
2019-02-15 | Merge #14021: Import key origin data through descriptors in importmulti | MeshCollider |
2019-02-14 | Test importing descriptors with key origin information | Andrew Chow |
2019-02-14 | Merge #14481: Add P2SH-P2WSH support to listunspent RPC | Wladimir J. van der Laan |
2019-02-14 | Remove hdmasterkeyid | Andrew Chow |
2019-02-14 | Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate... | MeshCollider |
2019-02-13 | Remove manual byte editing in wallet_tx_clone func test | Gregory Sanders |
2019-02-13 | Add test for P2SH-P2WSH in signrawtransactionwithkey and listunspent | MeshCollider |
2019-02-12 | Merge #15238: [QA] remove some magic mining constants in functional tests | MarcoFalke |
2019-02-12 | Merge #15378: tests: Added missing tests for RPC wallet errors | MarcoFalke |
2019-02-12 | [rpc] mining: Omit uninitialized currentblockweight, currentblocktx | MarcoFalke |
2019-02-12 | Merge #13787: Test for Windows encoding issue | MarcoFalke |