5859 Commits (559ab22589c75c57ba181a54ac4d92f8cd87818e)

Author SHA1 Message Date
Sean Bowe d488e75ea8 Fix comment. 9 years ago
Nathan Wilcox 8cb250885c Replace magic 2s in rpcwallet and change > to != for arity checks. Replace magic 2's with named constants in test cases. 9 years ago
Nathan Wilcox f15b9549dc Implement online help for zcraw* commands. 9 years ago
Sean Bowe cf47198370 Fixed a couple incremental merkle tree bugs breaking consistency checks. 9 years ago
Sean Bowe 8505fd548a Prevent testnet from connecting to Bitcoin and getting people marked as DoS. 9 years ago
Sean Bowe 9144ea8c2b Testnet modifications -- just take the parameters from regtest. Also, move loading ZC params to _before_ verification. 9 years ago
Sean Bowe d66877afb3 Added mapSerials consensus rules to prohibit double-spending. 9 years ago
Sean Bowe 03bff15fe2 Enforce zk-SNARK validity during consensus. 9 years ago
Sean Bowe a8ac403db0 Added mapAnchors consensus rules, finished zcrawpour/zcrawreceive. 9 years ago
Sean Bowe 730790f7a4 Added primitive zcrawkeygen/zcrawpour implementations 9 years ago
Sean Bowe 4f1c37980e Load proving/verifying keys at startup from the public alpha parameters file. 9 years ago
Sean Bowe f512cf7c7b Added value balance consensus enforcement for pours. 9 years ago
Sean Bowe 45d6bee945 Add mapSerials infrastructure to CCoinsView. 9 years ago
Sean Bowe 9f25631d50 Add mapAnchors infrastructure to CCoinsView. 9 years ago
Sean Bowe 96c31d163f Added CPourTx verification and construction routines. 9 years ago
Sean Bowe 69761d8269 Primitive, context-free consensus changes for CPourTx 9 years ago
Sean Bowe 5884044ba9 Introduce `vpour` to `CTransaction`. 9 years ago
Nathan Wilcox 108650a55a Include a dubious "bug-fix" which allows exceptions to be thrown in reverselock destructor, which is required in reverselock_tests. ref #480 9 years ago
Nathan Wilcox c4da097069 Pull over depends and build changes from zc.v0.10.0.latest. Fails to build due to new ./configure dependency for serialization stuff. 9 years ago
Taylor Hornby 8a18333567 Rename .bitcoin (DataDir), bitcoind, and bitcoin-cli. 9 years ago
Wladimir J. van der Laan 984587ac5d
bump version to 0.11.2 9 years ago
Pieter Wuille 4e895b08da
Always flush block and undo when switching to new file 9 years ago
Mark Friedenbach f720c5fc9f
Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints 9 years ago
Mark Friedenbach a1d3c6fb9d
Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations 9 years ago
Alex Morcos dfe55bdc32
Do not allow blockfile pruning during reindex. 9 years ago
Gregory Maxwell 95a50390e1
Set TCP_NODELAY on P2P sockets. 9 years ago
Daniel Cousens af6edac0bd *: alias -h for --help 9 years ago
Eric Lombrozo e42bf16ae0 Clarification of unit test build instructions. 9 years ago
Luke Dashjr 33d6825c6f Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case) 9 years ago
Wladimir J. van der Laan 87a797a016 build: Remove dependency of bitcoin-cli on secp256k1 9 years ago
MarcoFalke a33cd5ba86 [trivial] Fix rpc message "help generate" 9 years ago
MarcoFalke b3eaa301ff [Qt] Raise debug window when requested 9 years ago
Alex Morcos 01878c9c3f Fix locking in GetTransaction. 9 years ago
Diego Viola 9b9acc27d2 Fix spelling of Qt 9 years ago
Wladimir J. van der Laan e7bcc4aac3
Bump minrelaytxfee default 9 years ago
Wladimir J. van der Laan 717152ccba
Bump version to 0.11.1 9 years ago
Wladimir J. van der Laan d7d87a1db1
qt: Update translations before 0.11.1 9 years ago
Tom Harding 36f14bf2e7 In (strCommand == "tx"), return if AlreadyHave() 9 years ago
Peter Todd 6af25b0f64
Add BIP65 to getblockchaininfo softforks list 9 years ago
Wladimir J. van der Laan ba1da90b33 Show softfork status in getblockchaininfo 9 years ago
Esteban Ordano 70a427b2b5 CLTV: Add more tests to improve coverage 9 years ago
Peter Todd 5e82e1c8f5 Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic 9 years ago
Peter Todd 6ea5ca4b4e Enable CHECKLOCKTIMEVERIFY as a standard script verify flag 10 years ago
Peter Todd 4fa7a048d1 Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 10 years ago
Peter Todd 6ec08db338 Move LOCKTIME_THRESHOLD to src/script/script.h 10 years ago
Peter Todd 684636ba67 Make CScriptNum() take nMaxNumSize as an argument 10 years ago
Gregory Maxwell 71cc9d9fe8
Test LowS in standardness, removes nuisance malleability vector. 9 years ago
Wladimir J. van der Laan 5094a81d3b
Move recentRejects initialization to top of InitBlockIndex 9 years ago
Peter Todd ec9b6c33e8 Keep track of recently rejected transactions 9 years ago
Pieter Wuille 6eed52e05b Only use randomly created nonces in CRollingBloomFilter. 9 years ago