All Changes
- chore: bump workspace version
- feat(migrate-to-v82): migrating revm to v82 version (#151)
- feat(svm): removed original solana builtin implementations, corresponding tests and test structures (#150)
- refactor: moved revm-rwasm driver from revm into fluentbase repository including syscalls, disabled warnings for svm-related crates (#149)
- chore: fix readme files
- chore: fix readme files
- feat(svm): implemented the rest svm builtins using fluentbase bindings; implemented missing bindings implementations; (#138)
- chore(e2e): update account upgrade test
What's Changed
- feat(svm): implemented the rest svm builtins using fluentbase bindings; implemented missing bindings implementations; by @bfdays in #138
- refactor: moved revm-rwasm driver from revm into fluentbase repository including syscalls, disabled warnings for svm-related crates by @dmitry123 in #149
- feat(svm): removed original solana builtin implementations, corresponding tests and test structures by @bfdays in #150
- feat(migrate-to-v82): migrating revm to v82 version by @dmitry123 in #151
Full Changelog: v0.4.0-dev...v0.4.1-dev