New version of starknet-devnet
(v0.1.14) has been released:
- Include events in transaction receipts.
- Allow transactions/calls with no signature (so far empty signature was accepted, but some tools provide no signature at all, e.g. starknet.js).
- In transaction and receipt objects, rename
transaction_failure_reason
totx_failure_reason
:- This enables the
--error_message
option ofstarknet tx_status
.
- This enables the