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
{{ message }}
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
Hi Alex, just discovered that people are working on a pretty interesting and advanced fork of this library. Have started a discussion on that here: #54.
Maybe wait with this, would like to see where we are going there. If you want, you can also have a look at the fork from RainBlock, I think it should be possible to take many of the changes done there back into the library here.
Thanks to @alextsg, most of the library has been ported to ES6 classes in #57 and #61. What remains now is trieNode. I was also wondering as to the purpose of secureInterface and checkpointInterface, why are they not implemented in SecureTrie and CheckpointTrie respectively?
The current way the different Trie class objects are constructed is not very readable, furthermore the use of
util.inherits
in Node is discouraged.This should be reworked to use
ES6
classes, constructors together with theextends
keyword to inherit properties and methods.The text was updated successfully, but these errors were encountered: