aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan2017-01-191-1/+1
|\ \ \ \
| * | | | Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo2017-01-091-1/+1
| |/ / /
* | | | Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan2017-01-161-5/+5
|\ \ \ \
| * | | | Introduce -dustrelayfeeAlex Morcos2017-01-161-5/+5
* | | | | Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan2017-01-121-3/+8
|\ \ \ \ \
| * | | | | Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.Chris Moore2016-12-131-3/+8
* | | | | | Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan2017-01-121-4/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove SIGCHECK_VERIFICATION_FACTORPieter Wuille2017-01-041-3/+3
| * | | | | Move tx estimation data out of CCheckPointDataPieter Wuille2017-01-041-4/+4
| * | | | | [MOVEONLY] Move progress estimation out of checkpointsPieter Wuille2017-01-041-4/+4
| | |/ / / | |/| | |
* | | | | Don't overpay fee if we have selected new coins that result in a smaller tran...Alex Morcos2017-01-061-1/+18
* | | | | Try to reduce change output to make needed fee in CreateTransactionAlex Morcos2017-01-061-0/+12
* | | | | Merge #9138: Improve fee estimationPieter Wuille2017-01-051-1/+1
|\ \ \ \ \
| * | | | | Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos2017-01-041-1/+1
| |/ / / /
* | | | | Merge #9465: [Wallet] Do not perform ECDSA signing in the fee calculation inn...Pieter Wuille2017-01-051-31/+46
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Wallet: Do not perform ECDSA in the fee calculation inner loop.Gregory Maxwell2017-01-051-31/+46
* | | | | Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-2/+2
|\ \ \ \ \
| * | | | | Make AcceptToMemoryPool take CTransactionRefPieter Wuille2016-12-211-2/+2
* | | | | | Merge #9450: Increment MIT licence copyright header year on files modified in...Wladimir J. van der Laan2017-01-041-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | | | | | Merge #8776: Wallet refactoring leading up to multiwalletPieter Wuille2017-01-031-29/+58
|\ \ \ \ \ \
| * | | | | | Wallet: Split main logic from InitLoadWallet into CreateWalletFromFileLuke Dashjr2016-11-111-28/+53
| * | | | | | Wallet: Let the interval-flushing thread figure out the filenameLuke Dashjr2016-11-111-1/+5
* | | | | | | qt,wallet: Fix a few typos in messagesWladimir J. van der Laan2017-01-031-1/+1
* | | | | | | SetMerkleBranch: remove unused code, remove cs_main lock requirementJonas Schnelli2016-12-301-9/+1
| |/ / / / / |/| | | | |
* | | | | | Un-expose mapArgs from utils.hMatt Corallo2016-12-241-10/+10
* | | | | | Introduce (and use) an IsArgSet accessor methodMatt Corallo2016-12-231-5/+5
| |/ / / / |/| | | |
* | | | | Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan2016-12-211-3/+3
|\ \ \ \ \
| * | | | | Move CTxInWitness inside CTxInPieter Wuille2016-12-041-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...Wladimir J. van der Laan2016-12-201-4/+30
|\ \ \ \ \
| * | | | | CreateTransaction: Don't return success with too-many-ancestor txnGregory Sanders2016-12-131-0/+15
| * | | | | SelectCoinsMinConf: Prefer coins with fewer ancestorsGregory Sanders2016-12-131-4/+15
| | |_|_|/ | |/| | |
* | | | | Merge #9316: [wallet] Disable free transactions when relay is disabledWladimir J. van der Laan2016-12-201-0/+3
|\ \ \ \ \
| * | | | | [wallet] Disable free transactions when relay is disabledMarcoFalke2016-12-101-0/+3
| | |/ / / | |/| | |
* | | | | Merge #9311: Flush wallet after abandontransactionWladimir J. van der Laan2016-12-191-2/+1
|\ \ \ \ \
| * | | | | Flush wallet after abandontransactionAlex Morcos2016-12-091-2/+1
| |/ / / /
* | | | | Merge #9290: Make RelayWalletTransaction attempt to AcceptToMemoryPool.Pieter Wuille2016-12-141-2/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Make RelayWalletTransaction attempt to AcceptToMemoryPool.Gregory Maxwell2016-12-061-2/+4
| |/ / /
* | | | Merge #9302: Return txid even if ATMP fails for new transactionWladimir J. van der Laan2016-12-131-4/+4
|\ \ \ \
| * | | | Return txid even if ATMP fails for new transactionPieter Wuille2016-12-081-4/+4
| |/ / /
* / / / [Wallet] Bugfix: FRT: don't terminate when keypool is emptyJonas Schnelli2016-12-061-1/+5
|/ / /
* | | Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-021-55/+55
* | | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
|/ /
* | Merge #9204: Clarify CreateTransaction error messagesWladimir J. van der Laan2016-11-231-3/+3
|\ \
| * | fix CreateTransaction error messagesinstagibbs2016-11-221-3/+3
* | | Merge #9141: Remove unnecessary calls to CheckFinalTxWladimir J. van der Laan2016-11-231-1/+1
|\ \ \
| * | | Remove unnecessary calls to CheckFinalTxJonas Schnelli2016-11-121-1/+1
| | |/ | |/|
* | | Merge #9142: Move -salvagewallet, -zap(wtx) to where they belongWladimir J. van der Laan2016-11-231-0/+10
|\ \ \ | |_|/ |/| |
| * | Move -salvagewallet, -zap(wtx) to where they belongJonas Schnelli2016-11-121-0/+10
| |/
* | Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-1/+1