v3.0.0-alpha.9
Pre-release
Pre-release
Minor Changes
- Import contracts using relative paths only, allowing clients to import test and script contracts
Patch Changes
- Import
LOG2_MAX_OUTPUTSconstant fromEmulatorConstantsinstead of hard-coding it inCanonicalMachine; the value is still 63 - Override file permissions with
--mode=a=rX,u+wwhen bundling release artifacts - Improve Rust bindings CI job performance by skipping test contracts build
- Change
buildMake target to skip test build (only necessary when running tests, see newbuild-alltarget) - Add Make targets:
build-all,clean,install-deps, andtest - Adjust documentation and CI to use new Make targets
- Makefile improvements
Full Changelog: v3.0.0-alpha.8...v3.0.0-alpha.9