forked from InjectiveLabs/peggo
-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: Add eth merge pause flag (to main) #376
Merged
Merged
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
* update test scripts * reduce noise messages of pf * add more providers to default * add workflow for v1.0.x * fix branch name (cherry picked from commit 13fb428) Co-authored-by: Rafael Tenfen <rafaeltenfen.rt@gmail.com> Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
* chore: prepare v1.1.0 release * chore: prepare v1.1.0 release
|
|
Codecov Report
@@ Coverage Diff @@
## main #376 +/- ##
==========================================
- Coverage 57.81% 57.68% -0.13%
==========================================
Files 17 17
Lines 2041 2049 +8
==========================================
+ Hits 1180 1182 +2
- Misses 758 763 +5
- Partials 103 104 +1
|
mergify bot
pushed a commit
that referenced
this pull request
Oct 1, 2022
* chore: modify eth block delay (#367) (#368) * chore: modify eth block delay * chore: modify eth block delay * fix test * fix test * changelog * changelog (cherry picked from commit 86ac6c4) Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> * feat: reduce oracle noise msgs (#365) (#369) * update test scripts * reduce noise messages of pf * add more providers to default * add workflow for v1.0.x * fix branch name (cherry picked from commit 13fb428) Co-authored-by: Rafael Tenfen <rafaeltenfen.rt@gmail.com> Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> * chore: prepare v1.1.0 release (#371) * chore: prepare v1.1.0 release * chore: prepare v1.1.0 release * feat: Add eth merge pause flag * fix * fix add flag to cmd * lint * fix mergify Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Rafael Tenfen <rafaeltenfen.rt@gmail.com> (cherry picked from commit 8b19cf8) # Conflicts: # CHANGELOG.md
facundomedica
added a commit
that referenced
this pull request
Oct 1, 2022
* feat: Add eth merge pause flag (to main) (#376) * chore: modify eth block delay (#367) (#368) * chore: modify eth block delay * chore: modify eth block delay * fix test * fix test * changelog * changelog (cherry picked from commit 86ac6c4) Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> * feat: reduce oracle noise msgs (#365) (#369) * update test scripts * reduce noise messages of pf * add more providers to default * add workflow for v1.0.x * fix branch name (cherry picked from commit 13fb428) Co-authored-by: Rafael Tenfen <rafaeltenfen.rt@gmail.com> Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> * chore: prepare v1.1.0 release (#371) * chore: prepare v1.1.0 release * chore: prepare v1.1.0 release * feat: Add eth merge pause flag * fix * fix add flag to cmd * lint * fix mergify Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Rafael Tenfen <rafaeltenfen.rt@gmail.com> (cherry picked from commit 8b19cf8) # Conflicts: # CHANGELOG.md * fix cl Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> Co-authored-by: Facundo Medica <facundomedica@gmail.com>
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.
Add
--eth-merge-pause="true"
to pause some messages from being sent during the pause period of the bridge.Things paused:
SendToCosmos
SendToEth
DeployedERC20
Batch requests
Confirms are all enabled. If we see any batch confirms, it means we'll need to add an extra upgrade step.