stratumn / go-core

Stratumn's core utilities to create decentralized applications and networks
Apache License 2.0
0 stars 0 forks source link

postgresstore: store json data instead of protobuf bytes #514

Closed t-bast closed 5 years ago

t-bast commented 5 years ago

This change will be tagged as version 0.4.0. I'll wait a bit before merging this PR to make sure our different environments have correctly started using 0.3.1 instead of master.


This change is Reviewable

codecov[bot] commented 5 years ago

Codecov Report

Merging #514 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #514   +/-   ##
=======================================
  Coverage   71.44%   71.44%           
=======================================
  Files         100      100           
  Lines        5564     5564           
=======================================
  Hits         3975     3975           
  Misses       1223     1223           
  Partials      366      366
Impacted Files Coverage Δ
postgresstore/stmts.go 95.41% <ø> (ø) :arrow_up:
postgresstore/segment.go 63.04% <100%> (ø) :arrow_up:
postgresstore/evidence.go 60% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f93ed0c...30beb95. Read the comment docs.

t-bast commented 5 years ago

I'll close that for now and will get the links batch change released before, it will play more nicely with the update of the DB migration tool.