-
Notifications
You must be signed in to change notification settings - Fork 133
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
release: v1.2.3 #95
Merged
release: v1.2.3 #95
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
Use gh action to check for errors
Add unused errors check to CI
* Deployer script draft * Deploy bridged usdc * Init gateways * Add env.example * Add register gateway script draft * Load upg executor * Add registration logic * Add env examples * Do registration in the same script * Remove separate script for registration * Add env var check * Get rollup address from inbox * Init logic to dummy values * Use SDK estimations instead of hard-coding retryable params * If owner is multisig print TX data to a file * Make gw registration work for fee token chains * Deploy orbit gateway when fee token used * Make ROLLUP_OWNER_KEY optional * Set minter role to L2 gateway * Refactor * Check initialization * Add yarn action * Add readme for deployment * Deploy master minter * Use MasterMinter contract * Update readme with usdc upgrade procedure * Add comment * Add fee transfer logic to list of TXs stored into a file * Do scaling in case of non-18 decimals fee token * Add more docs * Update slither db * Readme clarifications
…ueRefundAddress (#73) * fix outboundTransferCustomRefund comment; sender, not _to, is callValueRefundAddress * Update contracts/tokenbridge/ethereum/gateway/L1ArbitrumGateway.sol Co-authored-by: gzeon <[email protected]> * fix typo * remove erroneous note --------- Co-authored-by: gzeon <[email protected]>
Bridged usdc custom gateway
gvladika
approved these changes
Aug 19, 2024
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
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.
What's Changed
Full Changelog: v1.2.2...v1.2.3