6669 Commits (v1.0.0-rc2)

Author SHA1 Message Date
Daira Hopwood 5c5f70f0fc Update pchMessageStart strings for rc2. 8 years ago
Daira Hopwood d14207f6f4 Bump version numbers to 1.0.0-rc2. 8 years ago
Jack Grigg dccc140bf1
Comment out print statements in tromp's solver 8 years ago
Jack Grigg 199b3aafd3
Use solutions per second (Sol/s) 8 years ago
Jack Grigg f8ada2435b
Be excited about validating transactions! 8 years ago
Jack Grigg e7d59bbc12
Add average hash rate to metrics 8 years ago
Jack Grigg db853f8a46
Handle wrapping of potentially long lines 8 years ago
Jack Grigg 0ddd6d1cd8
Tag metrics strings for translation 8 years ago
Jack Grigg d30273f919
Split out screen sections into separate functions 8 years ago
Jack Grigg 4482bd8fd7
Adjust copy 8 years ago
Jack Grigg d934e68967
Fit metrics screen into an 80-column terminal without wrapping 8 years ago
Jack Grigg 4ace963c80
Show important console messages on metrics screen 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
Jack Grigg f4f1b4b097
Update sighash tests for new consensus rule 8 years ago
Jack Grigg 77175766f4
Enforce standard transaction rules on testnet 8 years ago
Daira Hopwood 789914e7b0 Update comments in chainparams.cpp. 8 years ago
Daira Hopwood a5fd8da7ba Static assertion that standard and network min tx versions are consistent. 8 years ago
Daira Hopwood cb1246194e Update the error message string for tx version too low. ref #1600 8 years ago
Jack Grigg 86d2c90468
Update tests for new genesis blocks 8 years ago
Jack Grigg 8c54e34a68
Use tromp's solver to regenerate miner tests 8 years ago
Jack Grigg 6be6762237
Regenerate genesis blocks with nVersion = 4 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
Simon e11e61ddb1 Workaround g++ 5.x bug with brace enclosed initializer. 8 years ago
Jack Grigg 89aa746ca1
GBT: Add informational founders' reward value to coinbasetxn 8 years ago
Jack Grigg 53ddbaed16
GBT: Support coinbasetxn instead of coinbasevalue 8 years ago
Jack Grigg 09864abc55
Revert "Revert "Avoid boost::posix_time functions that have potential out-of-bounds read bugs. ref #1459"" 8 years ago
Simon 43f0769cf6 Fix build problem with coins_tests 8 years ago
Pieter Wuille abd22bb674 Add tests for CCoins deserialization 8 years ago
Patrick Strateman e9d221e764 CDataStream::ignore Throw exception instead of assert on negative nSize. 8 years ago
Pieter Wuille f588c5edd6 Fix OOM bug: UTXO entries with invalid script length 8 years ago
Pieter Wuille 6fc5764eda Treat overly long scriptPubKeys as unspendable 8 years ago
Pieter Wuille 4c6ea562bd Introduce constant for maximum CScript length 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 f19cb7b7ee Revert "Avoid boost::posix_time functions that have potential out-of-bounds read bugs. ref #1459" 8 years ago
Simon 75407c6872 Fix issue where z_sendmany is too strict and does not allow integer based amount e.g. 1 which is the same as 1.0 8 years ago
Simon ffd2cb3437 Closes #1583 by setting up the datadir for the wallet gtest. 8 years ago
Simon 446f867b4c Add debug option "zrpcunsafe" to be used when logging more sensitive information such as the memo field of a note. 8 years ago
Daira Hopwood 5f0009b2d2 Assert that the Equihash solver is a supported option. 8 years ago
Daira Hopwood f91bbeedb7 Add help for -equihashsolver= option. 8 years ago
Jack Grigg d8e06e3f58
Add test that encryptwallet is disabled 8 years ago
Simon ccc0f9af42 Fixes CID 1352714 uninitialized scalar variable. 8 years ago
Simon fed6c83ccf Fixes CID 1352727 uninitialized scalar variable. 8 years ago
Simon 351b38fd5b Fixes CID 1352599 unitialized scalar variable 8 years ago
Simon 43873535d4 Fixes CID 1352686 uninitialized scalar variable. 8 years ago
Simon 19bec4d9bb Fixes CID 1352715 uninitialized scalar field. 8 years ago
Simon b7727d8b3b Fixes CID 1352687 uninitialized scalar field. 8 years ago
Simon b1c1a32b3a Fixes CID 1352698 uninitialized scalar field. 8 years ago