aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tests: dumping and minimizing of script assets dataPieter Wuille2020-10-122-0/+203
| * | | tests: add generic qa-asset-based script verification unit testPieter Wuille2020-10-122-3/+133
| * | | Use ScriptExecutionData to pass through annex hashPieter Wuille2020-10-121-1/+1
| * | | Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)Pieter Wuille2020-10-123-5/+46
| * | | scripted-diff: put ECDSA in name of signature functionsPieter Wuille2020-10-062-2/+2
* | | | Merge #19988: Overhaul transaction request logicWladimir J. van der Laan2020-10-143-101/+1112
|\ \ \ \
| * | | | Report and verify expirationsPieter Wuille2020-10-122-3/+36
| * | | | Delete limitedmap as it is unused nowPieter Wuille2020-10-121-101/+0
| * | | | Add txrequest fuzz testsPieter Wuille2020-10-121-0/+368
| * | | | Add txrequest unit testsPieter Wuille2020-10-121-0/+711
* | | | | Merge #20129: tests: don't export in6addr_loopbackMarcoFalke2020-10-141-3/+3
|\ \ \ \ \
| * | | | | tests: don't export in6addr_loopbackVasil Dimov2020-10-121-3/+3
| |/ / / /
* | | | | Merge #19998: net: Add CNode::ConnectedThroughNetwork member functionWladimir J. van der Laan2020-10-122-4/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | test: Add tests for CNode::ConnectedThroughNetworkHennadii Stepanov2020-10-032-4/+45
* | | | | Merge #19954: Complete the BIP155 implementation and upgrade to TORv3fanquake2020-10-112-0/+122
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | net: advertise support for ADDRv2 via new messageVasil Dimov2020-10-091-0/+17
| * | | | net: CAddress & CAddrMan: (un)serialize as ADDRv2Vasil Dimov2020-10-091-0/+105
| | |_|/ | |/| |
* | | | Merge #20105: [net] Remove CombinerAllWladimir J. van der Laan2020-10-081-17/+0
|\ \ \ \
| * | | | [net] Remove CombinerAllJohn Newbery2020-10-081-17/+0
* | | | | Merge #20065: fuzz: Configure check for main functionMarcoFalke2020-10-081-9/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fuzz: Configure check for main functionMarcoFalke2020-10-041-9/+0
| | |/ / | |/| |
* | | | Merge #19339: validation: re-delegate absurd fee checking from mempool to cli...fanquake2020-10-073-5/+3
|\ \ \ \ | |/ / / |/| | |
| * | | [validation] Remove absurdfee from accepttomempoolJohn Newbery2020-10-053-5/+3
* | | | test: add test coverage for CNetAddr ipv6 scoped addressesJon Atack2020-10-021-0/+19
| |_|/ |/| |
* | | refactor: fix -Wbraced-scalar-init warning in validation testsfanquake2020-10-021-1/+1
|/ /
* | Merge #20004: test: Add signet witness commitment section parse testsWladimir J. van der Laan2020-09-304-21/+83
|\ \ | |/ |/|
| * test: Add signet witness commitment section parse testsMarcoFalke2020-09-291-0/+62
| * Remove gArgs global from CreateChainParams to aid testingMarcoFalke2020-09-294-21/+21
* | Merge #19107: p2p: Move all header verification into the network layer, exten...fanquake2020-09-292-14/+11
|\ \ | |/ |/|
| * Remove header checks out of net_processingTroy Giorshev2020-09-222-8/+1
| * Give V1TransportDeserializer CChainParams& memberTroy Giorshev2020-09-221-2/+2
| * Change CMessageHeader ConstructorTroy Giorshev2020-09-222-2/+2
| * Move checksum check from net_processing to netTroy Giorshev2020-09-221-10/+13
| * Give V1TransportDeserializer an m_node_id memberTroy Giorshev2020-09-221-1/+2
* | Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2Pieter Wuille2020-09-284-13/+315
|\ \
| * | net: recognize TORv3/I2P/CJDNS networksVasil Dimov2020-09-212-1/+106
| * | net: CNetAddr: add support to (un)serialize as ADDRv2Vasil Dimov2020-09-171-1/+193
| * | test: move HasReason so it can be reusedVasil Dimov2020-09-172-11/+16
* | | scripted-diff: Replace UINT256_ONE() with uint256::ONEAnthony Towns2020-09-281-2/+2
* | | uint256: Update constructors to c++11, make ONE staticAnthony Towns2020-09-281-0/+6
* | | Merge #19927: validation: Reduce direct g_chainman usageMarcoFalke2020-09-231-1/+1
|\ \ \
| * | | validation: Pass in chainman to UnloadBlockIndexCarl Dong2020-09-151-1/+1
* | | | fuzz: Remove needless guardMarcoFalke2020-09-221-4/+2
* | | | refactor: Remove SignetTxs::m_valid and use optional insteadMarcoFalke2020-09-221-1/+1
| |_|/ |/| |
* | | Merge #17785: p2p: Unify Send and Receive protocol versionsWladimir J. van der Laan2020-09-224-22/+17
|\ \ \
| * | | p2p: Unify Send and Receive protocol versionsHennadii Stepanov2020-09-074-22/+17
| |/ /
* | | Merge #18267: BIP-325: Signet [consensus]Wladimir J. van der Laan2020-09-214-5/+86
|\ \ \
| * | | test: some sanity checks for consensus logicAnthony Towns2020-09-181-0/+47
| * | | test: add small signet fuzzerpracticalswift2020-09-181-0/+34
| * | | test: signet network selection testsKarl-Johan Alm2020-09-182-4/+4