0.4.0
This release mainly adds support for M1 Macs! For other API changes, look below.
Additionally, there's potentially dependencies that aren't being resolved correctly after this update. Consider doing rm -r ~/.cargo/registry/{cache, src}
and cargo clean
to resolve this if you end up stumbling there.
Added
- Mac M1 Support: #169
- Added
Account::secret_key
to grab the account's secret key: #144 Debug
/Clone
impls forAccount
/Contract
, andDebug
forWorker
: #167ExecutionOutcome::tokens_burnt
is now available: #168
Fixed
- internally no longer creating a new RPC client per call: #154
- upped near dependencies to fix transitive vulnerabilities: #169
Changed
- Default sandbox version is now using commit hash master/13a66dda709a4148f6395636914dca2a55df1390 (July 18, 2022): #169