forked from ethereum-optimism/op-geth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add RIP-7560 related APIs (#5)
* feat: add RIP-7560 related API - EstimateRip7560TransactionGas - CallRip7560Validation * fix: nil case handling for RIP-7560 transaction field * feat: set allowSigFail operation based on estimation condition * feat: set 7560-related default fields in transaction_args * feat: modify response format of estimate 7560 transaction * feat: setting defaults for nil case in ValidationGas * feat: adjust PR review * chore: change Rip7560PullUrl
- Loading branch information
1 parent
7ded71f
commit acd7140
Showing
6 changed files
with
623 additions
and
23 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[Eth] | ||
Rip7560MaxBundleSize = 0 | ||
Rip7560MaxBundleGas = 0 | ||
Rip7560PullUrls = ["http://localhost:7560/rpc"] | ||
Rip7560PullUrls = ["http://localhost:3001/rpc"] | ||
Rip7560AcceptPush = false |
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
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
Oops, something went wrong.