We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Starknet v0.13.1 introduces the RPC 0.7 API. The changes compared to 0.6.0 are here. In particular:
data_gas_consumed
data_gas_price
starknet_getBlockWithReceipts
Summary of changes
l1_da_mode
l1_data_gas_price
BLOCK_HEADER
FEE_ESTIMATE
l1_gas
l1_data_gas
EXECUTION_RESOURCES
execution_resources
TRANSACTION_TRACE
This impacts the following existing methods.
Header changes
starknet_getBlockWithTxs
starknet_getBlockWithTxHashes
Execution resource changes
starknet_getTransactionReceipt
Fee estimate changes
starknet_estimateFee
starknet_estimateMessageFee
starknet_simulateTransactions
Trace changes (and estimate fee changes)
starknet_traceBlockTransactions
starknet_traceTransaction
Related issues:
and more in milestone #13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Starknet v0.13.1 introduces the RPC 0.7 API. The changes compared to 0.6.0 are here. In particular:
data_gas_consumed
anddata_gas_price
fields.starknet_getBlockWithReceipts
endpoint was added.Summary of changes
starknet_getBlockWithReceipts
methodl1_da_mode
andl1_data_gas_price
toBLOCK_HEADER
and its pending variantdata_gas_consumed
anddata_gas_price
toFEE_ESTIMATE
l1_gas
andl1_data_gas
toEXECUTION_RESOURCES
. This impacts receipts directly.execution_resources
toTRANSACTION_TRACE
This impacts the following existing methods.
Header changes
starknet_getBlockWithTxs
(RPC v0.7) #1801starknet_getBlockWithTxHashes
(RPC v0.7) #1802Execution resource changes
starknet_getTransactionReceipt
(RPC v0.7) #1803Fee estimate changes
starknet_estimateFee
(RPC v0.7) #1804starknet_estimateMessageFee
(RPC v0.7) #1805starknet_simulateTransactions
(RPC v0.7) #1806Trace changes (and estimate fee changes)
starknet_traceBlockTransactions
(RPC v0.7) #1807starknet_simulateTransactions
(RPC v0.7) #1808starknet_traceTransaction
(RPC v0.7) #1809Related issues:
starknet_getBlockWithReceipts
#1771and more in milestone #13
The text was updated successfully, but these errors were encountered: