-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore(zkevm-integration
): merge from release/v0.8.2
#143
Open
github-actions
wants to merge
18
commits into
feature/zkevm-integration
Choose a base branch
from
merge/release/v0.8.2-feature/zkevm-integration
base: feature/zkevm-integration
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(zkevm-integration
): merge from release/v0.8.2
#143
github-actions
wants to merge
18
commits into
feature/zkevm-integration
from
merge/release/v0.8.2-feature/zkevm-integration
Conversation
This file contains 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
* chore: rename src -> tools, contracts -> src * chore: update config and remove unused files, logs * test: restructure test * chore: apply new remapping config (#136) Co-authored-by: TuDo1403 <[email protected]> * chore: remove bridge related componets (#137) Co-authored-by: TuDo1403 <[email protected]> * chore: remove unused component * chore: remove unused artifact * chore: remove unused components * chore: remove unused testss * chore: move config -> script/config/vrf * script: fix script * chore: fix config * ci: update ci * chore: update post-commit * style(automated): post-commit forge fmt (*.sol) * chore(automated): post-commit update .git-blame-ignore-revs * ci: fix ci * ci: fix ci * test: skip fork test * ci: add ci for slither-analyze, storage-layout-check, unit-test and rework githook * chore: update .gitignore * chore: update post-commit * chore: add generate-artifact.sh * chore: update remappings.txt * ci: allow running check ci in implement-feature branch --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…129) Co-authored-by: TuDo1403 <[email protected]>
Co-authored-by: TuDo1403 <[email protected]>
feat(RoninBaseFeeTreasury): add `RoninBaseFeeTreasury` contract
…/allow-non-blockproducer-maintenance chore(`allow-non-blockproducer-maintenance`): merge from `release/v0.8.2`
…cer-maintenance feat(Maintenance): Allow non block producers entering maintenance mode
…easury/impl feat(basefee-treasury): implement `impl`
Signed-off-by: tu-do.ron <[email protected]>
Co-authored-by: Thai Xuan Dang <[email protected]> Signed-off-by: tu-do.ron <[email protected]>
…easury/simplify-impl feat(basefee-treasury): implement `simplify-impl`
BREAKING_CHANGE(RoninBaseFeeTreasury): simplify contract logic
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
PR to merge from release/v0.8.2 to feature/zkevm-integration.