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
They should be uint64 since we use it as an usize.
Just change the fields in firm/protocols/functions/functions.proto.
Make sure the updated type compiles on all projects that depend on the proto type.
The text was updated successfully, but these errors were encountered:
simonrainerson
changed the title
Proto ListRequest offset and limit fields have the wrong type.
Proto registry Filter offset and limit fields have the wrong type.
Nov 10, 2020
message Filters {
...
uint32 offset = 3;
uint32 limit = 4;
...
}
They should be uint64 since we use it as an usize.
The text was updated successfully, but these errors were encountered: