Skip to content

Commit 4775326

Browse files
committed
chore(deps): bump filecoin-ffi for [email protected]
1 parent e2fad0d commit 4775326

File tree

10 files changed

+705
-14
lines changed

10 files changed

+705
-14
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- chore: upgrade to go-f3 `v0.8.4` ([filecoin-project/lotus#13084](https://github.com/filecoin-project/lotus/pull/13084))
2121
- fix(f3): limit the concurrency of F3 power table calculation ([filecoin-project/lotus#13085](https://github.com/filecoin-project/lotus/pull/13085))
2222
- feat(f3): remove dynnamic manifest functionality and use static manifest ([filecoin-project/lotus#13074](https://github.com/filecoin-project/lotus/pull/13074))
23+
- chore(deps): bump filecoin-ffi for [email protected] which adds Logs and IpldOps to debug FVM execution traces ([filecoin-project/lotus#13029](https://github.com/filecoin-project/lotus/pull/13029))
2324

2425
See https://github.com/filecoin-project/lotus/blob/release/v1.33.0/CHANGELOG.md
2526

api/docgen/docgen.go

+6
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@ func init() {
190190
addExample(map[string]types.Actor{
191191
"t01236": ExampleValue("init", reflect.TypeOf(types.Actor{}), nil).(types.Actor),
192192
})
193+
addExample(types.IpldOpGet)
194+
addExample(&types.TraceIpld{
195+
Op: types.IpldOpGet,
196+
Cid: c,
197+
Size: 123,
198+
})
193199
addExample(&types.ExecutionTrace{
194200
Msg: ExampleValue("init", reflect.TypeOf(types.MessageTrace{}), nil).(types.MessageTrace),
195201
MsgRct: ExampleValue("init", reflect.TypeOf(types.ReturnTrace{}), nil).(types.ReturnTrace),

build/openrpc/full.json

+156-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/openrpc/gateway.json

+104-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)