Forge-stress solo/chain-fragment profiles and beacon export tooling#6627
Open
Russoul wants to merge 5 commits into
Open
Forge-stress solo/chain-fragment profiles and beacon export tooling#6627Russoul wants to merge 5 commits into
Russoul wants to merge 5 commits into
Conversation
Adds forge-stress-plutusv3-solo, mirroring forge-stress-plutus-solo but using the PlutusV3 "LoopV3" script, and regenerates all-profiles.json (which was already stale relative to the prior solo-profiles genesis switch to Voltaire, in addition to missing this new profile).
Exports a profile run's node db/, genesis files (untrimmed shelley genesis in place of the trimmed one), and a config.json with genesis paths rewritten, into an ouroboros-consensus-tools beacon-data/chain/ directory usable by the `beacon` tool, registering a minimal entry in chain-register.json. Mirrors chaindb.sh's structure/conventions.
….30 tps chain.json from a run showed blocks well under the per-block PlutusV3 execution-unit budget cap (4 tx/block) for roughly the first third of the run: at 0.20 tps the mempool only just keeps pace with that cap on average, so it takes many blocks to refill after starting empty. Verified with a fresh run: at 0.30 tps every block past the initial fund-splitting one hits the steady 4-tx/block plateau immediately.
Declares itself bash (fixing SC2148), splits declare-from-assign to avoid masking $? (SC2155), and documents the SC2016 on the jq --arg filter as a false positive rather than pulling in the exceptions list.
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.
Summary
fschain-768k-xs,fschain-768k,fschain-8io) andforge-stress-pre-plutus-solo, and switch the forge-stress solo profiles to Voltaire genesis so they can double as chain-fragment sources.forge-stress-plutusv3-solo, mirroringforge-stress-plutus-solobut using the PlutusV3LoopV3script, tuned to 0.30 tps so blocks reach their per-block PlutusV3 execution-unit budget cap right away instead of ramping up over the first third of the run.wb chain-fragment exportop: exports a profile run's nodedb/, genesis files (untrimmed shelley genesis in place of the trimmed one) and a path-patchedconfig.jsonas a chain fragment consumable byouroboros-consensus-tools'beacontool, registering a minimal entry in itschain-register.json.