v0.6.0-rc3
Pre-release
Pre-release
Changelog
- Refactor traceTransactions and estimateFee, and rename STRK to FRI by @ArielElp in #174
- use the name
fri
for$10^{-18}$ strk - added
TRANSACTION_EXECUTION_ERROR
- added the SKIP_VALIDATE flag to
starknet_estimateFee
- clarified semantics of simulate and estimate:
simulateTransactions
should provide traces whenever possible and reply withTRANSACTION_EXECUTION_ERROR
in cases of validation failure or internal error.estimateFee
however is expected to fail withTRANSACTION_EXECUTION_ERROR
when a transaction reverts, in order to avoid a scenario where transactions that are known to revert are sent to the network by mistake.
- use the name
Full Changelog: v0.6.0-rc2...v0.6.0-rc3