Skip to content
Snippets Groups Projects
Select Git revision
  • 8cdd0f4d7c6a6b2d376b574c2b894ccc140f72a6
  • workshop-poc default protected
  • streamchain-paper
  • fabric-release-1.4
4 results

ledger

user avatar
manish authored
https://jira.hyperledger.org/browse/FAB-1664



This changeset:
- Renames package ledger/util/db to ledger/util/leveldbhelper
- Implements a leveldb provider
  (that enables using same leveldb instance as a multiple logical dbs)
  in util package for being able to reuse across statedb, index,
  and later for historydb
- Implements a provider as a single point of invocation
  for managing multiple block storage
- Uses a single leveldb instance for block storage index
- Makes the structures other than providers as private
  to their respective packages

Change-Id: I5f0b3b9aa8ef3ac1ccdce4f3c6fa6d842b5318c1
Signed-off-by: default avatarmanish <manish.sethi@gmail.com>
8cdd0f4d
History
Name Last commit Last update
..