Age | Commit message (Expand) | Author |
2020-10-22 | wallet: fix buffer over-read in SQLite file magic check | Sebastian Falbesoner |
2020-10-21 | Show name, format and if uses descriptors in bitcoin-wallet tool | Jonas Schnelli |
2020-10-20 | Merge #20125: rpc, wallet: Expose database format in getwalletinfo | Samuel Dobson |
2020-10-19 | Merge #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubkeym... | fanquake |
2020-10-16 | Merge #19836: rpc: Properly deserialize txs with witness before signing | fanquake |
2020-10-15 | Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript) | Wladimir J. van der Laan |
2020-10-14 | rpc, wallet: Expose database format in getwalletinfo | João Barbosa |
2020-10-14 | wallet: Enforce sqlite serialized threading mode | Andrew Chow |
2020-10-14 | Set and check the sqlite user version | Andrew Chow |
2020-10-14 | Use network magic as sqlite wallet application ID | Andrew Chow |
2020-10-14 | Use SQLite for descriptor wallets | Andrew Chow |
2020-10-14 | walletutil: Wallets can also be sqlite | Andrew Chow |
2020-10-14 | Determine wallet file type based on file magic | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::MakeBatch | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::Verify | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::Rewrite | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::TxnBegin, TxnCommit, and TxnAbort | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::Backup | Andrew Chow |
2020-10-14 | Implement SQLiteBatch::StartCursor, ReadAtCursor, and CloseCursor | Andrew Chow |
2020-10-14 | Implement SQLiteBatch::ReadKey, WriteKey, EraseKey, and HasKey | Andrew Chow |
2020-10-14 | Add SetupSQLStatements | Andrew Chow |
2020-10-14 | Implement SQLiteBatch::Close | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::Close | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::Open | Andrew Chow |
2020-10-14 | Initialize and Shutdown sqlite3 globals | Andrew Chow |
2020-10-14 | Constructors, destructors, and relevant private fields for SQLiteDatabase/Batch | Andrew Chow |
2020-10-14 | Implement SQLiteDatabaseVersion | Andrew Chow |
2020-10-14 | Add SQLiteDatabase and SQLiteBatch dummy classes | Andrew Chow |
2020-10-13 | rpc: Adjust witness-tx deserialize error message | MarcoFalke |
2020-10-13 | wallet: remove db mode string | Ivan Metlushko |
2020-10-12 | Make Taproot spends standard + policy limits | Pieter Wuille |
2020-10-07 | rpc: change no wallet loaded message to be clearer | Andrew Chow |
2020-10-03 | Merge #19956: rpc: Improve invalid vout value rpc error message | fanquake |
2020-09-30 | scripted diff: Improve invalid vout value rpc error message | Nima Yazdanmehr |
2020-09-30 | doc: Remove double-whitespace from help string, other whitespace fixups | MarcoFalke |
2020-09-30 | Merge #19501: send* RPCs in the wallet returns the "fee reason" | MarcoFalke |
2020-09-29 | refactor: Clean up -Wlogical-op warning | maskoficarus |
2020-09-29 | Merge #19969: Send RPC bug fix and touch-ups | fanquake |
2020-09-28 | wallet: no need for duplicate storage for ABANDON_HASH constant | Anthony Towns |
2020-09-28 | scripted-diff: Replace UINT256_ONE() with uint256::ONE | Anthony Towns |
2020-09-26 | [send] Make send RPCs return fee reason | Sishir Giri |
2020-09-23 | Merge #19927: validation: Reduce direct g_chainman usage | MarcoFalke |
2020-09-23 | Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp... | MarcoFalke |
2020-09-22 | Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet) | MarcoFalke |
2020-09-22 | Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas | Gregory Sanders |
2020-09-18 | Merge #15454: Remove the automatic creation and loading of the default wallet | Samuel Dobson |
2020-09-17 | [rpc] send: various touch-ups | Sjors Provoost |
2020-09-17 | [rpc] send: fix parsing replaceable option | Sjors Provoost |
2020-09-17 | Mark send RPC experimental | Sjors Provoost |
2020-09-15 | validation: Move PruneOneBlockFile to BlockManager | Carl Dong |