[0.1.4] - 2023-04-29
Bug Fixes
- Invalid default-features of workspace dependencies (#2519)
- Support new alloc panic handling (#2582)
- Set env var for check-fuzzer step, specify components for check step (#2587)
- Slow down grandpa finality. (#2579)
Documentation
Features
- Introduce tests for vara (#2408)
- Enable sign-ext everywhere (#2522)
- Support new meta (#2516)
- Switch to
clap
arg parser instead ofstructopt
(#2549) - Pause programs after specific amount of blocks (#2507)
- Add checks for
alloc
andfree
results (#2561)
Miscellaneous Tasks
- Update packages to edition 2021 (#2537)
- Prepare for 0.1.4 release (#2572)
- Use tokio directly instead of async-std (#2577)
- Add rpc node in boot nodes section (#2589)
- Add git-cliff changelog to release body (#2600)
Performance
- Inherit dependencies from workspace for version management (#2427)
Refactor
- Add
impl_convert_traits!
macro to reduce boilerplate code (#2576)
Styling
- Ignore
clippy::items_after_test_module
lint (#2585)
Testing
- Introduce mutation test for fuzzer correctness checking (#2534)
Backend-sandbox
- Use syscall_trace! in lieu of sys_trace! (#2514)
Ci
- Add check for runtime imports to CI (#2536)
- Remove deps.yml since combine-dependabot works good (#2562)
- Add retries for tests (#2568)
- Update docker-compose.yaml.j2 (#2578)
- Stabilize test-measurements workflow (#2597)
Deps
- Bump dependencies version (#2504)
Gear-common
- Return error in case of imbalance application leads to overflow (#2517)
Gmeta
- Fix deprecation warning when using
metawasm
attribute (#2515)
Gtest
- Do not validate dispatch for delayed messages (#2513)
Wasm-builder
- Support sign extension Wasm instructions (#2494)