Skip to content

Releases: athenavm/athena

macos-release

16 Aug 22:46
d4b9384
Compare
Choose a tag to compare

📦 Uncategorized

  • Unify memory
  • Add go bindings
  • Troubleshoot build
  • Bump mikepenz/release-changelog-builder-action from 4 to 5
  • Add athena book
  • load the VM library directly from Go
  • remove unused vm/lib/src/utils.rs
  • Update syn requirement from 1.0 to 2.0
  • remove redundant set_option wrapper
  • remove deadcode from athcon-declare
  • go bindings: refactors around VM::Execute
  • removed redundant abstraction 'HostProvider'
  • Remove hardcoded Rust commit hash

fix-release

25 Jul 23:49
eb0891a
Compare
Choose a tag to compare

📦 Uncategorized

  • Unify memory
  • Add go bindings

v0.3.0

24 Jul 02:56
bf32c7f
Compare
Choose a tag to compare

📦 Uncategorized

  • Bump docker/build-push-action from 5 to 6
  • Proof of concept blockchain integration
  • Replace trait object host interface with a concrete struct with a trait-bound generic
  • Proof of concept gas metering
  • Update num requirement from 0.3 to 0.4
  • Implement call host function
  • Fix Examples
  • Minor cleanup
  • E2E FFI recursive host test
  • Simplify host read and write functions
  • Implement remaining host functions
  • Update build workflow
  • Misc improvements
  • Integrate upstream fixes
  • Prepare release v0.3.0

build-vmlib

23 Jul 03:27
1224a41
Compare
Choose a tag to compare

📦 Uncategorized

  • Bump docker/build-push-action from 5 to 6
  • Proof of concept blockchain integration
  • Replace trait object host interface with a concrete struct with a trait-bound generic
  • Proof of concept gas metering
  • Update num requirement from 0.3 to 0.4
  • Implement call host function
  • Fix Examples
  • Minor cleanup
  • E2E FFI recursive host test
  • Simplify host read and write functions
  • Implement remaining host functions

Latest Release

14 Jun 23:32
Compare
Choose a tag to compare
  • no changes

v0.1.0

14 Jun 23:09
Compare
Choose a tag to compare

📦 Uncategorized

  • Update itertools requirement from 0.12.1 to 0.13.0
  • Bump docker/setup-buildx-action from 2 to 3
  • Bump docker/metadata-action from 4 to 5
  • Bump docker/login-action from 2 to 3
  • Bump docker/build-push-action from 3 to 5
  • Bump softprops/action-gh-release from 1 to 2
  • Add RV32E support
  • Dual-license under Apache and MIT