Releases: aurora-is-near/sputnikvm
Releases · aurora-is-near/sputnikvm
v0.47.0-aurora-rc.1
🚀 Release candidate for Prague hard fork
🏁 Well-tested and reviewed version for future release.
What's Changed
What's Changed
- Chore: update execution-spec-tests to pectra-devnet-5 v1.2.0 by @mrLSD in #76
- Feat: add EIP-7623 by @mrLSD in #75
v0.47.0-aurora-beta.2
Ethereum Prague hard fork beta.2
release
Contribution
v0.47.0-aurora-beta.1
Ethereum Prague hard fork beta.1
release
Contribution
- Feat: Refactor and add new Opcodes by @mrLSD in #57
- Feat: Optimize bitwise byte operation by @mrLSD in #68
- Feat: update toolchain and refactore dependencies by @mrLSD in #69
- Feat: EIP-7702 implementation by @mrLSD in #56
v0.46.2-aurora
🚀 Refactoring and optimization.
What's Changed
- Feat: Optimize bitwise byte operation by @mrLSD in #68
- Feat: update toolchain and refactore dependencies by @mrLSD in #69
v0.46.0-aurora
🚀 Refactoring and optimizations
⚠️ Breaking changes: Handler
public api change for create
with simplifications.
What's Changed
v0.45.4-aurora
Improvements and refactoring.
Fixed issues
- #58 Incorrect logic for EIP-3541
Contribution
- #59 Fix: Refactore EOFMAGIC check creation by @mrLSD
v0.45.2-aurora
◀️ Returned config hard fork functions as const
functions
Contribution
- #54 Feat: Fix config hard fork functions as const functions @mrLSD