- Added the option to save the data in a seperate location from the tree, making it possible to use Sparse and Root tries
- Updated some docstrings to better reflect the functionality
- N.A.
- Made it possible to add non byte objects to the trie as long as the have a encode_rlp and decode_rlp method.
- Updated some of the tests to better test the new functions
- N.A.