v0.4.2-dev
All Changes
- fix: dockerfile build
- chore: bump version to 0.4.2-dev (#161)
- chore: bump version to 0.4.2-dev
- chore: keep evm e2e tests in gitignore
- chore: keep rwasm dep inside revm driver for feature enforcement
- chore: update lock file
- chore: dependency cleanup
- feat(svm): get rid of balance changes computation
- feat(svm): get rid of separate balance settlement because now we can save accounts as is
- chore(deps): bump actions/download-artifact from 4 to 5
- chore(deps): bump actions/checkout from 4 to 5
- chore(revm-cleanup): remove revm submodule dependency (#160)
- refactor: remove dummy tests folder
- refactor: remove submodule
- refactor: add ethereum test suite
- refactor: remove recursive fetch strategy
- refactor: removed gitmodules
- refactor: removed revm dependency
- chore(fmt): address fmt issues
- chore(clippy): address clippy linting issues
- feat: add struct component enrichment to abi generation
- feat(svm): solana lamports balances using metadata storage (#158)
- refactor(revm): removed fluentbase deps from revm
- chore(revm-cleanup): a cleanup for revm dependnecy (#157)
- refactor(revm): fix evm e2e dir for ci/cd
- refactor(revm): moved evm e2e tests from revm to fluentbase repository
- feat(svm): metadata storage syscals using ownable accounts storage + helpers for svm to store global balances (#155)
- refactor: remove json feature, fix codebase formatting
- refactor: remove most of fluentbase deps from revm, simplified revm driver for fluentbase, synchronized revm code with v82 version
- fix(ci): update docker cleanup workflow configuration
What's Changed
- fix(ci): update docker cleanup workflow configuration by @d1r1 in #156
- feat(svm): metadata storage syscals using ownable accounts storage + helpers for svm to store global balances by @bfdays in #155
- chore(revm-cleanup): a cleanup for revm dependnecy by @dmitry123 in #157
- feat(svm): solana lamports balances using metadata storage by @bfdays in #158
- Fix/build structs by @d1r1 in #159
- chore(revm-cleanup): remove revm submodule dependency by @dmitry123 in #160
- chore: bump version to 0.4.2-dev by @dmitry123 in #161
Full Changelog: v0.4.1-dev...v0.4.2-dev