All Changes
- Merge pull request #142 from fluentlabs-xyz/v0.3.7-dev
- chore: bump version to v0.3.7-dev
- feat: add block hash syscall (#141)
- feat(build): optimization for contract verification (#137)
- docs: expand crate READMEs (#140)
- Merge pull request #139 from fluentlabs-xyz/fix/router-function-id
- feat(sdk-derive): support all alloy b type aliases and add tests
- feat(sdk-derive): add sanitizer for function selector
- feat(sdk-derive): support all alloy int/uint sizes and extend primitive type tests
- feat(svm): implemented the rest svm builtins (using original impls) and adapted original tests for all of them; fixed compiling the same wasm module multiple times in wasmtime mode for runtime
- chore: fix running benchmarks
What's Changed
- feat(svm): implemented the rest svm builtins (using original impls) and adapted original tests for all of them; fixed compiling the same wasm module multiple times in wasmtime mode for runtime by @bfdays in #136
- Fix/router function by @d1r1 in #139
- feat(docs): add per-crate readme files by @dmitry123 in #140
- feat(build): optimization for contract verification by @d1r1 in #137
- feat: add block hash syscall by @d1r1 in #141
Full Changelog: v0.3.6-dev...v0.3.7-dev