Age | Commit message (Expand) | Author |
2021-03-23 | rpc: deprecate `addresses` and `reqSigs` from rpc outputs | Michael Dietz |
2020-12-10 | Move TX_MAX_STANDARD_VERSION to policy | MarcoFalke |
2020-11-28 | Warn when binaries are built from a dirty branch. | Tyler Chambers |
2020-09-30 | scripted diff: Improve invalid vout value rpc error message | Nima Yazdanmehr |
2020-09-22 | doc: Update comments for new chain settings (-signet and -chain=signet) | MarcoFalke |
2020-08-14 | Replace usage of GetScriptForWitness with GetScriptForDestination | MeshCollider |
2020-07-29 | scripted-diff: Replace gArgs with local argsman | Ivan Metlushko |
2020-07-29 | refactor: add unused ArgsManager to replace gArgs | Ivan Metlushko |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-03-14 | Replace std::to_string with locale-independent alternative | Ben Woosley |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-28 | refactor: Remove redundant c_str() calls in formatting | Wladimir J. van der Laan |
2019-10-15 | Remove unused includes | practicalswift |
2019-09-06 | Testchains: Generic selection with -chain=<str> in addition of -testnet and -... | Jorge Timón |
2019-07-27 | scripted-diff: Use ArgsManager::DEBUG_ONLY flag | Hennadii Stepanov |
2019-07-27 | scripted-diff: Use Flags enum in AddArg() | Hennadii Stepanov |
2019-07-24 | Refactor out translation.h | Hennadii Stepanov |
2019-07-09 | Move various SigningProviders to signingprovider.{cpp,h} | Andrew Chow |
2019-07-09 | scripted-diff: rename CBasicKeyStore to FillableSigningProvider | Andrew Chow |
2019-07-09 | Remove CKeyStore and squash into CBasicKeyStore | Andrew Chow |
2019-06-13 | Replace remaining fprintf with tfm::format manually | MarcoFalke |
2019-06-13 | scripted-diff: Replace fprintf with tfm::format | MarcoFalke |
2019-04-29 | Replace CScriptID and CKeyID in CTxDestination with dedicated types | Gregory Sanders |
2019-04-09 | [build] Add several util units | John Newbery |
2019-02-06 | util: Add SetupHelpOptions() | MarcoFalke |
2019-02-04 | remove deprecated mentions of signrawtransaction from fundraw help | Gregory Sanders |
2018-12-17 | Minimal changes to comply with explicit CMutableTransaction -> CTranaction c... | lucash-dev |
2018-12-07 | Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost... | Wladimir J. van der Laan |
2018-11-07 | Merge #14636: Avoid using numeric_limits for sequence numbers and lock times | MarcoFalke |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-11-01 | Avoid using numeric_limits for sequence numbers and lock times | Russell Yanofsky |
2018-10-15 | refactor: Drop boost::this_thread::interruption_point and boost::thread_inter... | Chun Kuan Lee |
2018-10-13 | bitcoin-tx: Use constant for n pubkeys check | Antoine Le Calvez |
2018-09-25 | Consolidate redundant implementations of ParseHashStr | Ben Woosley |
2018-08-27 | Make objects in range declarations immutable by default. Avoid unnecessary co... | practicalswift |
2018-08-24 | util: Replace boost::signals2 with std::function | MarcoFalke |
2018-08-04 | [docs] Reformat -help output for help2man | Tim Ruffing |
2018-07-07 | bitcoin-tx: Stricter check for valid integers | Daniel Kraft |
2018-07-03 | Replace CombineSignatures with ProduceSignature | Andrew Chow |
2018-07-03 | Make SignatureData able to store signatures and scripts | Andrew Chow |
2018-06-08 | Drop ParseHashUV in favor of calling ParseHashStr | Ben Woosley |
2018-06-05 | Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput | Wladimir J. van der Laan |
2018-05-30 | Give an error and exit if there are unknown parameters | Andrew Chow |
2018-05-30 | Stop translating command line options | Wladimir J. van der Laan |
2018-05-23 | Merge #13011: Cache witness hash in CTransaction | Wladimir J. van der Laan |
2018-05-18 | Drop UpdateTransaction in favor of UpdateInput | Ben Woosley |
2018-05-09 | Make gArgs aware of the arguments | Andrew Chow |
2018-05-04 | Make CMutableTransaction constructor explicit | MarcoFalke |
2018-04-13 | Merge #12950: bitcoin-tx: Flatten for loop over one element | Wladimir J. van der Laan |
2018-04-11 | bitcoin-tx: Remove unused for loop | MarcoFalke |