Age | Commit message (Expand) | Author |
2017-04-13 | Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair | Wladimir J. van der Laan |
2017-04-13 | Add friendly output to dumpwallet refs #9564 | aideca |
2017-04-13 | [Wallet] Prevent CInputCoin to be in a null state | NicolasDorier |
2017-04-13 | [Wallet] Simplify code using CInputCoin | NicolasDorier |
2017-04-13 | [Wallet] Decouple CInputCoin from CWalletTx | NicolasDorier |
2017-04-13 | Missing includes | Jorge Timón |
2017-04-11 | Make CWallet::SyncTransactions() interface friendlier | John Newbery |
2017-04-11 | AddToWalletIfInvolvingMe should test pIndex, not posInBlock | John Newbery |
2017-04-10 | [trivial] Fix typos (tempoarily → temporarily, inadvertantly → inadverten... | practicalswift |
2017-04-10 | Merge #9725: CValidationInterface Cleanups | Wladimir J. van der Laan |
2017-04-10 | Call estimate(Smart)Fee directly from CBlockPolicyEstimator | Alex Morcos |
2017-04-10 | Merge #10164: Wallet: reduce excess logic InMempool() | Wladimir J. van der Laan |
2017-04-08 | [Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin | NicolasDorier |
2017-04-07 | [trivial] Fix typo ("improssible" → "impossible") | practicalswift |
2017-04-07 | Merge #9681: Refactor Bumpfee, move core functionality to CWallet | Wladimir J. van der Laan |
2017-04-07 | Take a CTransactionRef in AddToWalletIfInvolvingMe to avoid a copy | Matt Corallo |
2017-04-07 | Use std::shared_ptr instead of boost::shared_ptr in ScriptForMining | Matt Corallo |
2017-04-07 | Remove dead-code tracking of requests for blocks we generated | Matt Corallo |
2017-04-07 | Hold cs_wallet for whole block [dis]connection processing | Matt Corallo |
2017-04-07 | SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected | Matt Corallo |
2017-04-07 | Wallet: reduce excess logic InMemPool() | Kewde |
2017-04-06 | MOVEONLY: tx functions to consensus/tx_verify.o | Jorge Timón |
2017-04-03 | Use fsbridge for fopen and freopen | Wladimir J. van der Laan |
2017-04-03 | Replace uses of boost::filesystem with fs | Wladimir J. van der Laan |
2017-04-03 | Replace includes of boost/filesystem.h with fs.h | Wladimir J. van der Laan |
2017-04-02 | Improve CFeeBumper interface, add comments, make use of std::move | Jonas Schnelli |
2017-04-02 | Cancel feebump is vErrors is not empty | Jonas Schnelli |
2017-04-02 | Use static calls for GetRequiredFee and GetMinimumFee, remove make_pair from ... | Jonas Schnelli |
2017-04-02 | Restore CalculateMaximumSignedTxSize function signature | Jonas Schnelli |
2017-04-02 | Use "return false" instead assert() in CWallet::SignTransaction | Jonas Schnelli |
2017-04-02 | Directly abort execution in FeeBumper::commit if wallet or tx is not available | Jonas Schnelli |
2017-04-02 | Restore invalid fee check (must be > 0) | Jonas Schnelli |
2017-04-02 | Refactor Bumpfee core functionality | Jonas Schnelli |
2017-04-02 | Bumpfee move request parameter interaction to the top | Jonas Schnelli |
2017-04-01 | Change LogAcceptCategory to use uint32_t rather than sets of strings. | Gregory Maxwell |
2017-03-29 | Merge #9294: Use internal HD chain for change outputs (hd split) | Wladimir J. van der Laan |
2017-03-29 | Introduce FastRandomContext::randbool() | Pieter Wuille |
2017-03-28 | ApproximateBestSubset should take inputs by reference, not value | Ryan Havar |
2017-03-28 | Fix rebase issue where pwalletMain was used instead of pwallet | Jonas Schnelli |
2017-03-27 | Do not break backward compatibility during wallet encryption | Jonas Schnelli |
2017-03-24 | Add assertion for CanSupportFeature(FEATURE_HD_SPLIT) | Jonas Schnelli |
2017-03-24 | Define CWallet::DeriveNewChildKey() as private | Jonas Schnelli |
2017-03-24 | Optimize GetOldestKeyPoolTime(), return as soon as we have both oldest keys | Jonas Schnelli |
2017-03-24 | Make sure we set the wallets min version to FEATURE_HD_SPLIT at the very firs... | Jonas Schnelli |
2017-03-24 | Remove FEATURE_HD_SPLIT bump TODO | Jonas Schnelli |
2017-03-24 | Overhaul the internal/external key derive switch | Jonas Schnelli |
2017-03-24 | Fix superfluous cast and code style nits in RPC wallet-hd.py test | Jonas Schnelli |
2017-03-24 | CKeyPool avoid "catch (...)" in SerializationOp | Jonas Schnelli |
2017-03-24 | Only show keypoolsize_hd_internal if HD split is enabled | Jonas Schnelli |
2017-03-24 | GetOldestKeyPoolTime: if HD & HD Chain Split is enabled, response max(oldest-... | Jonas Schnelli |