Skip to content

0.4.0

Compare
Choose a tag to compare
@ChaoticTempest ChaoticTempest released this 21 Jul 20:44
· 124 commits to main since this release
aed7aa5

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 for Account/Contract, and Debug for Worker: #167
  • ExecutionOutcome::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