github multiversx/mx-sdk-rs v0.27.0
elrond-wasm 0.27.0

latest releases: v0.43.0, v0.42.0, v0.41.3...
2 years ago
  • Fixed certain compilation error messages. The previous implementation of the macro preprocessor would have concealed the location of many issues.
  • Changed implementation of require!:
    • require! no longer returns a SCResult type, when the condition is false it now stops the transaction immediately, via signal_error;
    • require! now accepts message formatting;
    • require_old! gives access to the old implementation.
  • The Rust testing framework can now handle panics and async calls.
  • ABI bugfix - an issue regarding nested types.
  • meta crate build also attempts to call wasm-opt after building the contracts.
  • Refactored CodeMetadata and added "payable by SC" field.
  • Empty contract template.

Don't miss a new mx-sdk-rs release

NewReleases is sending notifications on new releases.