919 Commits (1aacfc2da521a8e0d718e9ac561d9b2d7916eb0b)

Author SHA1 Message Date
Chris Stewart b8db185952 Update README.md 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 8 years ago
BtcDrak 14d01309be Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY 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
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
Alex Morcos 4dc94d1036 Refactor CreateNewBlock to be a method of the BlockAssembler class 9 years ago
EthanHeilman f4119c6c98 Remove non-determinism which is breaking net_tests #8069 9 years ago
Matt Corallo 269a4402a8 Add test for dbwrapper iterators with same-prefix keys. 9 years ago
Pieter Wuille 0b1295b066 Add SipHash-2-4 primitives to hash 9 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 9 years ago
Cory Fields daa384120a crypto: add aes cbc tests 9 years ago
Pieter Wuille 6bec172eb9 Add ctaes-based constant time AES implementation 9 years ago
Chris Stewart 10e83d7956 Adding basic tests for OP_CSV inside of script_tests.json 9 years ago
Pavel Janík db18ab28c7 Reenable multithread scheduler test. 9 years ago
EthanHeilman 1475ecf611 Fix de-serialization bug where AddrMan is corrupted after exception 9 years ago
21E14 c8b92486c4 Remove obsolete reference to CValidationState from UpdateCoins. 9 years ago
Pieter Wuille 1953c40aa9 More efficient bitsliced rolling Bloom filter 9 years ago
Wladimir J. van der Laan 6030625631 test: Add more thorough test for dbwrapper iterators 9 years ago