-
Notifications
You must be signed in to change notification settings - Fork 461
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 block value to getPayload result #4884
Conversation
I can merge this pr to #4731 after merging it into master |
src/Nethermind/Nethermind.Merge.Plugin/Data/V2/GetPayloadV2Result.cs
Outdated
Show resolved
Hide resolved
src/Nethermind/Nethermind.Merge.Plugin/Handlers/V2/GetPayloadV2Handler.cs
Outdated
Show resolved
Hide resolved
With this said, I'm making this draft to avoid an accidental merge. |
src/Nethermind/Nethermind.Merge.Plugin/Handlers/V2/GetPayloadV2Handler.cs
Show resolved
Hide resolved
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.
the Fee value propagation in BlockHeader is suboptimal, but I don't have good solution of top of my head, maybe someone else has?
# Conflicts: # src/Nethermind/Nethermind.Core/BlockHeader.cs # src/Nethermind/Nethermind.Evm/Tracing/BlockReceiptsTracer.cs # src/Nethermind/Nethermind.Evm/Tracing/CancellationTxTracer.cs # src/Nethermind/Nethermind.Evm/Tracing/CompositeTxTracer.cs # src/Nethermind/Nethermind.Evm/Tracing/ITxTracer.cs # src/Nethermind/Nethermind.Merge.Plugin/BlockProduction/IPayloadPreparationService.cs # src/Nethermind/Nethermind.Merge.Plugin/IEngineRpcModule.cs # src/Nethermind/Nethermind.Specs.Test/OverridableReleaseSpec.cs
src/Nethermind/Nethermind.Evm/TransactionProcessing/TransactionProcessor.cs
Outdated
Show resolved
Hide resolved
src/Nethermind/Nethermind.Merge.Plugin/BlockProduction/Boost/BoostBlockImprovementContext.cs
Outdated
Show resolved
Hide resolved
src/Nethermind/Nethermind.Evm/TransactionProcessing/TransactionProcessor.cs
Outdated
Show resolved
Hide resolved
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.
Added a few comments and questions
src/Nethermind/Nethermind.Evm/TransactionProcessing/TransactionProcessor.cs
Outdated
Show resolved
Hide resolved
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.
One comment about free transactions.
QQ: How was the PR tested? (besides unit tests, of course :) )
Fixes | Closes | Resolves #
Changes:
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that applyTesting
Requires testing
In case you checked yes, did you write tests??