Skip to content

Conversation

@sorpaas
Copy link
Contributor

@sorpaas sorpaas commented Feb 27, 2018

This implements two things and fixes several tests:

  • Support partial trie. DatabaseHandle is changed to allow returning
    Option, and all op fns will return Error::Require(hash) if one of
    the hash is missing in the database. Client can use this information
    to further retrieve the required hash and try again.
  • trie now contains a mostly stable interface. Mutable structs
    interface may change a lot, and they're moved to trie-memory crate.

This implements two things and fixes several tests:

* Support partial trie. DatabaseHandle is changed to allow returning
  Option, and all op fns will return Error::Require(hash) if one of
  the hash is missing in the database. Client can use this information
  to further retrieve the required hash and try again.
* trie now contains a mostly stable interface. Mutable structs
  interface may change a lot, and they're moved to trie-memory crate.
@sorpaas sorpaas requested a review from a team February 27, 2018 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants