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
Transaction v3 resource bounds mappings should now contain bounds for l1_data_gas in addition to l1_gas and l2_gas. This is something we need to change in the common transaction types as well and also in storage.
How this affects things like transaction hash computation for v3 transactions is not yet known.
The text was updated successfully, but these errors were encountered:
This is a partial implementation: since we don't _really_ use these
new values other than passing those on to the Starknet gateway when
submitting new transactions the new field is not added to the
`ResourceBounds` type in the common crate.
We'll have to do that once these values need to be stored in storage
and used in the P2P protocol when adding proper support for Starknet
0.13.4.
Closes: #2379
Transaction v3 resource bounds mappings should now contain bounds for
l1_data_gas
in addition tol1_gas
andl2_gas
. This is something we need to change in the common transaction types as well and also in storage.How this affects things like transaction hash computation for v3 transactions is not yet known.
The text was updated successfully, but these errors were encountered: