Releases: athenavm/athena
Releases · athenavm/athena
v0.7.0
v0.6.4-alpha.1
- no changes
v0.6.4-alpha.0
📦 Uncategorized
- Bump dirs from 5.0.1 to 6.0.0
- PR: #311
- Bump vergen-git2 from 1.0.2 to 1.0.5
- PR: #309
- Bump clap from 4.5.23 to 4.5.26
- PR: #310
- Bump serde_json from 1.0.134 to 1.0.135
- PR: #312
- Bump syn from 2.0.95 to 2.0.96
- PR: #313
- add minimal contract template
- PR: #314
- Fix discord url in athena community support section
- PR: #318
v0.6.3
📦 Uncategorized
- Dont require symtab in elf
- PR: #264
- Bump target-lexicon from 0.12.16 to 0.13.0
- PR: #261
- Bump thiserror from 2.0.6 to 2.0.8
- PR: #266
- Bump bindgen from 0.70.1 to 0.71.1
- PR: #262
- don't panic when failed to parse ELF
- PR: #265
- removed serde dep from athena-interface
- PR: #268
- Bump thiserror from 2.0.8 to 2.0.9
- PR: #274
- Bump serde_json from 1.0.133 to 1.0.134
- PR: #275
- Bump syn from 2.0.90 to 2.0.91
- PR: #273
- Bump anyhow from 1.0.94 to 1.0.95
- PR: #276
- Bump bytemuck from 1.20.0 to 1.21.0
- PR: #272
- Bump syn from 2.0.91 to 2.0.93
- PR: #282
- Bump serde from 1.0.216 to 1.0.217
- PR: #280
- Bump quote from 1.0.37 to 1.0.38
- PR: #278
- Bump reqwest from 0.12.9 to 0.12.11
- PR: #279
- Bump target-lexicon from 0.13.0 to 0.13.1
- PR: #281
- integrate runtime hooks
- PR: #296
- Remove cycle tracker
- PR: #297
- remove Bytes32Wrapper
- PR: #270
- allow reading chunks from the input stream
- PR: #267
- remove MockHost from athena-interface
- PR: #269
- bump hashbrown dep
- PR: #298
- allow template crates to have a lib target
- PR: #277
- removed VmInterface
- PR: #271
- remove
athena-helper
crate- PR: #295
- move
HostInterface
tocore
crate, which is the consumer of this interface- PR: #299
- bump hashbrown
- PR: #300
- remove unused code field from
athena_message
- PR: #301
- Bump syn from 2.0.94 to 2.0.95
- PR: #303
- limit the number of VM regs to 16 (RV32e)
- PR: #304
- Refactor Instruction type, catch more errors during transpilation
- PR: #305
- cleanup unused fields in Runtime
- PR: #306
- implement wallet example proxy method
- PR: #302
- release v0.6.3
- PR: #308
v0.6.2
📦 Uncategorized
- Bump syn from 2.0.89 to 2.0.90
- PR: #244
- Bump blake3 from 1.5.4 to 1.5.5
- PR: #246
- Bump tracing from 0.1.40 to 0.1.41
- PR: #245
- Bump vergen-git2 from 1.0.1 to 1.0.2
- PR: #243
- simplify and optimize
spawn()
anddeploy()
- PR: #248
- the 'hint len' syscall returns 0 when no data
- PR: #255
- simplify athcon_create function for instantiating VM
- PR: #257
- bump idna and remove async by using blocking reqwest
- PR: #258
- Bump cargo_metadata from 0.19.0 to 0.19.1
- PR: #250
- Bump anyhow from 1.0.93 to 1.0.94
- PR: #253
- remove client-side Rust bindings
- PR: #256
- Bump thiserror from 2.0.3 to 2.0.6
- PR: #251
- Bump tracing-subscriber from 0.3.18 to 0.3.19
- PR: #249
- remove unused deps
- PR: #259
- prepare release v0.6.2
- PR: #260
v0.6.1
v0.6.0
📦 Uncategorized
- Bump mockall from 0.13.0 to 0.13.1
- PR: #232
- Bump serde_json from 1.0.132 to 1.0.133
- PR: #230
- Bump clap from 4.5.20 to 4.5.21
- PR: #231
- release the lib on windows
- PR: #234
- remove nonce and balance from the Wallet example state
- PR: #233
- Bump syn from 2.0.87 to 2.0.89
- PR: #238
- Bump parity-scale-codec from 3.6.12 to 3.7.0
- PR: #237
- Bump bytemuck from 1.19.0 to 1.20.0
- PR: #239
- Bump cargo_metadata from 0.18.1 to 0.19.0
- PR: #241
- release v0.6.0
- PR: #242
Nightly
- no changes
v0.5.3
📦 Uncategorized
- allow using
template
proc macro multiple times- PR: #205
- Bump thiserror from 1.0.65 to 1.0.67
- PR: #211
- Bump anyhow from 1.0.89 to 1.0.93
- PR: #218
- Bump reqwest from 0.12.5 to 0.12.9
- PR: #212
- Bump gdbstub from 0.7.2 to 0.7.3
- PR: #214
- Fix a typo in Go bindings
- PR: #208
- newtype for athena Address
- PR: #207
- Bump thiserror from 1.0.67 to 2.0.3
- PR: #221
- Bump quote from 1.0.36 to 1.0.37
- PR: #223
- Bump serde from 1.0.211 to 1.0.215
- PR: #225
- Bump anstyle from 1.0.9 to 1.0.10
- PR: #224
- Bump tokio from 1.41.0 to 1.41.1
- PR: #220
- update indicatif to v0.7.19
- PR: #226
- don't export
sys_alloc_aligned
- PR: #227
- merge athena-lib into anthena-vm crate
- PR: #228
- release v0.5.3
- PR: #229