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
{{ message }}
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
Currently, calling a cairo contract has a fixed 10k gas price. Considering that this can become a big portion of kakarot's usage (evm wallets + starknet dapps), we should also introduce a dynamic gas pricing that depends on the size of the calldata; because this calldata will need to be packed in 31-bytes felts.
The text was updated successfully, but these errors were encountered:
Currently, calling a cairo contract has a fixed 10k gas price. Considering that this can become a big portion of kakarot's usage (evm wallets + starknet dapps), we should also introduce a dynamic gas pricing that depends on the size of the calldata; because this calldata will need to be packed in 31-bytes felts.
The text was updated successfully, but these errors were encountered: