Skip to content

Releases: athenavm/athena

v0.7.0

28 Jan 11:52
9fd370a
Compare
Choose a tag to compare

📦 Uncategorized

  • simplistic token mint and wallet examples
  • Bump thiserror from 2.0.9 to 2.0.11
  • Bump serde_json from 1.0.135 to 1.0.137
  • Bump proc-macro2 from 1.0.92 to 1.0.93
  • Bump clap from 4.5.26 to 4.5.27
  • prepare release v0.7.0

v0.6.4-alpha.1

28 Jan 09:17
24a2365
Compare
Choose a tag to compare
v0.6.4-alpha.1 Pre-release
Pre-release
  • no changes

v0.6.4-alpha.0

27 Jan 13:25
5d585e7
Compare
Choose a tag to compare

📦 Uncategorized

  • Bump dirs from 5.0.1 to 6.0.0
  • Bump vergen-git2 from 1.0.2 to 1.0.5
  • Bump clap from 4.5.23 to 4.5.26
  • Bump serde_json from 1.0.134 to 1.0.135
  • Bump syn from 2.0.95 to 2.0.96
  • add minimal contract template
  • Fix discord url in athena community support section

v0.6.3

09 Jan 12:05
66ff76c
Compare
Choose a tag to compare

📦 Uncategorized

  • Dont require symtab in elf
  • Bump target-lexicon from 0.12.16 to 0.13.0
  • Bump thiserror from 2.0.6 to 2.0.8
  • Bump bindgen from 0.70.1 to 0.71.1
  • don't panic when failed to parse ELF
  • removed serde dep from athena-interface
  • Bump thiserror from 2.0.8 to 2.0.9
  • Bump serde_json from 1.0.133 to 1.0.134
  • Bump syn from 2.0.90 to 2.0.91
  • Bump anyhow from 1.0.94 to 1.0.95
  • Bump bytemuck from 1.20.0 to 1.21.0
  • Bump syn from 2.0.91 to 2.0.93
  • Bump serde from 1.0.216 to 1.0.217
  • Bump quote from 1.0.37 to 1.0.38
  • Bump reqwest from 0.12.9 to 0.12.11
  • Bump target-lexicon from 0.13.0 to 0.13.1
  • integrate runtime hooks
  • Remove cycle tracker
  • remove Bytes32Wrapper
  • allow reading chunks from the input stream
  • remove MockHost from athena-interface
  • bump hashbrown dep
  • allow template crates to have a lib target
  • removed VmInterface
  • remove athena-helper crate
  • move HostInterface to core crate, which is the consumer of this interface
  • bump hashbrown
  • remove unused code field from athena_message
  • Bump syn from 2.0.94 to 2.0.95
  • limit the number of VM regs to 16 (RV32e)
  • Refactor Instruction type, catch more errors during transpilation
  • cleanup unused fields in Runtime
  • implement wallet example proxy method
  • release v0.6.3

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