-
Notifications
You must be signed in to change notification settings - Fork 463
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
EIP-4844-Pectra: Blob gas fee collection for Gnosis #6866
Conversation
src/Nethermind/Nethermind.Evm/TransactionProcessing/TransactionProcessor.cs
Outdated
Show resolved
Hide resolved
src/Nethermind/Nethermind.Evm/TransactionProcessing/TransactionProcessor.cs
Outdated
Show resolved
Hide resolved
Btw the functionality requires a fork and can't merged without it |
Right! We need a chainspec timestamp activation flag for it then! |
src/Nethermind/Nethermind.Specs/ChainSpecStyle/ChainParameters.cs
Outdated
Show resolved
Hide resolved
src/Nethermind/Nethermind.Specs/ChainSpecStyle/ChainSpecBasedSpecProvider.cs
Outdated
Show resolved
Hide resolved
src/Nethermind/Nethermind.JsonRpc/Modules/Eth/FeeHistory/FeeHistoryOracle.cs
Outdated
Show resolved
Hide resolved
|
||
namespace Nethermind.Specs.GnosisForks; | ||
|
||
public class PragueGnosis : Forks.Prague |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need PragueLondon
to enable 1559Collector
and FeeCollector
address? (Then more useful is to use OverridableReleaseSpec
than just inheritance)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what PragueLondon
is? In OverridableReleaseSpec
it says it's for testing purposes only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry LondonGnosis
Changes
Implements gnosischain/specs#51
Eip1559FeeCollector
toFeeCollector
Types of changes
What types of changes does your code introduce?
Testing
Requires testing
If yes, did you write tests?
Notes on testing
Needs changes to hive tests.
Documentation
Requires documentation update
Requires explanation in Release Notes