ethereum / research

MIT License
1.82k stars 591 forks source link

Fix bin trie keypath problem #72

Closed NIC619 closed 6 years ago

NIC619 commented 6 years ago
  1. check if given keypath is too short
  2. check if existing kv pair is being overrided because it's key is the prefix of the new key
  3. check if it's inserting a new key with empty value