Age | Commit message (Expand) | Author |
2024-09-11 | Replace CScript _hex_v_u8 appends with _hex | LÅ‘rinc |
2024-08-28 | refactor: Hand-replace some ParseHex -> ""_hex | Hodlinator |
2024-08-08 | descriptors: Change Parse to return vector of descriptors | Ava Chow |
2023-12-23 | refactor: share and use `GenerateRandomKey` helper | Sebastian Falbesoner |
2023-08-14 | Rename script/standard.{cpp/h} to script/solver.{cpp/h} | Andrew Chow |
2023-08-14 | Clean up things that include script/standard.h | Andrew Chow |
2023-08-14 | Move Taproot{SpendData/Builder} to signingprovider.{h/cpp} | Andrew Chow |
2023-05-03 | wallet, tests: Replace usage of dummy db with mockable db | Andrew Chow |
2023-04-11 | wallet: Add wallet/types.h for simple public enum and struct types | Ryan Ofsky |
2023-02-15 | refactor: wallet, remove global 'ArgsManager' access | furszy |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-11-30 | Merge bitcoin/bitcoin#25942: test: add `ismine` test for descriptor ScriptPub... | Andrew Chow |
2022-08-27 | test: add `ismine` test for descriptor scriptpubkeyman | w0xlt |
2022-08-25 | scriptpubkeyman: Implement GetScriptPubKeys in Legacy | Andrew Chow |
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-11-09 | Remove `gArgs` from `wallet.h` and `wallet.cpp` | Kiminuo |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-12-07 | test: Remove no longer needed MakeChain calls | Russell Yanofsky |
2020-09-03 | Remove WalletLocation class | Russell Yanofsky |
2020-06-19 | Convert CPubKey to WitnessV0KeyHash directly | Ben Woosley |
2020-06-17 | scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase | Andrew Chow |
2020-01-23 | Refactor: Allow LegacyScriptPubKeyMan to be null | Andrew Chow |
2020-01-23 | Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman | Andrew Chow |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-10-30 | Merge #16839: Replace Connman and BanMan globals with NodeContext local | Wladimir J. van der Laan |
2019-10-28 | Pass NodeContext, ConnMan, BanMan references more places | Russell Yanofsky |
2019-10-25 | Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes | Andrew Chow |
2019-06-26 | tests: Reduce compilation time and unneccessary recompiles by removing unused... | practicalswift |
2019-06-19 | Change ismine to take a CWallet instead of CKeyStore | Andrew Chow |
2019-06-19 | Move ismine to wallet module | Andrew Chow |