Age | Commit message (Expand) | Author |
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 |
2018-04-10 | Make BaseSignatureCreator a pure interface | Pieter Wuille |
2018-04-06 | Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName | Anthony Towns |
2018-04-05 | Merge #12859: Bugfix: Include <memory> for std::unique_ptr | Wladimir J. van der Laan |
2018-04-02 | [moveonly] Extract HelpRequested to dry up the help options testing | Ben Woosley |
2018-04-02 | Bugfix: Include <memory> for std::unique_ptr | Luke Dashjr |
2018-03-13 | Merge #10694: Remove redundant code in MutateTxSign(CMutableTransaction&, con... | Wladimir J. van der Laan |
2018-02-19 | Split key_io (address/key encodings) off from base58 | Pieter Wuille |
2018-02-19 | Replace CBitcoinSecret with {Encode,Decode}Secret | Pieter Wuille |
2018-02-01 | Properly alphabetize output of CLI --help option. | murrayn |
2018-01-29 | Remove redundant code in MutateTxSign(CMutableTransaction&, const std::string&) | practicalswift |
2018-01-11 | Use the character based overload for std::string::find. | Alin Rus |