File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33Changes to the reference FVM implementation.
44
5+ ## Unreleased
6+
7+ ## 0.7.1 [ 2022-04-18]
8+
9+ This release adds support for execution traces in the FVM which can be enabled using the new ` enable_tracing ` option in the ` MachineContext ` .
10+ The change is backwards compatible.
11+
512## 0.7.0 [ 2022-04-15]
613
714This release contains exactly one (breaking) change.
Original file line number Diff line number Diff line change 11[package ]
22name = " fvm"
33description = " Filecoin Virtual Machine reference implementation"
4- version = " 0.7.0 "
4+ version = " 0.7.1 "
55license = " MIT OR Apache-2.0"
66authors = [" Protocol Labs" , " Filecoin Core Devs" ]
77edition = " 2021"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ publish = false
99repository = " https://github.com/filecoin-project/ref-fvm"
1010
1111[dependencies ]
12- fvm = { version = " 0.7.0 " , path = " ../../fvm" , default-features = false }
12+ fvm = { version = " 0.7.1 " , path = " ../../fvm" , default-features = false }
1313fvm_shared = { version = " 0.6.0" , path = " ../../shared" }
1414fvm_ipld_hamt = { version = " 0.5.0" , path = " ../../ipld/hamt" }
1515fvm_ipld_amt = { version = " 0.4.0" , path = " ../../ipld/amt" }
You can’t perform that action at this time.
0 commit comments