Age | Commit message (Expand) | Author |
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 | wallet: remove db mode string | Ivan Metlushko |
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 | 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 |
2020-09-15 | Merge #16378: The ultimate send RPC | Samuel Dobson |
2020-09-10 | [rpc] add send method | Sjors Provoost |
2020-09-10 | bugfix: make LoadWallet assigns status always | Akio Nakamura |
2020-09-08 | Do not create default wallet | Andrew Chow |
2020-09-07 | [rpc] add snake case aliases for transaction methods | Sjors Provoost |
2020-09-07 | [rpc] walletcreatefundedpsbt: allow inputs to be null | Sjors Provoost |
2020-09-07 | Merge #19738: wallet: Avoid multiple BerkeleyBatch in DelAddressBook | Samuel Dobson |
2020-09-06 | wallet: Avoid multiple BerkeleyBatch in DelAddressBook | João Barbosa |
2020-09-03 | wallet: Remove path checking code from bitcoin-wallet tool | Russell Yanofsky |
2020-09-03 | Merge #19754: wallet, gui: Reload previously loaded wallets on startup | Jonas Schnelli |
2020-09-03 | wallet: Remove path checking code from createwallet RPC | Russell Yanofsky |
2020-09-03 | wallet: Remove path checking code from loadwallet RPC | Russell Yanofsky |
2020-09-03 | refactor: Pass wallet database into CWallet::Create | Russell Yanofsky |
2020-09-03 | wallet: Remove Verify and IsLoaded methods | Russell Yanofsky |
2020-09-03 | refactor: Use DatabaseStatus and DatabaseOptions types | Russell Yanofsky |
2020-09-03 | wallet: Add MakeDatabase function | Russell Yanofsky |
2020-09-03 | Remove WalletLocation class | Russell Yanofsky |
2020-09-03 | Merge #19805: wallet: Avoid deserializing unused records when salvaging | fanquake |
2020-09-01 | wallet: Reload previously loaded wallets on GUI startup | Andrew Chow |
2020-09-01 | Merge #19668: Do not hide compile-time thread safety warnings | MarcoFalke |
2020-09-01 | Merge #19671: wallet: Remove -zapwallettxes | fanquake |
2020-08-31 | Remove -zapwallettxes | Andrew Chow |