Age | Commit message (Expand) | Author |
2021-09-20 | Merge bitcoin/bitcoin#12677: RPC: Add ancestor{count,size,fees} to listunspen... | W. J. van der Laan |
2021-09-17 | Merge bitcoin/bitcoin#22941: wallet: refactor: inline functions `{Read,Write}... | fanquake |
2021-09-16 | RPC: Add ancestor{count,size,fees} to listunspent output | Luke Dashjr |
2021-09-16 | Merge bitcoin/bitcoin#22979: doc: Fix walletdisplayaddress RPC doc | fanquake |
2021-09-16 | Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha... | fanquake |
2021-09-15 | doc: Fix walletdisplayaddress RPC doc | MarcoFalke |
2021-09-12 | wallet: refactor: avoid duplicate lookup on `mapValue["timesmart"]` | Sebastian Falbesoner |
2021-09-12 | wallet: refactor: inline function WriteOrderPos() | Sebastian Falbesoner |
2021-09-10 | wallet: refactor: inline function ReadOrderPos() | Sebastian Falbesoner |
2021-09-09 | Merge bitcoin/bitcoin#22903: Enable clang-tidy bugprone-argument-comment and ... | fanquake |
2021-09-07 | Enable clang-tidy bugprone-argument-comment and fix violations | MarcoFalke |
2021-09-03 | wallet: AddWalletDescriptor requires cs_wallet lock | João Barbosa |
2021-09-03 | wallet: GetLabelAddresses requires cs_wallet lock | João Barbosa |
2021-09-01 | refactor: Detach wallet transaction methods (followup for move-only) | Russell Yanofsky |
2021-09-01 | Merge bitcoin/bitcoin#22009: wallet: Decide which coin selection solution to ... | Samuel Dobson |
2021-08-27 | Use waste metric for deciding which selection to use | Andrew Chow |
2021-08-27 | tests: Test GetSelectionWaste | Andrew Chow |
2021-08-27 | Add waste metric calculation function | Andrew Chow |
2021-08-27 | scripted-diff: tests: Use KnapsackSolver directly | Andrew Chow |
2021-08-27 | tests: Add KnapsackGroupOutputs helper function | Andrew Chow |
2021-08-27 | tests: Use SelectCoinsBnB directly instead of AttemptSelection | Andrew Chow |
2021-08-27 | Allow the long term feerate to be configured, default of 10 sat/vb | Andrew Chow |
2021-08-26 | Merge bitcoin/bitcoin#22713: Fix build with Boost 1.77.0 | fanquake |
2021-08-26 | Merge bitcoin/bitcoin#22183: Remove `gArgs` from `wallet.h` and `wallet.cpp` | MarcoFalke |
2021-08-25 | Use `context.args` in `src/wallet/load.cpp`. | Kiminuo |
2021-08-24 | Fix build with Boost 1.77.0 | Rafael Sadowski |
2021-08-24 | Use `context.args` in `CWallet::Create` instead of `gArgs`. | Kiminuo |
2021-08-24 | Merge bitcoin/bitcoin#22772: refactor: hasher cleanup (follow-up to 19935) | fanquake |
2021-08-24 | Merge bitcoin/bitcoin#22220: util: make ParseMoney return a std::optional<CAm... | fanquake |
2021-08-22 | refactor: Remove unused KeyIDHasher | Martin Zumsande |
2021-08-24 | the result of CWallet::IsHDEnabled() was initialized with true. | Saibato |
2021-08-19 | Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting... | Samuel Dobson |
2021-08-17 | Start using init makeNode, makeChain, etc methods | Russell Yanofsky |
2021-08-17 | refactor: remove ::vpwallets and related global variables | Russell Yanofsky |
2021-08-16 | wallet: use PACKAGE_NAME instead of "Bitcoin" in rpcdump | fanquake |
2021-08-16 | wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump | fanquake |
2021-08-16 | Merge bitcoin/bitcoin#22686: wallet: Use GetSelectionAmount in ApproximateBes... | fanquake |
2021-08-13 | wallet: Assert that enough was selected to cover the fees | Andrew Chow |
2021-08-13 | wallet: Use GetSelectionAmount for target value calculations | Andrew Chow |
2021-08-10 | Add a new RPC command: restorewallet | lsilva01 |
2021-08-09 | Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors | Samuel Dobson |
2021-08-09 | Merge bitcoin/bitcoin#22359: wallet: Do not set fInMempool in transactionAdde... | Samuel Dobson |
2021-08-09 | Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descr... | Samuel Dobson |
2021-08-05 | Merge bitcoin/bitcoin#22618: [p2p] Small follow-ups to 21528 | MarcoFalke |
2021-08-04 | [docs] Add release notes for #21528 | Amiti Uttarwar |
2021-08-04 | util: make ParseMoney return a std::optional<CAmount> | fanquake |
2021-08-04 | make ParseOutputType return a std::optional<OutputType> | fanquake |
2021-07-27 | Merge bitcoin/bitcoin#22155: wallet test: Add test for subtract fee from reci... | MarcoFalke |
2021-07-19 | Reorder dumpwallet so that cs_main functions go first | Andrew Chow |
2021-07-15 | Change ScriptPubKeyMan::Upgrade to default to return true | Andrew Chow |