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
Yes, that's the assumption we make everywhere in Lotus today
We need to make the encoding for subcalls consistent and make them a cbor byte array or include the codec in the call so we can properly decode the params
On wallaby we StateCall trace params look like:
Subcall params are supposed to be a cbor byte array, but is just a raw array.
From
./lotus state --tipset @3913 compute-state --html
.Found when debugging filecoin-project/lotus#10038 with @shrenujbansal
The text was updated successfully, but these errors were encountered: