| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserve initial state if push_lock() throws exception | Hennadii Stepanov | 2020-08-02 | 1 | -3/+8 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19489: test: Fail wait_until early if connection is lost | MarcoFalke | 2020-08-04 | 3 | -29/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: Fail wait_until early if connection is lost | MarcoFalke | 2020-07-14 | 3 | -29/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19634: rpc: Document getwalletinfo's unlocked_until field as optional | fanquake | 2020-08-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Document getwalletinfo's unlocked_until field as optional | Justin Moon | 2020-07-31 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19326: Simplify hash.h interface using Spans | Wladimir J. van der Laan | 2020-08-03 | 31 | -120/+117 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Hash[160] consume range-like objects | Pieter Wuille | 2020-07-30 | 16 | -63/+40 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make CHash256/CHash160 output to Span | Pieter Wuille | 2020-07-30 | 13 | -26/+28 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make MurmurHash3 consume Spans | Pieter Wuille | 2020-07-30 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make CHash256 and CHash160 consume Spans | Pieter Wuille | 2020-07-30 | 16 | -32/+32 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make script/standard's BaseHash Span-convertible | Pieter Wuille | 2020-07-30 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add MakeUCharSpan, to help constructing Span<[const] unsigned char> | Pieter Wuille | 2020-07-30 | 1 | -0/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make uint256 Span-convertible by adding ::data() | Pieter Wuille | 2020-07-30 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: rename base_blob::data to m_data | Pieter Wuille | 2020-07-30 | 2 | -18/+18 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18991: Cache responses to GETADDR to prevent topology leaks | Wladimir J. van der Laan | 2020-08-03 | 11 | -13/+183 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test addr response caching | Gleb Naumenko | 2020-07-30 | 2 | -0/+110 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add addr permission flag enabling non-cached addr sharing | Gleb Naumenko | 2020-07-30 | 7 | -5/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cache responses to addr requests | Gleb Naumenko | 2020-07-30 | 3 | -1/+43 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove useless 2500 limit on AddrMan queries | Gleb Naumenko | 2020-07-24 | 3 | -4/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move filtering banned addrs inside GetAddresses() | Gleb Naumenko | 2020-07-24 | 2 | -5/+8 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19639: doc: Remove Reference Links #19582 | MarcoFalke | 2020-08-02 | 1 | -20/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Remove Reference Links | Robert | 2020-08-01 | 1 | -20/+0 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19637: doc: Add historical release notes for 0.20.1 | MarcoFalke | 2020-08-02 | 1 | -0/+158 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Add historical release notes for 0.20.1 | Wladimir J. van der Laan | 2020-08-01 | 1 | -0/+158 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19569: Enable fetching of orphan parents from wtxid peers | fanquake | 2020-07-31 | 8 | -63/+96 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: make txmempool interface use GenTxid | Pieter Wuille | 2020-07-30 | 3 | -11/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: make FindTxForGetData use GenTxid | Pieter Wuille | 2020-07-30 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: use GenTxid in tx request functions | Pieter Wuille | 2020-07-30 | 1 | -17/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: request parents of orphan from wtxid relay peer | Anthony Towns | 2020-07-30 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p2p: enable fetching of orphans from wtxid peers | Pieter Wuille | 2020-07-30 | 1 | -15/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: add GenTxid (=txid or wtxid) type and use it for tx request logic | Pieter Wuille | 2020-07-30 | 4 | -17/+42 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: list support for BIP 339 in doc/bips.md | Pieter Wuille | 2020-07-30 | 1 | -1/+2 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ. | MarcoFalke | 2020-07-31 | 1 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ent... | Chris L | 2020-07-24 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19617: doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLANG | fanquake | 2020-07-31 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLANG | fanquake | 2020-07-29 | 1 | -3/+3 | |
| | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19439: script: Linter to check commit message formatting | MarcoFalke | 2020-07-30 | 1 | -0/+46 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linter to check commit message formatting | Amir Ghorbanian | 2020-07-15 | 1 | -0/+46 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19604: Pass mempool pointer to UnloadBlockIndex/GetCoinsCacheSizeState | MarcoFalke | 2020-07-30 | 8 | -36/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass mempool pointer to GetCoinsCacheSizeState | MarcoFalke | 2020-07-29 | 3 | -17/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass mempool pointer to UnloadBlockIndex | MarcoFalke | 2020-07-29 | 5 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: Simplify cs_main locks | MarcoFalke | 2020-07-29 | 2 | -13/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19561: refactor: Pass ArgsManager into functions that register args | MarcoFalke | 2020-07-30 | 11 | -237/+242 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: use local argsmanager in CRegTestParams | Ivan Metlushko | 2020-07-29 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Replace gArgs with local argsman | Ivan Metlushko | 2020-07-29 | 8 | -209/+209 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: add unused ArgsManager to replace gArgs | Ivan Metlushko | 2020-07-29 | 10 | -23/+28 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19102: wallet: Introduce and use DummyDatabase instead of dummy Berkel... | MarcoFalke | 2020-07-30 | 4 | -36/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | walletdb: Ensure that having no database handle is a failure | Andrew Chow | 2020-07-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove BDB dummy databases | Andrew Chow | 2020-07-29 | 2 | -34/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce DummyDatabase and use it in the tests | Andrew Chow | 2020-07-29 | 2 | -1/+42 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||