You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monomer's Payload type has a helper to construct ExecutionPayloads for consumption over the engineAPI.
When writing the executionPayload for a block, the helper uses the payload's transaction list.
This is potentially misleading / inaccurate, because the block itself is built with transactions sourced from this payload object and also the mempool.
Should the returned ExecutionPayload be including this mempool tx data?
The text was updated successfully, but these errors were encountered:
Monomer's
Payload
type has a helper to constructExecutionPayload
s for consumption over the engineAPI.When writing the executionPayload for a block, the helper uses the
payload'
s transaction list.This is potentially misleading / inaccurate, because the block itself is built with transactions sourced from this payload object and also the mempool.
Should the returned ExecutionPayload be including this mempool tx data?
The text was updated successfully, but these errors were encountered: