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
As a follow-up to #2379 we have to add l1_data_gas to the common ResourceBounds type (and thus transactions) and properly map the feeder gateway responses to that value.
Storing this new field is also required, which adds a bit of a complication: since we're not allowed to make changes to storage DTO types already used, we'll have to add a new variant to pathfinder_storage::transaction::dto::TransactionsWithReceiptsForBlock that does contain a variant of transaction types that in turn contain an extended ResourceBounds type that has the new field.
The text was updated successfully, but these errors were encountered:
As a follow-up to #2379 we have to add
l1_data_gas
to the commonResourceBounds
type (and thus transactions) and properly map the feeder gateway responses to that value.Storing this new field is also required, which adds a bit of a complication: since we're not allowed to make changes to storage DTO types already used, we'll have to add a new variant to
pathfinder_storage::transaction::dto::TransactionsWithReceiptsForBlock
that does contain a variant of transaction types that in turn contain an extendedResourceBounds
type that has the new field.The text was updated successfully, but these errors were encountered: