BREAKING_CHANGE: adapt soldeer, enhance script runtime, extra features#145
Merged
TuDo1403 merged 115 commits intorelease/v0.3.0from Aug 4, 2025
Merged
BREAKING_CHANGE: adapt soldeer, enhance script runtime, extra features#145TuDo1403 merged 115 commits intorelease/v0.3.0from
TuDo1403 merged 115 commits intorelease/v0.3.0from
Conversation
added 30 commits
May 16, 2024 11:16
…mp-package feat(rework): implement `bump-package`
…nfig and runtime config
…ript feat(rework): implement `script`
…er-defined-config feat(rework): implement `user-defined-config`
…d-initialize-guard feat(rework): implement `add-initialize-guard`
…d-default-contracts feat(rework): implement `add-default-contracts`
…d-profile feat(rework): implement `add-profile`
…th-to-generate-artifact
…store-transparent-proxy-v4_9_5 feat(rework): implement `restore-transparent-proxy-v4_9_5`
…adapt new forge version when generating storage layout
Co-authored-by: HuyHuynh <63286199+huyhuynh3103@users.noreply.github.com>
…x-bug feat(rework): implement `fix-bug`
…nitializer fix: add --json when inspecting methodIdentifiers
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.
Description
BREAKING CHANGES:
soldeer,Extra features:
deploymentsfolder.Bug fixes:
General Config
UserDefinedConfigfor more customizable global storage. Requested by @nxqbaoNetwork Config
rollfunction to roll block and warp time simultaneously.warpfunction to warp block and roll block simultaneously.rollUpTofunction to roll and warp up to targeted block number.warpUpTofunction to warp and roll up to targeted timestamp.Contract Config
TNetworkas primary key => allow different network to share same chain id to support shadow-fork use-case. @nxqbaoLibDeploy
LibInitializationGuard
Checklist