EYBlockchain / timber

Construct a Merkle Tree database from Ethereum logs.
Other
67 stars 19 forks source link

Add indexing to node values? #21

Closed iAmMichaelConnor closed 4 years ago

iAmMichaelConnor commented 4 years ago

Add environment variable UNIQUE_LEAVES. If this is true, we know the leaf values will be unique, and so we can add indexing to these values (in Mongoose)

iAmMichaelConnor commented 4 years ago

Completed.