-
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
BREAKING_CHANGE: refactor repo #138
Conversation
…pply-forge-structure feat(refactor): implement `apply-forge-structure`
…pdate-new-config feat(refactor): implement `update-new-config`
feat(refactor): implement `test`
Co-authored-by: TuDo1403 <[email protected]>
Co-authored-by: TuDo1403 <[email protected]>
5e2a51c
to
3f5f8b1
Compare
6058231
to
b2e7abf
Compare
Slither reportTHIS CHECKLIST IS NOT COMPLETE. Use
reentrancy-ethImpact: High
dpos-contract/src/ronin/validator/CoinbaseExecution.sol Lines 102 to 162 in 21d1a93
dpos-contract/src/ronin/validator/CoinbaseExecution.sol Lines 206 to 244 in 21d1a93
dpos-contract/src/ronin/validator/CoinbaseExecution.sol Lines 102 to 162 in 21d1a93
dpos-contract/src/ronin/validator/CoinbaseExecution.sol Lines 102 to 162 in 21d1a93
dpos-contract/src/ronin/validator/CoinbaseExecution.sol Lines 102 to 162 in 21d1a93
dpos-contract/src/ronin/staking/CandidateStaking.sol Lines 120 to 155 in 21d1a93
shadowing-stateImpact: High
uninitialized-stateImpact: High
dpos-contract/src/ronin/Maintenance.sol Line 21 in 21d1a93
|
ea5c6a6
to
520f147
Compare
454631d
to
fe14020
Compare
5bdbf37
to
3cfb932
Compare
40e1dd4
to
5900eda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* chore: rename src -> tools, contracts -> src * chore: update config and remove unused files, logs * test: restructure test * chore: apply new remapping config (#136) * chore: remove bridge related componets (#137) * 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: tu-do.ron <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: rename src -> tools, contracts -> src * chore: update config and remove unused files, logs * test: restructure test * chore: apply new remapping config (#136) * chore: remove bridge related componets (#137) * 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: tu-do.ron <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Description
Contract changes
The table below shows the following info:
Checklist
release/**
branch.[contract_name] what_is_changed
, wherecontract_name
is the list of changed contracts, separated by|
, or is*
if there is changed in more than 3 contractsContract changes
table to guide the deployer which contracts to be upgraded.