Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ADR-040: Implement KV Store with decoupled storage and SMT #9892

Merged
merged 39 commits into from
Oct 19, 2021
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
c59cd90
Clarify db interface godoc
roysc Aug 27, 2021
c4b4553
Add prefixed db read/writers
roysc Aug 17, 2021
94c2c17
Add db adapter
roysc Aug 12, 2021
c164920
Add SMT store type (#8507)
tzdybal May 14, 2021
51bc84b
Add godoc comments
roysc Jul 8, 2021
ce3ff55
update go.mod - smt
roysc Aug 26, 2021
94d1a2e
Refactor SMT, move to store/v2
roysc Jun 23, 2021
14643aa
revise store/v2 types
roysc Sep 8, 2021
72b0501
Introduce decoupled.Store
roysc Aug 26, 2021
9b12233
store op telemetry
roysc Sep 22, 2021
ef4b843
rollback commit on failure
roysc Sep 22, 2021
e498b9b
handle initial version
roysc Sep 22, 2021
456b67f
complete store interface
roysc Sep 22, 2021
f558557
docs: describe new store package
roysc Sep 22, 2021
a254ea9
update go.mod
roysc Sep 22, 2021
78cdaef
error on block height limit
roysc Sep 28, 2021
fbd7ced
remove access to SC store
roysc Sep 28, 2021
d4f8fab
close txns on error + test case
roysc Sep 28, 2021
f83869c
store nits
roysc Sep 29, 2021
41d3da1
store nit
roysc Sep 29, 2021
e83d6dd
vmgr patches
roysc Oct 4, 2021
382b21b
impl, test store commit rollback
roysc Oct 4, 2021
a19d6a5
remove unneeded files
roysc Oct 6, 2021
2a70da1
decoupled Store - consolidate constructors
roysc Oct 12, 2021
20e9fb9
fix test
roysc Oct 12, 2021
97bad68
fill out test coverage and tweak errors
roysc Oct 15, 2021
f9130d9
smt store test coverage
roysc Oct 15, 2021
b6cd409
clean up test
roysc Oct 15, 2021
9754394
store test coverage, cleanup
roysc Oct 18, 2021
27d3020
Merge remote-tracking branch 'upstream/master' into adr-040-wip-store
roysc Oct 18, 2021
af607a6
Merge branch 'master' into roysc/adr-040-store
roysc Oct 18, 2021
3a093ab
unneeded method
roysc Oct 18, 2021
fe26dbb
test cleanup
roysc Oct 19, 2021
c956d9c
remove telemetry
roysc Oct 19, 2021
3d740f2
remove telemetry
roysc Oct 19, 2021
15c5118
PR revisions
roysc Oct 19, 2021
5fc15d5
rename decoupled -> flat
roysc Oct 19, 2021
ec86707
changelog entry
roysc Oct 19, 2021
526272e
Merge branch 'master' into roysc/adr-040-store
roysc Oct 19, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into roysc/adr-040-store
  • Loading branch information
roysc authored Oct 19, 2021
commit 526272ebbcb5ce1b588c521edff8995b7d800cdb

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.