Verium 2.2.0#3
Open
jayhines91 wants to merge 3 commits into
Open
Conversation
…ng for 1.3.5.2 coexistence. Keep legacy header and mining rules always on while gating 2.0.1 stricter timestamp checks and block assembly behind nTimeRulesActivationHeight so 2.2 stays chain- compatible until the coordinated hardfork height is set. Co-authored-by: Cursor <[email protected]>
…ompile. Use monorepo shared/built/<family> caches in ensure_depends, disable curl SMB on mingw cross-builds, and add logging/timer helpers needed by the bootstrap port. Co-authored-by: Cursor <[email protected]>
Port bootstrap downloader/UI from Vericoin sprint, pause chain sync during bootstrap download, wallet controller/frame/view improvements, and shared depends preseed wiring in Build-Scripts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verium 2.2.0 release sprint — source-only changes
Version
configure.ac(build 1, non-release)Bootstrap & sync
downloader.cpp/h: bootstrap download with network pause/resume, retry, apply-on-restart marker (ported from Vericoin)validation.cpp:g_chain_sync_paused_for_bootstrap— pause chain sync while bootstrap downloadsinit.cpp: bootstrap apply-on-restart integrationbootstrapdialog.*: retry/normal-sync fallback UI tweaksQt / GUI
walletcontroller,walletframe,walletview)bitcoingui.cpp: dev/beta title hooksstyle.qss: styling updatesBuild
Build-Scripts/: shared depends preseed wiring, simplified Docker build paths (build-common.sh,build-in-docker.sh,build-windows-docker.sh)Chain
chainparams.cpp: minor param updates for 2.2.0 coexistence with 1.3.5.2net_processing.cpp: bootstrap-related fix (aligned with Vericoin)