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
Unify getIsMember and getPredecessor, and return BlockInfo. Possibly unify it with getSuccessors too, e.g., using return a pair of both results. The laziness of the pair can save us the lookup in the successors map when we don't need it.
The text was updated successfully, but these errors were encountered:
1701: VolatileDB: Unify and extend getters r=mrBliss a=kderme
Related issue: #1684
This is done:
> Unify getIsMember and getPredecessor, and return BlockInfo
This is not done yet:
> Possibly unify it with getSuccessors too, e.g., using return a pair of both results.
Co-authored-by: kderme <[email protected]>
1701: VolatileDB: Unify and extend getters r=mrBliss a=kderme
Related issue: #1684
This is done:
> Unify getIsMember and getPredecessor, and return BlockInfo
This is not done yet:
> Possibly unify it with getSuccessors too, e.g., using return a pair of both results.
Co-authored-by: kderme <[email protected]>
Co-authored-by: Thomas Winant <[email protected]>
Unify
getIsMember
andgetPredecessor
, and returnBlockInfo
. Possibly unify it withgetSuccessors
too, e.g., using return a pair of both results. The laziness of the pair can save us the lookup in the successors map when we don't need it.The text was updated successfully, but these errors were encountered: