@@ -57,16 +57,17 @@ members = [
57
57
]
58
58
59
59
[patch .crates-io ]
60
- # frc42_dispatch = { git = "https://github.com/filecoin-project/filecoin-actor-utils", branch = "feat/fvm-m2" }
61
- # frc46_token = { git = "https://github.com/filecoin-project/filecoin-actor-utils", branch = "feat/fvm-m2" }
62
-
63
- # fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
64
- # fvm_sdk = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
65
- # fvm_ipld_hamt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
66
- # fvm_ipld_amt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
67
- # fvm_ipld_bitfield = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
68
- # fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
69
- # fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
60
+ frc42_dispatch = { git = " https://github.com/filecoin-project/filecoin-actor-utils" , branch = " raulk/events" }
61
+ frc46_token = { git = " https://github.com/filecoin-project/filecoin-actor-utils" , branch = " raulk/events" }
62
+ fvm_actor_utils = { git = " https://github.com/filecoin-project/filecoin-actor-utils" , branch = " raulk/events" }
63
+
64
+ fvm_shared = { git = " https://github.com/filecoin-project/ref-fvm" , branch = " raulk/events" }
65
+ fvm_sdk = { git = " https://github.com/filecoin-project/ref-fvm" , branch = " raulk/events" }
66
+ fvm_ipld_hamt = { git = " https://github.com/filecoin-project/ref-fvm" , branch = " raulk/events" }
67
+ fvm_ipld_amt = { git = " https://github.com/filecoin-project/ref-fvm" , branch = " raulk/events" }
68
+ fvm_ipld_bitfield = { git = " https://github.com/filecoin-project/ref-fvm" , branch = " raulk/events" }
69
+ fvm_ipld_encoding = { git = " https://github.com/filecoin-project/ref-fvm" , branch = " raulk/events" }
70
+ fvm_ipld_blockstore = { git = " https://github.com/filecoin-project/ref-fvm" , branch = " raulk/events" }
70
71
71
72
# # Uncomment when working locally on ref-fvm and this repo simultaneously.
72
73
# # Assumes the ref-fvm checkout is in a sibling directory with the same name.
@@ -84,17 +85,13 @@ members = [
84
85
# # Assumes the ref-fvm checkout is in a sibling directory with the same name.
85
86
# # (Valid once FVM modules are published to crates.io)
86
87
# [patch.crates-io]
87
- fvm_shared = { path = " ../ref-fvm/shared" }
88
- fvm_sdk = { path = " ../ref-fvm/sdk" }
89
- fvm_ipld_hamt = { path = " ../ref-fvm/ipld/hamt" }
90
- fvm_ipld_amt = { path = " ../ref-fvm/ipld/amt" }
91
- fvm_ipld_bitfield = { path = " ../ref-fvm/ipld/bitfield" }
92
- fvm_ipld_encoding = { path = " ../ref-fvm/ipld/encoding" }
93
- fvm_ipld_blockstore = { path = " ../ref-fvm/ipld/blockstore" }
94
- fvm_actor_utils = { path = " ../filecoin-actor-utils/fvm_actor_utils" }
95
- frc42_dispatch = { path = " ../filecoin-actor-utils/frc42_dispatch" }
96
- frc46_token = { path = " ../filecoin-actor-utils/frc46_token" }
97
-
88
+ # fvm_shared = { path = "../ref-fvm/shared" }
89
+ # fvm_sdk = { path = "../ref-fvm/sdk" }
90
+ # fvm_ipld_hamt = { path = "../ref-fvm/ipld/hamt" }
91
+ # fvm_ipld_amt = { path = "../ref-fvm/ipld/amt" }
92
+ # fvm_ipld_bitfield = { path = "../ref-fvm/ipld/bitfield"}
93
+ # fvm_ipld_encoding = { path = "../ref-fvm/ipld/encoding"}
94
+ # fvm_ipld_blockstore = { path = "../ref-fvm/ipld/blockstore"}
98
95
99
96
[profile .wasm ]
100
97
inherits = " release"
0 commit comments