Removed
- proof timestamp
- size, length, root and height properties
- tree metadata getter
- `append_entry`
- `has_previous_state`
Added
- `InmemoryTree` implementation
- `SqliteTree` implementation
- state and size getter
Changed
- Inclusion proof interface
- Consistency proof interface
- Renamed `HashEngine` to`MerkleHasher`
- Renamed `hash_pair` to `hash_nodes`
- Renamed `hash_entry` to `hash_leaf`
- Return leaf index when appending entry
- Drop hexadecimal representations