nimbus-eth1/nimbus/db
Zahary Karadjov 3060452d96 review changes
* `usedBytes` was not named appropriately. it indicates the last
  populated position in the data (the last valid index) for slicing
  purposes (i.e. the position is passed to `toOpenArray`)

* Fixed the `==` operator for DBKeys

* Use one-byte key for the 'canonical head hash'
2018-06-26 13:46:54 +03:00
..
backends Implement storage backends using RocksDB and SQLite 2018-06-26 13:46:54 +03:00
db_chain.nim Implement storage backends using RocksDB and SQLite 2018-06-26 13:46:54 +03:00
state_db.nim Reorganize VM/interpreter + cleanup (#52) 2018-06-15 11:11:25 +02:00
storage_types.nim review changes 2018-06-26 13:46:54 +03:00