Releases: athenavm/athena
Releases · athenavm/athena
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
Nightly (2024-11-05)
v0.5.2
What's Changed
- remove example programs' elfs by @poszu in #159
- Add another verify test by @lrettig in #180
- Precompile syscall for ed25519 signature verification by @poszu in #182
- Bump bytemuck from 1.16.3 to 1.19.0 by @dependabot in #192
- Bump anstyle from 1.0.8 to 1.0.9 by @dependabot in #189
- Bump thiserror from 1.0.64 to 1.0.65 by @dependabot in #188
- Bump tokio from 1.39.2 to 1.41.0 by @dependabot in #190
- Bump proc-macro2 from 1.0.86 to 1.0.89 by @dependabot in #191
- Auto-tag for Go on semver release by @lrettig in #183
- Fix installing athena toolchain in CI by @poszu in #195
- cleanup release workflow by @poszu in #170
- CALL syscall returns data by @poszu in #175
- Give write permissions to create git tag in CI by @poszu in #197
- release v0.5.1 by @poszu in #198
- fix IS_NIGHTLY env uses by @poszu in #199
- release v0.5.2 by @poszu in #201
Full Changelog: v0.5.0...v0.5.2
v0.5.1
What's Changed
- remove example programs' elfs by @poszu in #159
- Add another verify test by @lrettig in #180
- Precompile syscall for ed25519 signature verification by @poszu in #182
- Bump bytemuck from 1.16.3 to 1.19.0 by @dependabot in #192
- Bump anstyle from 1.0.8 to 1.0.9 by @dependabot in #189
- Bump thiserror from 1.0.64 to 1.0.65 by @dependabot in #188
- Bump tokio from 1.39.2 to 1.41.0 by @dependabot in #190
- Bump proc-macro2 from 1.0.86 to 1.0.89 by @dependabot in #191
- Auto-tag for Go on semver release by @lrettig in #183
- Fix installing athena toolchain in CI by @poszu in #195
- cleanup release workflow by @poszu in #170
- CALL syscall returns data by @poszu in #175
- Give write permissions to create git tag in CI by @poszu in #197
- release v0.5.1 by @poszu in #198
Full Changelog: v0.5.0...v0.5.1
v0.5.0
📦 Uncategorized
- scheduled cargo-audit workflow
- PR: #121
- Fix audit workflow
- PR: #124
- Bump quinn-proto from 0.11.3 to 0.11.8 in the cargo group
- PR: #126
- clean up logging
- PR: #125
- remove remaining uses of log crate
- PR: #132
- grant token permissions for audit job
- PR: #133
- Update CODEOWNERS
- PR: #134
- Rebuild all tests and add missing Cargo.lock files
- PR: #135
- Use SCALE instead of Borsh
- PR: #139
- remove
athena-hostfunctions
and simplify host syscalls- PR: #137
- Update C API to use uint64_t instead of uint256be where it makes sense
- PR: #144
- Bump quote from 1.0.36 to 1.0.37
- PR: #153
- Bump syn from 2.0.72 to 2.0.79
- PR: #154
- Bump futures from 0.3.30 to 0.3.31
- PR: #151
- Bump tokio from 1.39.2 to 1.40.0
- PR: #152
- Bump clap from 4.5.11 to 4.5.20
- PR: #155
- remove custom implementations of memcpy and memset
- PR: #150
- remove redundant stack-depth test
- PR: #138
- Consolidate method and args into a single opaque payload
- PR: #147
- PoC gdbstub for debugging guest programs
- PR: #107
- Bump thiserror from 1.0.63 to 1.0.64
- PR: #164
- Bump syn from 2.0.79 to 2.0.82
- PR: #167
- Bump proc-macro2 from 1.0.86 to 1.0.88
- PR: #165
- Bump serde from 1.0.204 to 1.0.210
- PR: #166
- Bump serde_json from 1.0.121 to 1.0.132
- PR: #163
- add athcon_encode_tx to serialize transactions
- PR: #145
- Fix and test wallet
verify
method- PR: #157
- Straightforward maxspend implementation
- PR: #158
- remove unused ExecutionResult::create_address
- PR: #169
- cleanup tests in 'core'
- PR: #122
- simplify TestGetBalance
- PR: #171
- Improve error handling in Go bindings
- PR: #173
Nightly (2024-10-22)
- no changes