1169 Commits (c99ab3ca4b2363b721d6582cf22d5d41896d1037)

Author SHA1 Message Date
MarcoFalke fa1cf9e7b8 [test] Remove unused code 8 years ago
Ethan Heilman dbb1f640e6 Added feeler connections increasing good addrs in the tried table. 8 years ago
Nicolas DORIER ab48c5e721 Unit test for sighash caching 8 years ago
Pieter Wuille d2c5d044d0 Precompute sighashes 8 years ago
Pavel Janík a159f25e19 Remove redundand (and shadowing) declaration 8 years ago
Cory Fields 8945384bca net: Have LookupNumeric return a CService directly 8 years ago
Cory Fields 21ba407a73 net: narrow include scope after moving to netaddress 8 years ago
Cory Fields 1017b8a960 net: Add direct tests for new CSubNet constructors 8 years ago
Cory Fields b6c3ff3dae net: Split resolving out of CSubNet 8 years ago
Chris Stewart b8db185952 Update README.md 8 years ago
Cory Fields f96c7c4d91 net: Split resolving out of CService 8 years ago
Cory Fields 31d6b1d5f0 net: Split resolving out of CNetAddr 8 years ago
Pieter Wuille 0fd2a33648 Use a signal to continue init after genesis activation 8 years ago
Pieter Wuille 9c8593d2b4 Implement SipHash in Python 8 years ago
Suhas Daftuar 8bfd70817b Enable size accounting in mining unit tests 8 years ago
Bob McElrath 36ae37a9f9 Rename CTxinWitness -> CTxInWitness 9 years ago
BtcDrak 14d01309be Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY 9 years ago
Matthew King 873e81f89b Use portable #! in python scripts (/usr/bin/env) 9 years ago
Jonas Nick fdb43df23e [qa] Add GetTransactionSigOpCost unit tests 9 years ago
Suhas Daftuar d846e02372 [qa] script_tests: witness tests can specify tx amount 9 years ago
Suhas Daftuar 330b0f31ee [qa] p2p segwit tests 9 years ago
Pieter Wuille 66cca79130 [qa] Autogeneration support for witness in script_tests 9 years ago
Pieter Wuille 06d3805c1a [qa] Add segwit support to script_tests 9 years ago
NicolasDorier 00f46cbcd9 [qa] Add transaction tests for segwit 9 years ago
Pieter Wuille 0aa9207451 [qa] Witness version 0 signing unit tests 9 years ago
Pieter Wuille 605e8473a7 BIP143: Signing logic 9 years ago
Thomas Kerin b7dbeb24eb [libconsensus] Script verification API with amounts 9 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 9 years ago
Pieter Wuille 3dd410294d BIP143: Verification logic 9 years ago
Pieter Wuille 0ef1dd3e11 Refactor script validation to observe amounts 9 years ago
Pieter Wuille 449f9b8deb BIP141: Witness program 9 years ago
Pieter Wuille 7030d9eb47 BIP144: Serialization, hashes, relay (sender side) 9 years ago
Matt Corallo e3b2222144 Add some blockencodings tests 9 years ago
Matt Corallo f4f8f14adc Add TestMemPoolEntryHelper::FromTx version for CTransaction 9 years ago
Daniel Kraft 9fce0629b4 [c++11] Use std::unique_ptr for block creation. 9 years ago
Pieter Wuille 3775ff9ea7 Enable mempool consistency checks in unit tests 9 years ago
Suhas Daftuar 29fac19c93 Add unit tests for ancestor feerate mining 9 years ago
Gregory Maxwell 54326a6808 Increase maximum orphan size to 100,000 bytes. 9 years ago
BtcDrak ab8be98fdb Remove bad chain alert partition check 9 years ago
Pieter Wuille ee06e04369 Introduce enum ServiceFlags for service flags 9 years ago
Pieter Wuille 15bf863219 Don't require services in -addnode 9 years ago
Wladimir J. van der Laan eebc232187 test: Add more test vectors for siphash 9 years ago
Wladimir J. van der Laan e012f3cea0 util: Add ParseUInt32 and ParseUInt64 9 years ago
Pavel Janík c2715d3ab8 Do not shadow local variables 9 years ago
Jonas Schnelli ae357d5ab9
[Bitcoin-Tx] Add tests for sequence number support 9 years ago
Pieter Wuille 9bf156bb9e Support SipHash with arbitrary byte writes 9 years ago
Pieter Wuille 288d85ddf2 Get rid of CTxMempool::lookup() entirely 9 years ago
Chris Stewart b682960a28 Adding P2SH(p2pkh) script test case 9 years ago
Pavel Janík 13c455823f Remove unused local variable shadowing upper local 9 years ago
Ethan Heilman 2a8b3589b5 Fix typo adddrman to addrman as requested in #8070 9 years ago