Skip to content
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

BREAKING_CHANGE: adapt soldeer, enhance script runtime, extra features #145

Open
wants to merge 105 commits into
base: release/v0.3.0
Choose a base branch
from

Conversation

TuDo1403
Copy link
Collaborator

@TuDo1403 TuDo1403 commented Jun 16, 2024

Description

BREAKING CHANGES:

  • Adapt new package manager soldeer,
  • Enhance script runtime by execute setup phases in local and switch to fork network later.

Extra features:

  • Log execution time.
  • Add support for precheck. Requested by @huyhuynh3103
  • Support verify deployed contracts after running script.
  • Faster import deployed contracts in deployments folder.

Bug fixes:

General Config

  • Add UserDefinedConfig for more customizable global storage. Requested by @nxqbao

Network Config

  • Add roll function to roll block and warp time simultaneously.
  • Add warp function to warp block and roll block simultaneously.
  • Add rollUpTo function to roll and warp up to targeted block number.
  • Add warpUpTo function to warp and roll up to targeted timestamp.

Contract Config

  • Use TNetwork as primary key => allow different network to share same chain id to support shadow-fork use-case. @nxqbao

LibDeploy

  • Support more use-cases for deploying contract and allow more customization.

LibInitializationGuard

  • Check for contract upgrades with correct initialization calls.

Checklist

  • I have clearly commented on all the main functions following the NatSpec Format
  • The box that allows repo maintainers to update this PR is checked
  • I tested locally to make sure this feature/fix works

…mp-package

feat(rework): implement `bump-package`
…er-defined-config

feat(rework): implement `user-defined-config`
TuDo1403 and others added 30 commits August 20, 2024 11:25
…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`
…store-transparent-proxy-v4_9_5

feat(rework): implement `restore-transparent-proxy-v4_9_5`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants