| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | walletcreatefundedpsbt: remove duplicate replaceable arg | Gregory Sanders | 2018-08-20 | 1 | -3/+2 | |
| | * | | | | | | | Allow ConstructTransaction to not throw error with 0-input txn | Gregory Sanders | 2018-08-14 | 1 | -1/+1 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge #13399: rpc: Add submitheader | Wladimir J. van der Laan | 2018-08-15 | 1 | -1/+38 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | rpc: Expose ProcessNewBlockHeaders | MarcoFalke | 2018-08-13 | 1 | -1/+38 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge #13891: [RPC] Remove getinfo deprecation warning | Wladimir J. van der Laan | 2018-08-15 | 1 | -13/+0 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | [RPC] Remove getinfo deprecation warning | John Newbery | 2018-08-06 | 1 | -13/+0 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo... | MarcoFalke | 2018-08-13 | 2 | -8/+60 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Replace median fee rate with feerate percentiles | Marcin Jachymiak | 2018-08-11 | 2 | -8/+60 | |
| * | | | | | | Use pushKV in some new PSBT RPCs. | Daniel Kraft | 2018-08-09 | 1 | -3/+3 | |
| |/ / / / / | ||||||
| * | | | | | Merge #13780: 0.17: Pre-branch maintenance | Wladimir J. van der Laan | 2018-08-08 | 14 | -14/+14 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Update copyright headers to 2018 | DrahtBot | 2018-07-27 | 14 | -14/+14 | |
| | |/ / / | ||||||
| * | | | | Merge #13697: Support output descriptors in scantxoutset | Wladimir J. van der Laan | 2018-08-01 | 1 | -120/+48 | |
| |\ \ \ \ | ||||||
| | * | | | | Support h instead of ' in hardened descriptor paths | Pieter Wuille | 2018-07-27 | 1 | -1/+2 | |
| | * | | | | Add experimental warning to scantxoutset | Jonas Schnelli | 2018-07-27 | 1 | -0/+1 | |
| | * | | | | Swap in descriptors support into scantxoutset | Pieter Wuille | 2018-07-27 | 1 | -120/+46 | |
| | |/ / / | ||||||
| * / / / | Return void instead of bool for functions that cannot fail | practicalswift | 2018-07-27 | 2 | -3/+2 | |
| |/ / / | ||||||
| * | | | Merge #12764: doc: Remove field in getblocktemplate help that has never been ... | MarcoFalke | 2018-07-22 | 1 | -1/+0 | |
| |\ \ \ | ||||||
| | * | | | [RPC] Remove field in getblocktemplate help that has never been used | Conor Scott | 2018-03-26 | 1 | -1/+0 | |
| * | | | | Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa... | Wladimir J. van der Laan | 2018-07-20 | 1 | -0/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Add disable privatekeys option to createwallet | Jonas Schnelli | 2018-07-12 | 1 | -0/+1 | |
| * | | | | | Merge #13557: BIP 174 PSBT Serializations and RPCs | Wladimir J. van der Laan | 2018-07-18 | 3 | -81/+643 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Create wallet RPCs for PSBT | Andrew Chow | 2018-07-16 | 2 | -17/+9 | |
| | * | | | | | Create utility RPCs for PSBT | Andrew Chow | 2018-07-16 | 2 | -0/+561 | |
| | * | | | | | Refactor transaction creation and transaction funding logic | Andrew Chow | 2018-07-13 | 2 | -64/+73 | |
| * | | | | | | Merge #12196: Add scantxoutset RPC method | Wladimir J. van der Laan | 2018-07-17 | 2 | -0/+290 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | scantxoutset: mention that scanning by address will miss P2PK txouts | Jonas Schnelli | 2018-07-15 | 1 | -0/+1 | |
| | * | | | | | | scantxoutset: support legacy P2PK script type | Jonas Schnelli | 2018-07-15 | 1 | -3/+8 | |
| | * | | | | | | scantxoutset: add support for scripts | Jonas Schnelli | 2018-07-15 | 1 | -3/+12 | |
| | * | | | | | | Blockchain/RPC: Add scantxoutset method to scan UTXO set | Jonas Schnelli | 2018-07-15 | 2 | -0/+246 | |
| | * | | | | | | Add FindScriptPubKey() to search the UTXO set | Jonas Schnelli | 2018-07-12 | 1 | -0/+29 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge #13072: Update createmultisig RPC to support segwit | Pieter Wuille | 2018-07-13 | 1 | -5/+16 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | segwit support for createmultisig RPC | Anthony Towns | 2018-07-10 | 1 | -5/+16 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge #13547: Make signrawtransaction* give an error when amount is needed bu... | Wladimir J. van der Laan | 2018-07-10 | 1 | -1/+6 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Error on missing amount in signrawtransaction* | Anthony Towns | 2018-06-28 | 1 | -1/+6 | |
| * | | | | | | Merge #13452: rpc: have verifytxoutproof check the number of txns in proof st... | Wladimir J. van der Laan | 2018-07-09 | 1 | -4/+9 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | have verifytxoutproof check the number of txns in proof structure | Gregory Sanders | 2018-06-14 | 1 | -4/+9 | |
| * | | | | | | Merge #13425: Moving final scriptSig construction from CombineSignatures to P... | Wladimir J. van der Laan | 2018-07-05 | 1 | -6/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Replace CombineSignatures with ProduceSignature | Andrew Chow | 2018-07-03 | 1 | -5/+2 | |
| | * | | | | | | Make SignatureData able to store signatures and scripts | Andrew Chow | 2018-07-03 | 1 | -3/+3 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge #13235: Break circular dependency: init -> * -> init by extracting shut... | Wladimir J. van der Laan | 2018-07-04 | 4 | -6/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Break circular dependency: init -> * -> init by extracting shutdown.h | Ben Woosley | 2018-06-25 | 2 | -4/+4 | |
| | * | | | | | | Drop unused init.h includes | Ben Woosley | 2018-06-25 | 2 | -2/+0 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge #13491: Improve handling of INVALID in IsMine | Wladimir J. van der Laan | 2018-07-04 | 1 | -3/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add P2WSH destination helper and use it instead of manual hashing | Pieter Wuille | 2018-06-17 | 1 | -3/+1 | |
| * | | | | | | | Delete double semicolon in wallet.cpp and misc.cpp | Matteo Sumberaz | 2018-07-02 | 1 | -1/+1 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge #13480: Avoid copies in range-for loops and add a warning to detect them | Wladimir J. van der Laan | 2018-06-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | cleanup: avoid hidden copies in range-for loops | Cory Fields | 2018-06-15 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblock | Jonas Schnelli | 2018-06-19 | 1 | -7/+6 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | rpc: Avoid "duplicate" return value for invalid submitblock | MarcoFalke | 2018-06-11 | 1 | -7/+6 | |
| * | | | | | | Merge #13241: scripted-diff: Avoid temporary copies when looping over std::map | MarcoFalke | 2018-06-15 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||