-
Notifications
You must be signed in to change notification settings - Fork 415
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
main auditv2 merge #1782
Closed
Closed
main auditv2 merge #1782
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
* Small patch to CI exit condition * Move instructions into yarn gas * Update snapshot
* Improve docs and comments * Cleanup interchain queries tests * Update gas snapshot * Improve middleware test coverage * Add forge coverage report * Update gas snapshot * Add coverage report to PR comments * Use latest version of coverage report action
* Verify mainnet3 and deployer fixes * More fixes for testnet3 * Remove commented lines from verifier
* Update contracts with initialize owner changes * Sdk updates * Deploy ICAs and IQS to testnet3 * Deploy ICAs and IQS to mainnet2 * Update artifacts with names * Fix celo IGP * Redeploy middlewares to testnet3 * Fix alfajores verification * Redeploy middlewares to mainnet2 * Use helloworld main * Address pr comments * Simplify expect violations * Update gas snapshot
* Standardize matching list terms * More consistent naming * Use originDomain and destinationDomain * Fix lint * Undo test_config changes
* 1.1.0-beta0 * SDK version 1.1.0 * remove .yarn/versions/761d804c.yml
* Reduce logging from instrument * FMT
* Fix provider wrapping order (#1436) * Fix provider wrapping order * Better RPC provider metrics * Clean after cherry-pick * Cleanup
* Gnosis deploy mainnet2 jan 26 * Fix rust * PR review * Set etheruem finality to 14 blocks * Fix testnet verification artifacts * fix artifact * Fix key funding logic * Deploy agents
* Config for testnet3 * Config for mainnet2 * Removed newlines from debug print * Print full hashes for matching list debug * Deploy and config * Fixes from PR review * Fix compiler error * Deploy gnosis rc
* Deploy SDK 1.1.3 * Update submodule references * Yarn.lock * Readme updates --------- Co-authored-by: Asa Oines <[email protected]>
* key funder fixes * Minor tweaks * Updated configs * Update funding to deploy to rc * Deploy * Better error handling * Don't include empty addresses and log errors * Deploy kathy to rc * Deploy key funder
* Add transaction gas limit for relayer * Don't run if it exceeds the limit * Allow skipping transaction gas limits for some chains * fmt * Update log * Update configs * Undo * disable max gas on main chains for now so we can test in rc first
* Leverage storage refunds in pausable guard * Update snapshot
* Use httpFallback for rc * Update sha for rc * Add commit dates * Deploy RC * Deploy to testnet3 * Use fallback for testnet3
* Better image tags * build image * try 2 * try 3 * try 4 * Fix deprecation * Include ref name * Revert "Include ref name" This reverts commit c9c0e7e. * Remove nightly tags
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.
checkHyperlaneConnectionClient
#1660)Description
What's included in this PR?
Drive-by changes
Are there any minor or drive-by changes also included?
Related issues
Backward compatibility
Are these changes backward compatible?
Yes
No
Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling?
None
Yes
Testing
What kind of testing have these changes undergone?
None
Manual
Unit Tests