Skip to content

Releases: athenavm/athena

v0.6.2

12 Dec 16:37
c99a7e3
Compare
Choose a tag to compare

📦 Uncategorized

  • Bump syn from 2.0.89 to 2.0.90
  • Bump blake3 from 1.5.4 to 1.5.5
  • Bump tracing from 0.1.40 to 0.1.41
  • Bump vergen-git2 from 1.0.1 to 1.0.2
  • simplify and optimize spawn() and deploy()
  • the 'hint len' syscall returns 0 when no data
  • simplify athcon_create function for instantiating VM
  • bump idna and remove async by using blocking reqwest
  • Bump cargo_metadata from 0.19.0 to 0.19.1
  • Bump anyhow from 1.0.93 to 1.0.94
  • remove client-side Rust bindings
  • Bump thiserror from 2.0.3 to 2.0.6
  • Bump tracing-subscriber from 0.3.18 to 0.3.19
  • remove unused deps
  • prepare release v0.6.2

v0.6.1

04 Dec 08:13
a721209
Compare
Choose a tag to compare

📦 Uncategorized

  • Initialize deploy callback in Go host interface

v0.6.0

26 Nov 11:08
ebf06de
Compare
Choose a tag to compare

📦 Uncategorized

  • Bump mockall from 0.13.0 to 0.13.1
  • Bump serde_json from 1.0.132 to 1.0.133
  • Bump clap from 4.5.20 to 4.5.21
  • release the lib on windows
  • remove nonce and balance from the Wallet example state
  • Bump syn from 2.0.87 to 2.0.89
  • Bump parity-scale-codec from 3.6.12 to 3.7.0
  • Bump bytemuck from 1.19.0 to 1.20.0
  • Bump cargo_metadata from 0.18.1 to 0.19.0
  • release v0.6.0

Nightly

04 Jun 20:42
70faee4
Compare
Choose a tag to compare
Nightly Pre-release
Pre-release
  • no changes

v0.5.3

15 Nov 10:36
41da15e
Compare
Choose a tag to compare

📦 Uncategorized

  • allow using template proc macro multiple times
  • Bump thiserror from 1.0.65 to 1.0.67
  • Bump anyhow from 1.0.89 to 1.0.93
  • Bump reqwest from 0.12.5 to 0.12.9
  • Bump gdbstub from 0.7.2 to 0.7.3
  • Fix a typo in Go bindings
  • newtype for athena Address
  • Bump thiserror from 1.0.67 to 2.0.3
  • Bump quote from 1.0.36 to 1.0.37
  • Bump serde from 1.0.211 to 1.0.215
  • Bump anstyle from 1.0.9 to 1.0.10
  • Bump tokio from 1.41.0 to 1.41.1
  • update indicatif to v0.7.19
  • don't export sys_alloc_aligned
  • merge athena-lib into anthena-vm crate
  • release v0.5.3

Nightly (2024-11-05)

Nightly (2024-11-05) Pre-release
Pre-release

📦 Uncategorized

  • fix IS_NIGHTLY env uses
  • release v0.5.2
  • allow using template proc macro multiple times

v0.5.2

29 Oct 14:07
815cd53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.2

v0.5.1

29 Oct 11:22
86216b2
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

24 Oct 22:32
Compare
Choose a tag to compare

📦 Uncategorized

  • scheduled cargo-audit workflow
  • Fix audit workflow
  • Bump quinn-proto from 0.11.3 to 0.11.8 in the cargo group
  • clean up logging
  • remove remaining uses of log crate
  • grant token permissions for audit job
  • Update CODEOWNERS
  • Rebuild all tests and add missing Cargo.lock files
  • Use SCALE instead of Borsh
  • remove athena-hostfunctions and simplify host syscalls
  • Update C API to use uint64_t instead of uint256be where it makes sense
  • Bump quote from 1.0.36 to 1.0.37
  • Bump syn from 2.0.72 to 2.0.79
  • Bump futures from 0.3.30 to 0.3.31
  • Bump tokio from 1.39.2 to 1.40.0
  • Bump clap from 4.5.11 to 4.5.20
  • remove custom implementations of memcpy and memset
  • remove redundant stack-depth test
  • Consolidate method and args into a single opaque payload
  • PoC gdbstub for debugging guest programs
  • Bump thiserror from 1.0.63 to 1.0.64
  • Bump syn from 2.0.79 to 2.0.82
  • Bump proc-macro2 from 1.0.86 to 1.0.88
  • Bump serde from 1.0.204 to 1.0.210
  • Bump serde_json from 1.0.121 to 1.0.132
  • add athcon_encode_tx to serialize transactions
  • Fix and test wallet verify method
  • Straightforward maxspend implementation
  • remove unused ExecutionResult::create_address
  • cleanup tests in 'core'
  • simplify TestGetBalance
  • Improve error handling in Go bindings

Nightly (2024-10-22)

22 Oct 12:25
46a7084
Compare
Choose a tag to compare
Nightly (2024-10-22) Pre-release
Pre-release
  • no changes