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
Would be nice to get the latest substate version when you are defining version: None or have an ability to configure which version to return. For example instead of Option<VersionN> use enum with variants: Latest, First, N(u64).
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS & Version: [e.g. iOS 10.2.1]
Browser & Version [e.g. chrome v71.0.12345]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser & Version [e.g. stock browser v0.1.2]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Maybe it's expected behavior, but
get_substate
method when no exact version specified returns not the latest, but earliest version.To Reproduce
Expected behavior
Would be nice to get the latest substate version when you are defining
version: None
or have an ability to configure which version to return. For example instead ofOption<VersionN>
use enum with variants: Latest, First, N(u64).Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: