diff --git a/pr-1177/documentation/starknet_versions/version_notes/index.html b/pr-1177/documentation/starknet_versions/version_notes/index.html index 8e3496a112..1a67368466 100644 --- a/pr-1177/documentation/starknet_versions/version_notes/index.html +++ b/pr-1177/documentation/starknet_versions/version_notes/index.html @@ -709,8 +709,8 @@
A new version of starknet_api_openrpc.json
, 0.7.0, accommodates the changes introduced by Starknet using EIP-4844.
BLOCK_HEADER
includes two new fields to support EIP-4844:BLOCK_HEADER
includes two new fields to support EIP-4844:l1_data_gas_price
: contains price_in_wei
and price_in_fri
(10-18 denominations, similar to v0.6.0).
FEE_ESTIMATE
FEE_ESTIMATE
Includes two new fields:
@@ -755,8 +755,8 @@FEE_ESTIMATE
COMMON_RECEIPT_PROPERTIES
, the main receipt object, now includes a new entry: execution_resources.
EXECUTION_RESOURCES
EXECUTION_RESOURCES
Computation resources are separated from data availability resources. This is done by introducing the data_availability
property, which includes l1_gas
and l1_data_gas
, which were consumed due to DA requirements. One of these will always be zero, depending on whether or not the block uses calldata or blobs, as specified by the l1_da_mode
field in the block header.