-
Notifications
You must be signed in to change notification settings - Fork 725
Change retryable refund calculation #654
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
Merged
rachel-bousfield
merged 26 commits into
redo-devnet-reinit-1
from
retryable-refund-changes
Jun 23, 2022
Merged
Changes from 23 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
9542ab3
Change retryable refund calculation
PlasmaPower 93e50e5
Rotate CI docker cache key
PlasmaPower fcd6049
Don't attempt to refund more than From balance
PlasmaPower 830bf09
Merge branch 'redo-devnet-reinit-1' into retryable-refund-changes
PlasmaPower 19b6715
Merge branch 'redo-devnet-reinit-1' into retryable-refund-changes
PlasmaPower 61182a3
Charge retryable L1 deposit before L2 balance
PlasmaPower 6ce8e94
Fix retryable test flakiness with batch posting reports
PlasmaPower 0dc2975
Update blockscout pin for new ABIs
PlasmaPower 6c6d20c
Add getCurrentRedeemer method and test for it
PlasmaPower 756ed4f
Merge branch 'redo-devnet-reinit-1' into retryable-refund-changes
PlasmaPower 80c8f9d
Optimize retryable deposit check
PlasmaPower f598b4f
Merge branch 'redo-devnet-reinit-1' into retryable-refund-changes
PlasmaPower 9d24814
Fix retryable test race condition
PlasmaPower f6c7f7f
Merge branch 'redo-devnet-reinit-1' into retryable-refund-changes
PlasmaPower a491e29
Fix solidity formatting
PlasmaPower 2a3eec1
Merge branch 'redo-devnet-reinit-1' into retryable-refund-changes
PlasmaPower 4734639
Merge branch 'redo-devnet-reinit-1' into retryable-refund-changes
PlasmaPower c96a6e0
Refund submission fee on successful auto-redeems
PlasmaPower f6478dc
Disable parallel tests in CI to reduce race conditions
PlasmaPower 9de86b9
Use consistent syntax in test options (and test CI again)
PlasmaPower c5173f0
Merge branch 'redo-devnet-reinit-1' into retryable-refund-changes
PlasmaPower 340162a
Update geth pin
PlasmaPower 1229712
Increase EnsureTxSucceeded timeout
PlasmaPower 81e068a
Address PR comments
PlasmaPower b8d46ac
Merge branch 'redo-devnet-reinit-1' into retryable-refund-changes
PlasmaPower 44c38da
Update geth pin
PlasmaPower File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Submodule blockscout
updated
6 files
| +1 −1 | init/data/ArbAggregator.abi | |
| +1 −1 | init/data/ArbBLS.abi | |
| +1 −1 | init/data/ArbOwner.abi | |
| +1 −1 | init/data/ArbRetryableTx.abi | |
| +1 −1 | init/data/ArbosActs.abi | |
| +1 −1 | init/data/NodeInterface.abi |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Submodule go-ethereum
updated
2 files
| +27 −17 | core/types/arb_types.go | |
| +32 −20 | core/types/transaction_marshalling.go |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.