fvictorio
released this
10 Sep 09:40
·
25 commits
to main
since this release
Minor Changes
- a417e19: Renamed
json
field in response todata
and changed its type tostring | object
(specified asstring | any
due to an napi-rs limitation).
Patch Changes
- 2f1c189: Improved error message and added option to skip unsupported transaction type in
debug_traceTransaction
. Set__EDR_UNSAFE_SKIP_UNSUPPORTED_TRANSACTION_TYPES=true
as an environment variable to enable this.