14132 Commits (2c2d98806253db8c83055800a6bb14814a2f12b1)
 

Author SHA1 Message Date
Wladimir J. van der Laan 2c2d988062
Merge #10546: Remove 33 unused Boost includes 7 years ago
Wladimir J. van der Laan e4918316d8
Merge #10561: Remove duplicate includes 7 years ago
Wladimir J. van der Laan 5d034ee7fa
Merge #10566: [docs] Use the "domain name setup" image (previously unused) in the gitian docs 7 years ago
Wladimir J. van der Laan 562caf1c74
Merge #10560: Remove unused constants 7 years ago
Wladimir J. van der Laan 2e7d8f8b7d
Merge #10569: Fix stopatheight 7 years ago
Andrew Chow c45cbaf69f Fix stopatheight 7 years ago
Pieter Wuille 76f268b9bd
Merge #10521: Limit variable scope 7 years ago
practicalswift e53a0fa12a Remove duplicate includes 7 years ago
practicalswift dce82397c1 Comment out unused constant REJECT_DUST 7 years ago
practicalswift 7631066779 Use the "domain name setup" image (previously unused) in the gitian docs 7 years ago
practicalswift 49de096c2a Remove unused Boost includes 7 years ago
practicalswift 3289ef4fe1 Remove unused constant MEMPOOL_GD_VERSION 7 years ago
Wladimir J. van der Laan 29f80cd230
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 7 years ago
Wladimir J. van der Laan 9c248e39f2
Merge #10481: Decodehextx scripts sanity check 7 years ago
Wladimir J. van der Laan 35e7f13f68
Merge #10548: Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set} 7 years ago
Wladimir J. van der Laan 71ab6e5538
Merge #10547: [tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_distribution} 7 years ago
Wladimir J. van der Laan 6c2d81f34d
Merge #10524: [tests] Remove printf(...) 7 years ago
Pieter Wuille e801084dec
Merge #10321: Use FastRandomContext for all tests 7 years ago
Andrew Chow ac4e438229 Sanity check transaction scripts in DecodeHexTx 7 years ago
Andrew Chow 5b75c47784 Add a valid opcode sanity check to CScript 7 years ago
Pieter Wuille e945848582 scripted-diff: Use new naming style for insecure_rand* functions 7 years ago
practicalswift 0abc58890c [tests] Remove printf(...) 7 years ago
practicalswift 227ae9b34d [tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_distribution} 7 years ago
Pieter Wuille 2fcd9cc86b scripted-diff: Use randbits/bool instead of randrange where possible 7 years ago
Pieter Wuille 2ada678521 Use randbits instead of ad-hoc emulation in prevector tests 7 years ago
Pieter Wuille 5f0b04eedc Replace rand() & ((1 << N) - 1) with randbits(N) 7 years ago
Pieter Wuille 3ecabae363 Replace more rand() % NUM by randranges 7 years ago
Wladimir J. van der Laan 46311e792f
Merge #9672: Opt-into-RBF for RPC & bitcoin-tx 7 years ago
practicalswift 246a02fb14 Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set} 7 years ago
Pieter Wuille be3e042c20
Merge #10523: Perform member initialization in initialization lists where possible 7 years ago
MarcoFalke 75e898c094
Merge #10331: Share config between util and functional tests 7 years ago
MarcoFalke 2805d606bc
Merge #10522: [wallet] Remove unused variables 7 years ago
MarcoFalke 32751807c9
Merge #10538: [trivial] Fix typo: "occurrences" (misspelled as "occurrances") 7 years ago
John Newbery 8ad5bdef78 Merge bctest.py into bitcoin-util-test.py 7 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 7 years ago
Wladimir J. van der Laan 1b708f2cf3
Merge #10201: pass Consensus::Params& to functions in validation.cpp and make them static 7 years ago
Mario Dian 24980a3e40 Make functions in validation.cpp static and pass chainparams 7 years ago
Wladimir J. van der Laan 300f8e7a82
Merge #9909: tests: Add FindEarliestAtLeast test for edge cases 7 years ago
Wladimir J. van der Laan 980deaf0b1
Merge #10252: RPC/Mining: Restore API compatibility for prioritisetransaction 7 years ago
practicalswift b083db617a [trivial] Fix typo: "occurrences" (misspelled as "occurrances") 7 years ago
MarcoFalke 30853e16d3
Merge #10535: [qa] fundrawtx: Fix shutdown race 7 years ago
Wladimir J. van der Laan 67700b3924
Merge #10345: [P2P] Timeout for headers sync 7 years ago
Wladimir J. van der Laan 16f6c98fa8
Merge #10426: Replace bytes_serialized with bogosize 7 years ago
Wladimir J. van der Laan 323a46e034
Merge #10463: Names: BIP9 vs versionbits 7 years ago
MarcoFalke fa62dadabe [qa] fundrawtx: Fix shutdown race 7 years ago
Luke Dashjr 9a5a1d7d45 RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided with either value 7 years ago
Luke Dashjr 23b0fe34f5 bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting in 7 years ago
Luke Dashjr b005bf21a7 Introduce MAX_BIP125_RBF_SEQUENCE constant 7 years ago
Jonas Schnelli 575cde4605 [bitcoin-tx] add rbfoptin command 7 years ago
Jonas Schnelli 5d26244148 [Tests] extend the replace-by-fee test to cover RPC rawtx features 7 years ago