Skip to content
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

Add specification, configs, new transaction type and header fields #4867

Merged
merged 311 commits into from
Jan 21, 2023

Conversation

flcl42
Copy link
Contributor

@flcl42 flcl42 commented Nov 5, 2022

Depends on #4850

EIP-4844 transaction type, fork rules and configs for devnet have been added anticipating transaction serialization, extended validation and processing functionality

Changes:

  • Update transaction structure to hold blob transaction and its network form
  • Add configs
  • Add header field
  • Add spec

Types of changes

What types of changes does your code introduce?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Testing

Requires testing

  • Yes
  • No

In case you checked yes, did you write tests??

  • Yes
  • No

MarekM25 and others added 21 commits November 2, 2022 23:29
…b.com/nethermindeth/nethermind into feature/shanghai-eip-4895-withdrawals

# Conflicts:
#	src/Nethermind/Nethermind.Blockchain.Test/Proofs/WithdrawalTrieTests.cs
#	src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs
#	src/Nethermind/Nethermind.Consensus/Withdrawals/IWithdrawalApplier.cs
#	src/Nethermind/Nethermind.Consensus/Withdrawals/ProductionWithdrawalApplier.cs
#	src/Nethermind/Nethermind.Consensus/Withdrawals/ValidationWithdrawalApplier.cs
#	src/Nethermind/Nethermind.Core/BlockHeader.cs
#	src/Nethermind/Nethermind.Core/Specs/IReleaseSpec.cs
#	src/Nethermind/Nethermind.Merge.Plugin.Test/EngineModuleTests.V2.cs
#	src/Nethermind/Nethermind.Serialization.Rlp/WithdrawalDecoder.cs
#	src/Nethermind/Nethermind.Specs/Forks/15_Shanghai.cs
#	src/Nethermind/Nethermind.State/Proofs/WithdrawalTrie.cs
Copy link
Contributor

@smartprogrammer93 smartprogrammer93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You cant use blockNumber as an activation for anything anymore. you should have a timestamp based activation for your fork. we can have a call and i can explain the new mechanism if you would like

Base automatically changed from bugfix/4848-Correct-usage-of-chain-and-network-ids to master January 20, 2023 10:29
@flcl42 flcl42 marked this pull request as ready for review January 20, 2023 15:29
@flcl42 flcl42 merged commit bf29cbf into master Jan 21, 2023
@flcl42 flcl42 deleted the feature/add-blob-spec-fork-and-fields branch January 21, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants