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
Description:
The starknet_estimateMessageFee RPC call has been implemented but requires further testing and verification against the entire state. This RPC call estimates the resources required by the l1_handler transaction induced by the message.
Parameters:
message: The message's parameters. This parameter is required.
block_id: The hash of the requested block, or number (height) of the requested block, or a block tag, for the block referencing the state or call the transaction on. This parameter is required.
Expected Result:
The fee estimation for the given message.
Potential Errors:
CONTRACT_NOT_FOUND: The specified contract could not be found.
CONTRACT_ERROR: An error occurred in the contract.
BLOCK_NOT_FOUND: The specified block could not be found.
Testing:
Initial testings can be found here. However, these should not be considered complete and improvements are welcome.
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a 👍
Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs.
Thank you for your contributions!
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a 👍
Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs.
Thank you for your contributions!
Issue: Implement
starknet_estimateMessageFee
RPC CallDescription:
The
starknet_estimateMessageFee
RPC call has been implemented but requires further testing and verification against the entire state. This RPC call estimates the resources required by thel1_handler
transaction induced by the message.Parameters:
message
: The message's parameters. This parameter is required.block_id
: The hash of the requested block, or number (height) of the requested block, or a block tag, for the block referencing the state or call the transaction on. This parameter is required.Expected Result:
The fee estimation for the given message.
Potential Errors:
CONTRACT_NOT_FOUND
: The specified contract could not be found.CONTRACT_ERROR
: An error occurred in the contract.BLOCK_NOT_FOUND
: The specified block could not be found.Testing:
Initial testings can be found here. However, these should not be considered complete and improvements are welcome.
Resources:
Comments:
Please comment below for coordination.
The text was updated successfully, but these errors were encountered: