aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Replace std::to_string with locale-independent alternativeBen Woosley2020-03-141-1/+2
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan2019-10-281-6/+6
* Remove unused includespracticalswift2019-10-151-1/+0
* Testchains: Generic selection with -chain=<str> in addition of -testnet and -...Jorge Timón2019-09-061-1/+1
* scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov2019-07-271-17/+17
* scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov2019-07-271-17/+17
* Refactor out translation.hHennadii Stepanov2019-07-241-2/+4
* Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow2019-07-091-1/+1
* scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow2019-07-091-2/+2
* Remove CKeyStore and squash into CBasicKeyStoreAndrew Chow2019-07-091-1/+1
* Replace remaining fprintf with tfm::format manuallyMarcoFalke2019-06-131-1/+1
* scripted-diff: Replace fprintf with tfm::formatMarcoFalke2019-06-131-7/+7
* Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-3/+3
* [build] Add several util unitsJohn Newbery2019-04-091-0/+1
* util: Add SetupHelpOptions()MarcoFalke2019-02-061-5/+2
* remove deprecated mentions of signrawtransaction from fundraw helpGregory Sanders2019-02-041-1/+1
* Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...lucash-dev2018-12-171-1/+1
* Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost...Wladimir J. van der Laan2018-12-071-4/+0
|\
| * refactor: Drop boost::this_thread::interruption_point and boost::thread_inter...Chun Kuan Lee2018-10-151-4/+0
* | Merge #14636: Avoid using numeric_limits for sequence numbers and lock timesMarcoFalke2018-11-071-1/+1
|\ \
| * | Avoid using numeric_limits for sequence numbers and lock timesRussell Yanofsky2018-11-011-1/+1
* | | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-3/+3
|/ /
* / bitcoin-tx: Use constant for n pubkeys checkAntoine Le Calvez2018-10-131-1/+1
|/
* Consolidate redundant implementations of ParseHashStrBen Woosley2018-09-251-4/+7
* Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-1/+1
* util: Replace boost::signals2 with std::functionMarcoFalke2018-08-241-0/+2
* [docs] Reformat -help output for help2manTim Ruffing2018-08-041-5/+4
* bitcoin-tx: Stricter check for valid integersDaniel Kraft2018-07-071-22/+20
* Replace CombineSignatures with ProduceSignatureAndrew Chow2018-07-031-2/+0
* Make SignatureData able to store signatures and scriptsAndrew Chow2018-07-031-2/+2
* Drop ParseHashUV in favor of calling ParseHashStrBen Woosley2018-06-081-1/+1
* Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInputWladimir J. van der Laan2018-06-051-2/+2
|\
| * Drop UpdateTransaction in favor of UpdateInputBen Woosley2018-05-181-2/+2
* | Give an error and exit if there are unknown parametersAndrew Chow2018-05-301-1/+9
* | Stop translating command line optionsWladimir J. van der Laan2018-05-301-33/+33
* | Merge #13011: Cache witness hash in CTransactionWladimir J. van der Laan2018-05-231-1/+1
|\ \ | |/ |/|
| * Make CMutableTransaction constructor explicitMarcoFalke2018-05-041-1/+1
* | Make gArgs aware of the argumentsAndrew Chow2018-05-091-39/+37
|/
* Merge #12950: bitcoin-tx: Flatten for loop over one elementWladimir J. van der Laan2018-04-131-7/+4
|\
| * bitcoin-tx: Remove unused for loopMarcoFalke2018-04-111-7/+4
* | Make BaseSignatureCreator a pure interfacePieter Wuille2018-04-101-1/+1
|/
* Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns2018-04-061-1/+1
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | [moveonly] Extract HelpRequested to dry up the help options testingBen Woosley2018-04-021-2/+1
* | Merge #10694: Remove redundant code in MutateTxSign(CMutableTransaction&, con...Wladimir J. van der Laan2018-03-131-10/+0
|\ \
| * | Remove redundant code in MutateTxSign(CMutableTransaction&, const std::string&)practicalswift2018-01-291-10/+0
* | | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1