Merged
Conversation
Contributor
|
Amazing! |
karlfloersch
approved these changes
Apr 2, 2020
bap2pecs
pushed a commit
to babylonlabs-io/optimism
that referenced
this pull request
Jul 31, 2024
maurelian
pushed a commit
that referenced
this pull request
Oct 16, 2024
* fix: remove immutables from superchain erc20 beacon * test: add superchain erc20 beacon tests
samlaf
pushed a commit
to samlaf/optimism
that referenced
this pull request
Nov 10, 2024
…m#12207) * fix: remove immutables from superchain erc20 beacon (ethereum-optimism#67) * fix: remove immutables from superchain erc20 beacon * test: add superchain erc20 beacon tests * fix: superchain erc20 beacon interface (ethereum-optimism#99)
blockchaindevsh
pushed a commit
to blockchaindevsh/optimism
that referenced
this pull request
Aug 11, 2025
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
feat(derive): BatchQueue Implementation
Zena-park
added a commit
to tokamak-network/optimism
that referenced
this pull request
Dec 30, 2025
…-optimism#67 When claiming or staking in the Candidate contract, the amount held is claimed or staked, so implementing this in the lower call function simplifies the interface and optimizes the code. - CandidateAddOnV1_1.sol - Fix updateSeigniorage(uint256 afterCall, bool flagTON) - OperatorManagerV1_1.sol - Change claimByCandidateAddOn(uint256 amount, bool falgTon) to claimByCandidateAddOn(bool flagTon) - Change depositByCandidateAddOn(uint256 amount) to depositByCandidateAddOn() - delete _deposit(address layer2, uint256 amount) function - Change _depositTo(address layer2, address to, uint256 amount) to _depositTo(address layer2, address to)
Zena-park
added a commit
to tokamak-network/optimism
that referenced
this pull request
Dec 30, 2025
…-optimism#67 When claiming or staking in the Candidate contract, the amount held is claimed or staked, so implementing this in the lower call function simplifies the interface and optimizes the code. - CandidateAddOnV1_1.sol - Fix updateSeigniorage(uint256 afterCall, bool flagTON) - OperatorManagerV1_1.sol - Change claimByCandidateAddOn(uint256 amount, bool falgTon) to claimByCandidateAddOn(bool flagTon) - Change depositByCandidateAddOn(uint256 amount) to depositByCandidateAddOn() - delete _deposit(address layer2, uint256 amount) function - Change _depositTo(address layer2, address to, uint256 amount) to _depositTo(address layer2, address to)
theochap
pushed a commit
that referenced
this pull request
Jan 14, 2026
feat(derive): BatchQueue Implementation
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
* Fix docs bug, l1 gas used deprecated since Fjord not Ecotone * Update --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
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
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.
Description
Changes geth gas limit to
0xffffffffin the config.Contributing Agreement