Skip to content

Releases: aurora-is-near/sputnikvm

v0.47.0-aurora-rc.1

22 Jan 21:07
ef796b1
Compare
Choose a tag to compare
v0.47.0-aurora-rc.1 Pre-release
Pre-release

🚀 Release candidate for Prague hard fork

🏁 Well-tested and reviewed version for future release.

What's Changed

  • Chore: update to rust 1.84 by @mrLSD in #74

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

21 Jan 23:18
v0.47.0-beta.2
d0d9e01
Compare
Choose a tag to compare
v0.47.0-aurora-beta.2 Pre-release
Pre-release

Ethereum Prague hard fork beta.2 release

Contribution

v0.47.0-aurora-beta.1

21 Jan 23:16
v0.47.0-beta.1
e4ee273
Compare
Choose a tag to compare
v0.47.0-aurora-beta.1 Pre-release
Pre-release

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

13 Nov 09:57
8fad857
Compare
Choose a tag to compare

🚀 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.1-aurora

17 Oct 13:23
aca614c
Compare
Choose a tag to compare

🚀 Refactoring and optimizations

What's Changed

  • #66 Feat: Refactore transact_create functions by @mrLSD

Full Changelog: v0.46.0-aurora...v0.46.1-aurora

v0.46.0-aurora

15 Oct 18:42
dc4e443
Compare
Choose a tag to compare

🚀 Refactoring and optimizations
⚠️ Breaking changes: Handler public api change for create with simplifications.

What's Changed

  • #64 Feat: Refactoring Executor by @mrLSD
  • #65 Feat: optimizations with smallvec by @mrLSD

v0.45.5-aurora

07 Oct 18:26
530697e
Compare
Choose a tag to compare

🚀 Enhancements and new tests coverage.

What's Changed

  • Chore: Update eth-tests to v14.1 by @mrLSD in #60
  • Chore: update to Rust 1.81.0 by @mrLSD in #61
  • Feat: Refactoring IsPrecompileResult type by @mrLSD in #62

Full Changelog: v0.45.4-aurora...v0.45.5-aurora

v0.45.4-aurora

05 Sep 11:41
1d9d1dc
Compare
Choose a tag to compare

Improvements and refactoring.

Fixed issues

  • #58 Incorrect logic for EIP-3541

Contribution

  • #59 Fix: Refactore EOFMAGIC check creation by @mrLSD

v0.45.3-aurora

21 Aug 11:13
53f3ce2
Compare
Choose a tag to compare

What's Changed

  • Feat: Add documenattion and Executor refactoring by @mrLSD in #55

Full Changelog: v0.45.2-aurora...v0.45.3-aurora

v0.45.2-aurora

14 Aug 08:44
2c070cc
Compare
Choose a tag to compare

◀️ Returned config hard fork functions as const functions

Contribution

  • #54 Feat: Fix config hard fork functions as const functions @mrLSD