-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: [MR-615] Refactor list_state_heights and make it an associated method #1690
Conversation
8ae1ed3
to
54ac1fb
Compare
bd57acc
to
ea8f165
Compare
This MR is motivated by #906 where we want the method to only reflect states in memory.
As @derlerd-dfinity suggests, we would like to go one further step for the refactoring because |
cbce583
to
f81efc0
Compare
… method (#1690) Close [MR-615](https://dfinity.atlassian.net/browse/MR-615) This PR (1) excludes checkpoint_heights from the result of list_state_heights and (2) removes it from the StateReader trait and make it an associated method. [MR-615]: https://dfinity.atlassian.net/browse/MR-615?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
… method (dfinity#1690) Close [MR-615](https://dfinity.atlassian.net/browse/MR-615) This PR (1) excludes checkpoint_heights from the result of list_state_heights and (2) removes it from the StateReader trait and make it an associated method. [MR-615]: https://dfinity.atlassian.net/browse/MR-615?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Close MR-615
This PR (1) excludes checkpoint_heights from the result of list_state_heights and (2) removes it from the StateReader trait and make it an associated method.