
Release: SpaceCraft SDK v0.59.0
SpaceCraft SDK v0.59.0 is live.
This release brings full support for the Barnard protocol upgrade, introducing expanded APIs, fallible transaction mechanisms, and improved contract tooling for MultiversX smart contract development.
It’s a major step forward for developers building advanced logic, tools, and governance flows on MultiversX.
For questions or help, reach us on Telegram or Discord channels.
Release: SpaceCraft SDK v0.58.0
This release unlocks native execution of smart contracts in blackbox tests for the first time. That means you can now test your code against real contracts, even without their source, and simulate realistic, multi-contract behavior.
It also adds Rust 1.87 support, experimental gas metering, Wasmer 6 support, and a streamlined build system.
For questions or help, reach us on Telegram or Discord channels.
Release: sc - 0.45.1, codec - 0.18.2, vm - 0.7.0, scenario-format - 0.21.0, sdk - 0.3.0
- Replicated VM 1.5 in the Rust VM. This includes support for:
- promises,
- back-transfers,
- modified event logs.
- New endpoint annotation, `
#[upgrade]
`. Contract variants with upgrade endpoint, but withoutinit
now allowed. - Build system:
- `
wasm
` crates now fully generated based on data from `sc-config.toml` and root `Cargo.toml`. - Setting
wasm target dir
automatically, if not specified, based on workspace. - Better hygiene in codec derive.
Release: sc - 0.44.0, vm 0.6.0
- Back-transfer:
- API support in framework (not yet implemented in the Rust VM);
- Feature flag:
`"back-transfers"`
; - EI updated.
- ESDT attribute ABI annotation and generator.
- Multiple var-args disallowed, unless annotating endpoint with `
#[allow_multiple_var_args]
`. - Build system updates:
- `multicontract.toml` renamed to `sc-config.toml`;
- `add-unlabelled` default true.
- New
`FunctionCall`
object & refactoring. Can be used as multi-value to pass contract call info to contracts. - `
AddressToId
` storage mapper.

Join a growing ecosystem
Discover the Ecosystem

