Skip to content

Commit 3cc4a09

Browse files
committed
chore(deps): bump filecoin-ffi for fvm@v4.7
1 parent e2fad0d commit 3cc4a09

File tree

9 files changed

+704
-14
lines changed

9 files changed

+704
-14
lines changed

api/docgen/docgen.go

Lines changed: 6 additions & 0 deletions
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

Lines changed: 156 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/openrpc/gateway.json

Lines changed: 104 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)