Skip to content

v0.6.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ArielElp ArielElp released this 27 Nov 14:48
· 61 commits to master since this 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 with TRANSACTION_EXECUTION_ERROR in cases of validation failure or internal error. estimateFee however is expected to fail with TRANSACTION_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.

Full Changelog: v0.6.0-rc2...v0.6.0-rc3