Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • 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
  • streamchain
  • common
  • ledger
  • blkstorage
  • fsblkstorage
  • config.go
Find file Blame History Permalink
  • 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