1174 Commits (f8b751d9934a05116e3947688fc49e71ae790b01)

Author SHA1 Message Date
Larry 5d5862a85e bitcore 7 years ago
Jonathan "Duke" Leto d73284e30d Update our signed message string 7 years ago
Simon 06c19063bb Implement RPC shield_coinbase #2448. 7 years ago
Jonathan "Duke" Leto e024e493ab Update references to zcash addresses to hush addresses in wallet code and some random other stuff 7 years ago
Sean Bowe 15a9937654 Revert "Delete old protocol version constants and simplify code that used them." 7 years ago
Sean Bowe 9ad9a25eff Revert "Remove an unneeded version workaround as per @str4d's review comment." 7 years ago
Daira Hopwood c2a722d3c4 Fix a comment that was made stale before launch by #1016 (commit 542da61). 7 years ago
Daira Hopwood de609b8c54 Strict DER signatures are always enforced; remove the flag and code that used it. 7 years ago
Simon da6d93916d Add option 'mempooltxinputlimit' so the mempool can reject a transaction 7 years ago
Jack Grigg 30006a2e79
Correct consensus logic in ContextualCheckInputs 7 years ago
Jack Grigg 5b3bc9716e Implement automatic shutdown of deprecated Zcash versions 7 years ago
Daira Hopwood 1e9db0b38a Remove an unneeded version workaround as per @str4d's review comment. 7 years ago
Daira Hopwood 5a49c929dd Delete old protocol version constants and simplify code that used them. 7 years ago
Wladimir J. van der Laan eb5f63fe58
net: Automatically create hidden service, listen on Tor 9 years ago
Jack Grigg 0bc1e2c431
Add anchor to output of getblock 7 years ago
Simon 07cf426404 Remove stale Qt comments and dead code 7 years ago
Cory Fields 72b25b0ffd
locking: add a quick example of GUARDED_BY 9 years ago
Pavel Vasin 2af5a65066
remove unused inv from ConnectTip() 9 years ago
Jorge Timón e079f010bf
Consensus: Refactor: Separate Consensus::CheckTxInputs and GetSpendHeight in CheckInputs 9 years ago
Pieter Wuille bfa832c7ed
Reduce checkpoints' effect on consensus. 9 years ago
Philip Kaufmann db954a65ac
use const references where appropriate 9 years ago
Jack Grigg 1f015f6afa
Add a flag for enabling experimental features 7 years ago
Jonas Schnelli 6a793d9c27
use CBlockIndex* insted of uint256 for UpdatedBlockTip signal 9 years ago
João Barbosa 7e6ec078fa
Add UpdatedBlockTip signal to CMainSignals and CValidationInterface 9 years ago
Jack Grigg 207924a1d5
Remove OpenSSL PRNG reseeding 8 years ago
Jack Grigg 6fb8d0c2d6
Skip JoinSplit verification before the last checkpoint 8 years ago
Sean Bowe bc59f53722 Isolate verification to a `ProofVerifier` context object that allows verification behavior to be tuned by the caller. 8 years ago
J-Stuhlman a8492adc49 Update main.cpp 8 years ago
J-Stuhlman 6de4e14add Update main.cpp 8 years ago
J-Stuhlman 45f8c53564 Update main.cpp 8 years ago
Simon 4e3ac9b015 Fix stale comment referencing upstream block interval 8 years ago
J-Stuhlman f7a78c8b64 Update main.cpp 8 years ago
Simon 9ddb6ad028 Mempool will accept tx with joinsplits and the default z_sendmany fee. 8 years ago
Simon ba0625f25d Set default minrelaytxfee to 1000 zatoshis to match upstream. 8 years ago
Jack Grigg 548bbd95f0
Adjust consensus rule to accept genesis block without height in coinbase 8 years ago
Sean Bowe 7662d72bf4 Make more string changes. 8 years ago
Jack Grigg a6df7ab567
Add a persistent screen showing basic node metrics 8 years ago
Simon 432bc22ade Patch backport of upstream 1588 as we don't (yet) use the NetMsgType namespace 8 years ago
Daira Hopwood cb1246194e Update the error message string for tx version too low. ref #1600 8 years ago
Jack Grigg 80f4cdcf8f
Reject block versions lower than 4 8 years ago
Jack Grigg 7ac924cdb7
Disallow v0 transactions as a consensus rule 8 years ago
Gregory Maxwell a514cb2968 Only send one GetAddr response per connection. 8 years ago
Wladimir J. van der Laan e496b2e391 net: Ignore `notfound` P2P messages 8 years ago
Daira Hopwood e923e3ae0f Make v2 transactions standard. 8 years ago
Jack Grigg 6a7acc29a1
Set CBlockIndex.hashAnchor correctly in ConnectBlock 8 years ago
Jack Grigg b6961fc112
Increment witnesses for new transactions on rescan 8 years ago
Sean Bowe 74f15a73a1 Make 100KB transaction size limit a consensus rule, rather than a standard rule. 8 years ago
Simon b7d072069e Update comment per review 8 years ago
Simon 3b30d8361a Founders reward: changed index computation, added new test and some refactoring. 8 years ago
Simon db0f931570 Add founders reward to ChainParams. 8 years ago