Skip to content

Releases: AluVM/rust-aluvm

AluVM v0.10.5

23 Jul 20:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.4...v0.10.5

AluVM v0.10.4

12 Jul 19:11
f5ec8b9
Compare
Choose a tag to compare

What's Changed

  • fix IntLayout::fits_usize by @6293 in #81
  • Revert mnemonic order by @6293 in #84
  • fix(BytesOp::Find): fix slice index overflow by @6293 in #82
  • fix(Cursor) r/w across bytes by @6293 in #87
  • when step < 0, create Number with -step.as_i8() by @6293 in #90
  • stop copying large array on R-reg by @6293 in #91
  • Add WASM tests to CI by @dr-orlovsky in #93
  • Test registers memory allocation by @dr-orlovsky in #94

Full Changelog: v0.10.3...v0.10.4

AluVM v0.10.3

16 Jun 09:55
33efa44
Compare
Choose a tag to compare

What's Changed

  • Bump baid58 version by @6293 in #72
  • Fix parse float in AluAsm by @6293 in #73
  • bytes-put on aluasm! by @6293 in #74
  • Fix ButesOp::Mov and Swp Display implementations by @dr-orlovsky in #76
  • Unify put mnemonic; always value first by @6293 in #77
  • Remove tests on aluasm! because they are all ported to aluasm crate by @6293 in #78

Full Changelog: v0.10.2...v0.10.3

AluVM v0.10.2

16 Jun 09:54
be7e273
Compare
Choose a tag to compare

AluVM v0.10.1

16 Jun 09:54
ab3c232
Compare
Choose a tag to compare

What's new

  • Hotfix for serde bug with processing generic defaults
  • Updating dependencies with recent fixed versions

Full Changelog: v0.10.0...v0.10.1

AluVM v0.10

09 Apr 18:32
045edc5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9...v0.10.0

v0.9

25 Jan 17:01
d361ae4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.9

v0.9.0-rc.1

26 Dec 11:13
Compare
Choose a tag to compare
v0.9.0-rc.1 Pre-release
Pre-release

What's Changed

  • Remove unused imports. by @monaka in #59
  • Fix CI build failures. by @monaka in #62
  • Pass cargo test --all-features. by @monaka in #61
  • Build example/asm only if it was specified all feature. by @monaka in #63

New Contributors

Full Changelog: v0.7.0...v0.9.0-rc.1

v0.7.0

19 Nov 14:19
Compare
Choose a tag to compare

Full Changelog: v0.6.0...v0.7.0

v0.6.0

12 Jun 18:30
Compare
Choose a tag to compare
  • New Program type, separated from a virtual machine VM.
  • Program may restrict total number of libraries via const generic parameter.
  • Prohibit programs with no libraries or code ("empty")
  • Convenience constructor for programs containing multiple libraries.
  • Add support for optional strict encoding of a program data
  • Add optional serde encoding of a program data

Full Changelog: v0.5.0...v0.6.0