-
Notifications
You must be signed in to change notification settings - Fork 72
Refactor staking #693
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
Closed
Closed
Refactor staking #693
Changes from 40 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
ba55c96
refactor
SegueII c30ae29
update l2 staking contracts
SegueII 8e74bf0
fix sth
SegueII 7ae396d
update bindings makefile
SegueII abf8bde
update l2 staking
SegueII d3a7c89
update test
SegueII 974760c
update contract
SegueII 2d0e273
update bindings
SegueII 9323fff
update bingdings
SegueII 9bc490d
add coinbase
FletcherMan 15ce92d
add miner to block context
FletcherMan 9dddbe4
fix contracts
SegueII db92cb7
update test
SegueII 27a8caa
clean gov contracts
SegueII 4db2ab1
update gov test
SegueII f2fddc3
update test
SegueII e01450e
update bindings
SegueII 8211752
update tasks
SegueII 72b7cab
update gov
SegueII 432aae8
update bindings
SegueII a64b095
Merge branch 'main' into staking-refactor
SegueII 27abeae
fix l2 staking
SegueII f0df478
update bindings
SegueII 43532ce
feat: remove L2Gov contract dependency (#754)
WorldDogs 1e0edc6
update ops
SegueII 132c79d
update go mod
SegueII 9c80801
Decode coinbase from blobs (#744)
curryxbo 805b6a9
Merge remote-tracking branch 'origin/features/coinbase' into staking-…
FletcherMan d5516c5
update geth and configure upgrade time
FletcherMan 7553bac
SYSTEM deploy
Kukoomomo 1327c7b
remove oracle
FletcherMan 74ad694
Fix deocde batch (#757)
curryxbo 0db15fd
make RollupEpochFlag optional (#758)
WorldDogs a948655
Update geth version (#759)
curryxbo 6dd6efa
clean makefile
SegueII e687b94
update contracts
SegueII c64e295
update bindings
SegueII 9c89909
update L2StakingRewardStartTime
SegueII d15d716
fix claim undelegation when reward not started
SegueII b0eca0f
update bindings
SegueII 48666cc
fix unlockEpoch
SegueII 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 was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| [submodule "go-ethereum"] | ||
| path = go-ethereum | ||
| url = https://github.com/morph-l2/go-ethereum.git | ||
| branch = main | ||
| branch = features/coinbase |
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 was deleted.
Oops, something went wrong.
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.