Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S StreamChain Prototype
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • zistvan-public
  • StreamChain Prototype
  • Repository
Switch branch/tag
  • streamchain
  • common
  • ledger
  • blkstorage
  • fsblkstorage
  • fs_blockstore_provider.go
Find file BlameHistoryPermalink
  • Kostas Christidis's avatar
    [FAB-2603] Change & export dir containing ledgers · 356ce278
    Kostas Christidis authored Mar 02, 2017
    https://jira.hyperledger.org/browse/FAB-2603
    
    
    
    1. Ledgers were maintained as directories inside a "blocks" directory.
    Semantically speaking, this doesn't quite make sense -- you'd expect to
    find blocks under a "blocks" directory.
    
    2. The name of this directory should be an exported constant so that
    other packages can access it programmatically. The orderer package for
    instance, needs this info in order to construct the proper directories
    for its ledger.
    
    This changeset addresses both of these issues.
    
    Change-Id: I3bdf9763e227c29983003bab0769282136a42511
    Signed-off-by: default avatarKostas Christidis <kostas@christidis.io>
    356ce278