turbofish-org / merk

High-performance Merkle key/value store
Apache License 2.0
226 stars 36 forks source link

BUG: Error: Last key less than end of range #1

Closed spentak closed 5 years ago

spentak commented 6 years ago
<rejected> Error: Last key less than end of range
    at checkRange (/Users/devslopes/Desktop/blockchat/node_modules/lotion/node_modules/merk/src/verify.js:109:13)

Happens when making getState from lotion - guessing its similar to the other issue you just fixed for the head

To replicate:

  1. clone this repo: https://github.com/devslopes/blockchat

  2. use node 8.2+ and then npm install

  3. then node bin/chat-client.js

  4. it will likely hang for a bit, and then give that error. If it does let you post messages, just a post a few and you will run into this

mappum commented 5 years ago

Closed since merk got reimplemented in Rust.