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 a lane is identified by its priority, so different lanes cannot have the same priority. This limitation was only made to simplify the prototype.
The text was updated successfully, but these errors were encountered:
Closes#4014 .
The PR changes the proto files in `InfoResponse` to return a map of
`LaneID(string) : LanePrio(uint32)` instead of an array of priorities
and the default lane is identified by its ID (a string).
CheckTx returns a `LaneID` (a string).
Before marking it ready for review, we need to make sure that the corner
case of default lane and priorities are properly addressed now with
these changes.
---
Co-authored-by: Hernán Vanzetto <15466498+hvanz@users.noreply.github.com>
Co-authored-by: hvanz <hernan.vanzetto@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Currently a lane is identified by its priority, so different lanes cannot have the same priority. This limitation was only made to simplify the prototype.
The text was updated successfully, but these errors were encountered: