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
    • 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
  • streamchain
  • ..
  • statecouchdb
  • statecouchdb_test.go
Find file BlameHistoryPermalink
  • Alessandro Sorniotti's avatar
    [FAB-9677] Restructure state DB encoder · 3019453b
    Alessandro Sorniotti authored Apr 24, 2018
    
    
    In the current implementation, levelDB encodes the KVS version as part of
    the KVS value, whereas couchDB encodes the KVS version as an additional
    map entry. The code to package version and value into a byte array therefore
    only belongs to the levelDB code, and not the generic stateDB code.
    
    Change-Id: I673ff84d95c92b1829e9a0f37b536deb78314242
    Signed-off-by: default avatarAlessandro Sorniotti <ale.linux@sopit.net>
    Signed-off-by: default avatarMatthias Neugschwandtner <eug@zurich.ibm.com>
    3019453b