Usage
- 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` to `tx_failure_reason`:
- This enables the `--error_message` option of `starknet tx_status`.
Dev
- No dev specific changes.
PRs merged
* Add events support, multiple small fixes by dribeiro-ShardLabs in https://github.com/Shard-Labs/starknet-devnet/pull/33
**Full Changelog**: https://github.com/Shard-Labs/starknet-devnet/compare/v0.1.13...v0.1.14