Age | Commit message (Expand) | Author |
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-14 | Add libsqlite3 | Andrew Chow |
2020-10-14 | refactor: enable -netinfo to add future networks (i2p, cjdns) | Jon Atack |
2020-10-14 | RPC: getpeerinfo: Wrap long help line for bytesrecv_per_msg | Luke Dashjr |
2020-10-14 | RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions") | Luke Dashjr |
2020-10-14 | scripted-diff: rename vRecvGetData | Neha Narula |
2020-10-14 | Guard vRecvGetData (now in net processing) with its own mutex | Neha Narula |
2020-10-14 | Move vRecvGetData to net processing | Neha Narula |
2020-10-14 | Lock before checking if orphan_work_set is empty; indicate it is guarded | Neha Narula |
2020-10-14 | Move m_orphan_work_set to net_processing | Neha Narula |
2020-10-14 | Merge #18750: build: optionally skip external warnings | Wladimir J. van der Laan |
2020-10-14 | refactor: promote some -netinfo localvars to class members | Jon Atack |
2020-10-14 | cli: simplify -netinfo using getpeerinfo network field | Jon Atack |
2020-10-14 | rpc, test: expose CNodeStats network in RPC getpeerinfo | Jon Atack |
2020-10-14 | net: add peer network to CNodeStats | Jon Atack |
2020-10-14 | Merge #20130: Wallet: remove db mode string | Wladimir J. van der Laan |
2020-10-14 | Merge #20129: tests: don't export in6addr_loopback | MarcoFalke |
2020-10-14 | net: Send post-verack handshake messages at most once | MarcoFalke |
2020-10-14 | Merge #20109: Release notes and followups from 19339 | fanquake |
2020-10-13 | [Rename only] Rename orphan_work_set to m_orphan_work_set. | Neha Narula |
2020-10-13 | rpc: Adjust witness-tx deserialize error message | MarcoFalke |
2020-10-13 | Merge bitcoin-core/gui#102: Fix SplashScreen crash when run with -disablewallet | MarcoFalke |
2020-10-13 | Merge #20141: Avoid the use of abs64 in timedata | fanquake |
2020-10-13 | wallet: remove db mode string | Ivan Metlushko |
2020-10-12 | Avoid the use of abs64 in timedata | Pieter Wuille |
2020-10-12 | tests: dumping and minimizing of script assets data | Pieter Wuille |
2020-10-12 | tests: add generic qa-asset-based script verification unit test | Pieter Wuille |
2020-10-12 | Activate Taproot/Tapscript on regtest (BIP 341, BIP 342) | Pieter Wuille |
2020-10-12 | Make Taproot spends standard + policy limits | Pieter Wuille |
2020-10-12 | Implement Tapscript script validation rules (BIP 342) | Johnson Lau |
2020-10-12 | Use ScriptExecutionData to pass through annex hash | Pieter Wuille |
2020-10-12 | Implement Taproot validation (BIP 341) | Pieter Wuille |
2020-10-12 | Support for Schnorr signatures and integration in SignatureCheckers (BIP 340) | Pieter Wuille |
2020-10-12 | Implement Taproot signature hashing (BIP 341) | Johnson Lau |
2020-10-12 | Ignore incorrectly-serialized banlist.dat entries | Pieter Wuille |
2020-10-12 | Restore compatibility with old CSubNet serialization | Pieter Wuille |
2020-10-12 | Report and verify expirations | Pieter Wuille |
2020-10-12 | Delete limitedmap as it is unused now | Pieter Wuille |