-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port multiple master-targeted fixes to janus release branch #56
Port multiple master-targeted fixes to janus release branch #56
Commits on Sep 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4287126 - Browse repository at this point
Copy the full SHA 4287126View commit details -
enable building tests by default, external signer default to match bi…
…tcoin core, and turn off warning silencing for implicit fallthrough
Configuration menu - View commit details
-
Copy full SHA for 82be88a - Browse repository at this point
Copy the full SHA 82be88aView commit details -
reinstate valid base58 test data and test methodology from bitcoin core
# Conflicts: # src/test/data/base58_encode_decode.json
Configuration menu - View commit details
-
Copy full SHA for dc7c5ae - Browse repository at this point
Copy the full SHA dc7c5aeView commit details -
declare classes final where appropriate, to enable devirtualisation o…
…f calls, and add placeholder warning to suggest possible final types
Configuration menu - View commit details
-
Copy full SHA for 5bcd84e - Browse repository at this point
Copy the full SHA 5bcd84eView commit details -
add warning to suggest attribute noreturn if applicable
# Conflicts: # configure.ac
Configuration menu - View commit details
-
Copy full SHA for d9d0c9a - Browse repository at this point
Copy the full SHA d9d0c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cadbc14 - Browse repository at this point
Copy the full SHA cadbc14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7413615 - Browse repository at this point
Copy the full SHA 7413615View commit details -
add attribute [[maybe_unused]] to mark parameters that are known not …
…to be used, and re-enable unused parameter warning to identify unintentionally unused parameters in future
Configuration menu - View commit details
-
Copy full SHA for bcc5729 - Browse repository at this point
Copy the full SHA bcc5729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74e3558 - Browse repository at this point
Copy the full SHA 74e3558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 602e578 - Browse repository at this point
Copy the full SHA 602e578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53702ef - Browse repository at this point
Copy the full SHA 53702efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1153e5f - Browse repository at this point
Copy the full SHA 1153e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb7b45a - Browse repository at this point
Copy the full SHA bb7b45aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b302246 - Browse repository at this point
Copy the full SHA b302246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc8b6e - Browse repository at this point
Copy the full SHA 8fc8b6eView commit details -
avoid unnecessary double promotion in calculating time interval, and …
…replace C cast with static_cast
Configuration menu - View commit details
-
Copy full SHA for fe178e9 - Browse repository at this point
Copy the full SHA fe178e9View commit details -
avoid implicit conversions that may alter a value, or make them expli…
…cit where intended
Configuration menu - View commit details
-
Copy full SHA for e5e2f10 - Browse repository at this point
Copy the full SHA e5e2f10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 641b656 - Browse repository at this point
Copy the full SHA 641b656View commit details -
do not enable DEBUG_LOCKORDER for all debug builds; the code associat…
…ed with this flag is broken in any case
Configuration menu - View commit details
-
Copy full SHA for 2e9f261 - Browse repository at this point
Copy the full SHA 2e9f261View commit details -
Configuration menu - View commit details
-
Copy full SHA for e82c875 - Browse repository at this point
Copy the full SHA e82c875View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c8771 - Browse repository at this point
Copy the full SHA 06c8771View commit details -
re-enable asserts for signet chain params at creation, with correct g…
…enesis block hash and merkle root hash
Configuration menu - View commit details
-
Copy full SHA for fbc5630 - Browse repository at this point
Copy the full SHA fbc5630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47d9edd - Browse repository at this point
Copy the full SHA 47d9eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 333e731 - Browse repository at this point
Copy the full SHA 333e731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b4b53 - Browse repository at this point
Copy the full SHA 24b4b53View commit details -
enable building tests by default, external signer default to match bi…
…tcoin core, and turn off warning silencing for implicit fallthrough
Configuration menu - View commit details
-
Copy full SHA for f97a386 - Browse repository at this point
Copy the full SHA f97a386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0743fd2 - Browse repository at this point
Copy the full SHA 0743fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd71f1 - Browse repository at this point
Copy the full SHA 5dd71f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 242d656 - Browse repository at this point
Copy the full SHA 242d656View commit details -
some tests use the pubkey of the BTC genesis block - update these to …
…use the correct pubkey of the BGL genesis block instead
Configuration menu - View commit details
-
Copy full SHA for 0d0d37b - Browse repository at this point
Copy the full SHA 0d0d37bView commit details -
Revert "don't disable implicit-fallthrough warning (this is now dealt…
… with in another PR)" This reverts commit 0743fd2.
Configuration menu - View commit details
-
Copy full SHA for c6bb29c - Browse repository at this point
Copy the full SHA c6bb29cView commit details -
remove attribute final from classes Sock, CCoinsViewCache, Descriptor…
…ScriptPubKeyMan to accomodate new fuzzing classes
Configuration menu - View commit details
-
Copy full SHA for 53de81b - Browse repository at this point
Copy the full SHA 53de81bView commit details