forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Optimism][Integrate]RIP-7728 #11
Open
mralj
wants to merge
3
commits into
optimism
Choose a base branch
from
optimism-integrate/rip-7728
base: optimism
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7a3a10 - Browse repository at this point
Copy the full SHA f7a3a10View commit details
Commits on Oct 11, 2024
-
Squashed commit of the following:
commit 237b78f Author: mralj <[email protected]> Date: Fri Oct 11 12:46:51 2024 +0200 removed unnecessary call to vm.SetVmL1RpcClient commit d4cd646 Author: mralj <[email protected]> Date: Fri Oct 11 12:16:24 2024 +0200 rollup precompile config is glob. variable I decided to implement it this way after trying to integrate code with Arbitrum and having a better understanding of the calls that are made to the NewEvm This approach makes it easier to both override the default config, and to have the option to "not to think about it" commit 42855ae Author: mralj <[email protected]> Date: Wed Oct 9 10:10:44 2024 +0200 concurrent map r/w bugfix commit 128b120 Author: mralj <[email protected]> Date: Mon Oct 7 14:00:57 2024 +0200 removed unused import - popped up after rebasing commit ee58cfe Author: mralj <[email protected]> Date: Mon Oct 7 13:00:42 2024 +0200 missed cleanup of ActivePrecompiles commit d409ef8 Author: mralj <[email protected]> Date: Mon Oct 7 12:02:42 2024 +0200 bugfixes - l1rpc activated at proper point and precompile address commit bdd7b7d Author: mralj <[email protected]> Date: Mon Oct 7 10:57:48 2024 +0200 ethclient moved to node.Node commit bd56bdc Author: mralj <[email protected]> Date: Fri Oct 4 17:36:36 2024 +0200 code cleanup after trying to merge into arb/op-geth commit 76a2339 Author: mralj <[email protected]> Date: Tue Oct 1 10:43:04 2024 +0200 internal/ethapi and tracers use pre-existing function call commit b72098e Author: mralj <[email protected]> Date: Mon Sep 30 10:20:37 2024 +0200 added missing "," - fixed comptime bug commit 1ccbc95 Author: mralj <[email protected]> Date: Mon Sep 30 10:13:45 2024 +0200 simplified the code commit 0f74390 Author: mralj <[email protected]> Date: Sun Sep 29 13:12:00 2024 +0200 cleaned up code & created more rollup specific files commit 2a7b7d7 Author: mralj <[email protected]> Date: Sun Sep 29 11:45:34 2024 +0200 cmd - rollup specific files commit ef91bcd Author: mralj <[email protected]> Date: Fri Sep 27 13:10:01 2024 +0200 implements L1SLOAD contract commit 6a98534 Author: mralj <[email protected]> Date: Thu Sep 26 13:22:58 2024 +0200 added L1SLoad sekelton commit 5f039c5 Merge: 204ef24 56c1f67 Author: mralj <[email protected]> Date: Mon Oct 7 13:09:06 2024 +0200 Merge pull request #4 from NethermindEth/core/rip/7728-precompile-impl [P2] Implements RIP-7728 commit 56c1f67 Author: mralj <[email protected]> Date: Sat Sep 28 13:00:06 2024 +0200 added missing mocks for tests commit e9a5c28 Author: mralj <[email protected]> Date: Fri Sep 27 22:44:44 2024 +0200 added test for too long input edgecase commit bea23a3 Author: mralj <[email protected]> Date: Fri Sep 27 22:40:37 2024 +0200 added batch call for StoragesAt as well as tests commit c4b24af Author: mralj <[email protected]> Date: Fri Sep 27 13:32:52 2024 +0200 added rpc call timeout strategy commit f0dd217 Author: mralj <[email protected]> Date: Fri Sep 27 13:10:01 2024 +0200 implements L1SLOAD contract commit 759dda7 Author: mralj <[email protected]> Date: Thu Sep 26 13:22:58 2024 +0200 added L1SLoad sekelton commit 204ef24 Author: mralj <[email protected]> Date: Thu Sep 26 20:21:47 2024 +0200 added example how code in overrides would change commit a24608e Author: mralj <[email protected]> Date: Thu Sep 26 19:48:47 2024 +0200 added ability to activate rollup precompiles from eth/internal and eth/tracers commit 99ccaf7 Author: mralj <[email protected]> Date: Thu Sep 26 13:26:08 2024 +0200 bugfix commit 1974d92 Author: mralj <[email protected]> Date: Thu Sep 26 13:22:58 2024 +0200 added L1SLoad sekelton commit 0ae7e7b Author: mralj <[email protected]> Date: Wed Sep 25 19:08:40 2024 +0200 dial L1 RPC client passed via required flag # Conflicts: # core/vm/interpreter.go # eth/backend.go # params/config.go
Configuration menu - View commit details
-
Copy full SHA for 7f39c7e - Browse repository at this point
Copy the full SHA 7f39c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 562417b - Browse repository at this point
Copy the full SHA 562417bView commit details
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.