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
Currently the abstract Height is implemented as a struct in client/exported, this must be turned to a proto struct during the 02-client migration.
Once, this is done then the workaraound of including epochNumber and epochHeight as two separate uint64 fields in the proto files of connection and channel, can be replaced by just the Height proto message.
Currently the abstract Height is implemented as a struct in
client/exported
, this must be turned to a proto struct during the 02-client migration.Once, this is done then the workaraound of including
epochNumber
andepochHeight
as two separate uint64 fields in the proto files of connection and channel, can be replaced by just theHeight
proto message.ref #6686, #6630
The text was updated successfully, but these errors were encountered: