v0.6.17
You can find the NPM package published in https://www.npmjs.com/package/sevm/v/0.6.17
What's Changed
New Features 🎉
- Add
--no-cache
flag to CLI to disable contract and ABI cache by @acuarica in #121 - Add
--rpc-url
CLI flag to specify the network provider by @acuarica in #122 - Support to specify
--rpc-url
flag using env varSEVM_RPC_URL
by @acuarica in #124
Dev & CLI Dependency Upgrades ⤴️
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #117
- Update
ethers.js
to6.13.1
by @acuarica in #118
Internal Changes 🏠
- Update
action-coverage-report-md
action to use Node 20 by @acuarica in #119 - Reenable skipped metadata CBOR tests by @acuarica in #120
- Add tests for more CLI commands by @acuarica in #123
Full Changelog: v0.6.16...v0.6.17