aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserve initial state if push_lock() throws exceptionHennadii Stepanov2020-08-021-3/+8
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19489: test: Fail wait_until early if connection is lostMarcoFalke2020-08-043-29/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: Fail wait_until early if connection is lostMarcoFalke2020-07-143-29/+27
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19634: rpc: Document getwalletinfo's unlocked_until field as optionalfanquake2020-08-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Document getwalletinfo's unlocked_until field as optionalJustin Moon2020-07-311-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19326: Simplify hash.h interface using SpansWladimir J. van der Laan2020-08-0331-120/+117
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Hash[160] consume range-like objectsPieter Wuille2020-07-3016-63/+40
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make CHash256/CHash160 output to SpanPieter Wuille2020-07-3013-26/+28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make MurmurHash3 consume SpansPieter Wuille2020-07-302-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make CHash256 and CHash160 consume SpansPieter Wuille2020-07-3016-32/+32
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make script/standard's BaseHash Span-convertiblePieter Wuille2020-07-301-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add MakeUCharSpan, to help constructing Span<[const] unsigned char>Pieter Wuille2020-07-301-0/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make uint256 Span-convertible by adding ::data()Pieter Wuille2020-07-301-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: rename base_blob::data to m_dataPieter Wuille2020-07-302-18/+18
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18991: Cache responses to GETADDR to prevent topology leaksWladimir J. van der Laan2020-08-0311-13/+183
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test addr response cachingGleb Naumenko2020-07-302-0/+110
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add addr permission flag enabling non-cached addr sharingGleb Naumenko2020-07-307-5/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cache responses to addr requestsGleb Naumenko2020-07-303-1/+43
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove useless 2500 limit on AddrMan queriesGleb Naumenko2020-07-243-4/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move filtering banned addrs inside GetAddresses()Gleb Naumenko2020-07-242-5/+8
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19639: doc: Remove Reference Links #19582MarcoFalke2020-08-021-20/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Remove Reference LinksRobert2020-08-011-20/+0
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19637: doc: Add historical release notes for 0.20.1MarcoFalke2020-08-021-0/+158
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Add historical release notes for 0.20.1Wladimir J. van der Laan2020-08-011-0/+158
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19569: Enable fetching of orphan parents from wtxid peersfanquake2020-07-318-63/+96
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: make txmempool interface use GenTxidPieter Wuille2020-07-303-11/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: make FindTxForGetData use GenTxidPieter Wuille2020-07-301-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: use GenTxid in tx request functionsPieter Wuille2020-07-301-17/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: request parents of orphan from wtxid relay peerAnthony Towns2020-07-301-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | p2p: enable fetching of orphans from wtxid peersPieter Wuille2020-07-301-15/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: add GenTxid (=txid or wtxid) type and use it for tx request logicPieter Wuille2020-07-304-17/+42
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: list support for BIP 339 in doc/bips.mdPieter Wuille2020-07-301-1/+2
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ.MarcoFalke2020-07-311-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ent...Chris L2020-07-241-6/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19617: doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLANGfanquake2020-07-311-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLANGfanquake2020-07-291-3/+3
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19439: script: Linter to check commit message formattingMarcoFalke2020-07-301-0/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Linter to check commit message formattingAmir Ghorbanian2020-07-151-0/+46
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19604: Pass mempool pointer to UnloadBlockIndex/GetCoinsCacheSizeStateMarcoFalke2020-07-308-36/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass mempool pointer to GetCoinsCacheSizeStateMarcoFalke2020-07-293-17/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass mempool pointer to UnloadBlockIndexMarcoFalke2020-07-295-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: Simplify cs_main locksMarcoFalke2020-07-292-13/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19561: refactor: Pass ArgsManager into functions that register argsMarcoFalke2020-07-3011-237/+242
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: use local argsmanager in CRegTestParamsIvan Metlushko2020-07-291-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Replace gArgs with local argsmanIvan Metlushko2020-07-298-209/+209
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: add unused ArgsManager to replace gArgsIvan Metlushko2020-07-2910-23/+28
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19102: wallet: Introduce and use DummyDatabase instead of dummy Berkel...MarcoFalke2020-07-304-36/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | walletdb: Ensure that having no database handle is a failureAndrew Chow2020-07-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove BDB dummy databasesAndrew Chow2020-07-292-34/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce DummyDatabase and use it in the testsAndrew Chow2020-07-292-1/+42
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |