Releases: FuelLabs/fuel-vm
Releases · FuelLabs/fuel-vm
v0.19.0
What's Changed
- Test safe arithmetic checks in blockchain.rs by @mitch-fuel in #202
- Apply safe arith to call and crypto by @vlopes11 in #203
- Tests for Safe Arithmetic Checks in crypto.rs by @mitch-fuel in #207
- Use common utility functions over duplicate implementation in blockchain.rs by @mitch-fuel in #224
- Fix bug in
RETD
which throwsMemoryOverflow
for buffers at the very top of RAM. by @otrho in #229 - Remove transmute by @freesig in #199
- Add warning comment to gas_cost_const by @freesig in #198
- Add gas initial costs by @vlopes11 in #234
- Pass the contract id value to Panic by @Salka1988 in #233
- Append TransferOut receipt for transfer_output by @deekerno in #238
- Bump version to
0.19.0
for release by @xgreenx in #239
New Contributors
- @otrho made their first contribution in #229
- @freesig made their first contribution in #199
- @Salka1988 made their first contribution in #233
- @deekerno made their first contribution in #238
Full Changelog: v0.18.2...v0.19.0
v0.18.2
v0.18.1
v0.18.0
v0.17.0
v0.16.0
What's Changed
- Quickcheck reserved register access by @Voxelot in #187
- Implement safe arithmetic for blockchain mod by @vlopes11 in #195
- Remove owner field from MessageInputs by @leviathanbeak in #205
- bump version to 0.16 by @leviathanbeak in #206
New Contributors
- @leviathanbeak made their first contribution in #205
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Fix gas subtraction overflow by @vlopes11 in #184
- Assert non-writable property of reserved registers by @vlopes11 in #185
- Add traceable bug id to unexpected behavior by @vlopes11 in #189
- Update dependencies to latest by @vlopes11 in #190
- Add grammar aware fuzzing by @mediremi in #188
- Add
TIME
instruction implementation by @vlopes11 in #193 - bump to v0.15 by @Voxelot in #194
New Contributors
Full Changelog: v0.14.0...v0.15.0
v0.14.0
v0.13.0
What's Changed
- Update fuel-asm to 0.6 and fuel-tx to 0.14 by @vlopes11 in #158
- Feat: Use in-memory binary Merkle tree by @bvrooman in #162
- Add dynamic jump opcodes JMP and JNE by @Dentosal in #152
- Implement
SMO
instruction by @vlopes11 in #159 - Fix CGAS overflow bug by @Dentosal in #168
- v0.12.2 patch by @Voxelot in #169
- Fix
Recipt::Call
s having the wrongid
by @AlicanC in #172 - Allow cgas to fall below requested forward amount by @Voxelot in #171
- Add checked tx by @vlopes11 in #173
- Implement GM::GetVerifyingPredicate metadata instr by @vlopes11 in #174
- Implement
GTF
instruction by @vlopes11 in #177 - Bump to v0.13.0 by @vlopes11 in #166
New Contributors
Full Changelog: v0.12.1...v0.13.0
v0.12.3
Change error type & remove panic
Full Changelog: v0.12.2...v0.12.3