You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've marked this as good first issue just in case someone wants to grab it before one of us gets to it. I would encourage the implementer to do this with serialisation tests like I've been adding to the codebase slowly. See #270, 4fadeba and also in #286. They all have mirrors over in builtin-actors - same fixtures and execution, just in Rust. I use cborg on the commandline to debug the binary / hex encoded forms of these and document them as such: cborg hex2diag ... and cborg hex2json are both pretty helpful, although the json form treats bytes as an indexed map for each byte (because of Uint8Arrays) so it requires a bit of manual munging to get those comments nicely describing what the encoded forms are.
go-state-types/builtin/v14/verifreg/verifreg_types.go
Line 121 in 5bc58c6
https://github.com/filecoin-project/builtin-actors/blob/54236ae89880bf4aa89b0dba6d9060c3fd2aacee/actors/verifreg/src/types.rs#L173
Causes lily parsing error: filecoin-project/lily#1316
The text was updated successfully, but these errors were encountered: