v0.4.6-dev
Pre-release
Pre-release
What's Changed
- perf(runtime-improvement): new v82-based evm runtime and runtime profiling & refactoring by @dmitry123 in #183
- feat(evm): cache analyzed bytecode after deployment for better performance by @dmitry123 in #186
- feat(optimize-genesis-sc): optimization for genesis smart contracts by @chillhacker in #178
- feat: add constructor macro and unify contract/storage derives by @d1r1 in #192
- fix: fix running contracts & examples unit tests in ci/cd, fix fuel management inside host testing context by @dmitry123 in #185
- fix: migrate wasm to the latest version by @dmitry123 in #193
- fix(runtime): add retention for cached stores, add warming up wasmtime modules though build scripts for e2e tests by @dmitry123 in #190
- fix(bench-erc20): add constructor args by @d1r1 in #182
- refactor(runtime): refactoring of runtime by @dmitry123 in #188
- docs(contracts): fix incorrect link by @JayeTurn in #189
- chore: add readme and docs by @dmitry123 in #184
New Contributors
- @chillhacker made their first contribution in #178
Full Changelog: v0.4.5-dev...v0.4.6-dev