-
Notifications
You must be signed in to change notification settings - Fork 4.1k
feat!: block stm integration #25334
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
Merged
Merged
feat!: block stm integration #25334
Changes from 86 commits
Commits
Show all changes
163 commits
Select commit
Hold shift + click to select a range
cc6c67b
Support object store (#206)
17043e4
cleanup
mmsqe 78e3a48
Merge remote-tracking branch 'origin/release/v0.53.x' into release/v0…
mmsqe f44f06b
fix test
mmsqe e1ee61f
lint
mmsqe b75bb98
Merge remote-tracking branch 'origin/main' into release/v0.53.x_obj_s…
mmsqe e64ccc0
resolve
mmsqe d2c1c3b
fix test
mmsqe 8892029
fix test
mmsqe 83f4859
Problem: store key type assertion is incorrect (#244)
mmsqe d97d3d1
Merge remote-tracking branch 'origin/main' into release/v0.53.x_obj_s…
mmsqe 3c03b87
Merge remote-tracking branch 'origin/main' into release/v0.53.x_obj_s…
mmsqe 25a12b9
build(deps): Bump go.uber.org/mock from 0.5.1 to 0.5.2 (backport #246…
mergify[bot] c1d1e68
chore: release prep (#24605)
81b5b75
docs: protocolpool wiring (backport #24607) (#24611)
mergify[bot] bcaf737
chore: audit epoch (backport #24610) (#24613)
mergify[bot] 5901921
chore: all modules use `v0.53.0` (backport #24614) (#24615)
mergify[bot] 61edea8
chore: use final tags (backport #24617) (#24618)
mergify[bot] ba118bf
chore: update simapp and tests go mod with new client tag (backport #…
mergify[bot] 440eff1
docs: Update documentation links to v0.53.0-rc.2 (backport #24623) (#…
mergify[bot] be73009
chore: use latest patch for systemstest (backport #24621) (#24627)
mergify[bot] 105186a
chore: add note in `x/staking` about reserved keys from LSM modules (…
mergify[bot] 75c1629
docs: fix broken link to ARC implementation in interblock-cache.md (b…
mergify[bot] c33d4ae
docs: update SDK reference links to v0.53.0 in module-manager.md (bac…
mergify[bot] abb4756
docs: Update CLI documentation links to v0.53.0 (backport #24641) (#2…
mergify[bot] 2394c83
docs: fix dead link in 16-testing.md (backport #24643) (#24644)
mergify[bot] 8bca440
docs: update SDK reference links to v0.53.0 in 16-testing.md (backpor…
mergify[bot] b13daa6
docs: Update BaseApp documentation links to v0.53.0 (backport #24646)…
mergify[bot] ad9b52e
docs: Update Cosmos SDK references from v0.50.0-alpha.0 to v0.53.0 (b…
mergify[bot] fa31def
docs: Update SDK v0.53.0 documentation links (backport #24657) (#24661)
mergify[bot] 9bbfee1
chore: add audit (backport #24653) (#24662)
mergify[bot] 15cdcc2
docs: Update SDK documentation links in accounts.md (backport #24666)…
mergify[bot] d5bf57d
build(deps): Bump github.com/spf13/cast from 1.7.1 to 1.8.0 in /x/upg…
mergify[bot] f49154b
build(deps): Bump github.com/cockroachdb/errors from 1.11.3 to 1.12.0…
mergify[bot] dcda5d8
build(deps): Bump actions/create-github-app-token from 2.0.3 to 2.0.6…
mergify[bot] fda79d0
docs: Fix dead link in 02-sdk-app-architecture.md (backport #24679) (…
mergify[bot] 2e961d3
docs: Update GitHub links in query lifecycle documentation (backport …
mergify[bot] 85694fe
docs: Update SDK v0.53.0 documentation links (backport #24678) (#24692)
mergify[bot] 4f4d71a
docs: Update GitHub links in `app-anatomy.md` (backport #24690) (#24691)
mergify[bot] ef7c838
docs: fix broken anchor link in ICS-030 spec (backport #24696) (#24699)
mergify[bot] 9631e0c
docs: Update SDK v0.53.0 documentation links (backport #24694) (#24697)
mergify[bot] b26edff
build(deps): Bump golang.org/x/sync from 0.13.0 to 0.14.0 (backport #…
mergify[bot] dcec726
build(deps): Bump golang.org/x/crypto from 0.37.0 to 0.38.0 (backport…
mergify[bot] 1228f82
chore: clean up example (backport #24709) (#24710)
mergify[bot] fa2c766
docs(x/mint): add example for setting custom minter in depinject setu…
mergify[bot] 07eebe3
chore(baseapp): deprecate invariants (backport #24664) (#24714)
mergify[bot] c6710e1
docs: Add Circuit Breaker CLI command examples (backport #24680) (#24…
mergify[bot] e4f193f
chore: uncomment todo in upgrade systemtest (backport #24724) (#24735)
mergify[bot] abbb0ac
chore: update to use patched collections (backport #24743) (#24744)
mergify[bot] 20c63a9
fix(x/epochs): fix register of epoch hooks in `InvokeSetHooks` (backp…
mergify[bot] c92ff3a
ci: remove slack notification (backport #24784) (#24785)
mergify[bot] 1834f4c
fix(client/v2): improve message parsing by replacing proto.Merge with…
mergify[bot] d55608c
chore: prep for v0.53.1 (#24819)
e265bb9
chore: prep v0.53.2 (#24826)
c1ece30
docs: fix typos in documentation and error messages (backport #24888)…
mergify[bot] c4a14fa
Merge commit from fork
technicallyty 908df9d
feat: set signer extraction adapter (backport #25008) (#25012)
mergify[bot] 430b0a7
chore: ledger bump (backport #25036) (#25037)
mergify[bot] 4130292
build(deps): Bump github.com/bytedance/sonic from 1.13.3 to 1.14.0 in…
mergify[bot] 32970c9
add basic support in sdk for block-stm
thomas-nguy 6146284
some cleanup
thomas-nguy a0236c5
add STM executor
thomas-nguy 07d7b9d
renamme tx-executor to executor
thomas-nguy b24851d
Add blockstm directly
Eric-Warehime a282a7e
Merge remote-tracking branch 'mmsqe/release/v0.53.x_obj_store' into e…
Eric-Warehime 541fb4d
move things around
Eric-Warehime 957f9ba
Building
Eric-Warehime a06944f
Merge remote-tracking branch 'origin/main' into release/v0.53.x_obj_s…
mmsqe f2fcf30
fix clientv2
mmsqe 45f0405
Problem: no api to create cachemulti store from external cache store …
0129a1c
Update to work
Eric-Warehime 349f5f1
Add incarnation cache usage to sigverify ante handler
Eric-Warehime fe3d98f
Abort oe in PrepareProposal
Eric-Warehime b54694f
Revert interface change
Eric-Warehime 14e9394
Fully add everything
Eric-Warehime 1f38aac
Add block gas to context
f0c7e6d
Merge remote-tracking branch 'origin' into eric/block-stm-upstream
Eric-Warehime 39c757b
Fix casing
Eric-Warehime 653659b
Remove some replaces
Eric-Warehime 7b3dccf
Merge remote-tracking branch 'origin' into eric/block-stm-upstream
Eric-Warehime 8651135
Fix mod blockstm
Eric-Warehime 2bcfad4
Fix unit tests
Eric-Warehime e328edf
init
technicallyty a7416f5
Fix lints
Eric-Warehime 2a8513b
Fix simapp
Eric-Warehime 179ab16
Fix gosec
Eric-Warehime 1e6f1f6
Don't modify docs
Eric-Warehime f4deb5b
Revert "Fix gosec"
Eric-Warehime 2dbb0df
Merge remote-tracking branch 'origin' into eric/block-stm-upstream
Eric-Warehime 35f0b72
Add metrics to blockstm
Eric-Warehime e5dcc4c
Simplify diff
Eric-Warehime fe831d5
Override btree dep
Eric-Warehime 4375725
Use readonly tree in bstm
Eric-Warehime 58b6c43
Merge remote-tracking branch 'origin' into technicallyty/object-stores
Eric-Warehime a8655d6
Fix gofumpt
Eric-Warehime 78e339e
Add codecov
Eric-Warehime 6dd547c
Remove flags from codecov upload
Eric-Warehime c19b17b
Fix e2e, integration paths
Eric-Warehime 47eac84
Merge remote-tracking branch 'origin' into technicallyty/object-stores
Eric-Warehime 6e24572
Tidy client v2
Eric-Warehime d285145
Add validity test
Eric-Warehime 12a2cc8
Add length validity test
Eric-Warehime 613a3fa
Add baseapp stores test
Eric-Warehime ba1607b
Update codecov to ignore mock dirs
Eric-Warehime 9baec7f
Add rootmulti obj store getter test
Eric-Warehime 8c590dc
Add prefix objstore test
Eric-Warehime 1a3f99e
Add prefix objstore test
Eric-Warehime 3cfcbab
Add domain to prefix iter test
Eric-Warehime a1f2db1
Add general prefix obj store tests
Eric-Warehime f90ccd5
Merge remote-tracking branch 'origin' into technicallyty/object-stores
Eric-Warehime 98df6d1
Fix test
Eric-Warehime 269226d
Fix hashing
Eric-Warehime e955c32
Upload all test coverage data
Eric-Warehime 2850c8f
Extend baseapp testing
Eric-Warehime 52a92b1
Add context test
Eric-Warehime f1969b5
Fix lint
Eric-Warehime b37ab1f
Test store types
Eric-Warehime 3859325
Update changelog entry
Eric-Warehime 96dff47
Use var for zeroValue
Eric-Warehime bdb5e3d
Cleanup
Eric-Warehime f39718f
Merge branch 'main' into technicallyty/object-stores
Eric-Warehime 905e1e4
Go mod tidy
Eric-Warehime 5d45b22
Merge branch 'technicallyty/object-stores' into eric/block-stm-upstream
Eric-Warehime 55646df
Add blockstm readme/changelog
Eric-Warehime 9825856
Fix prefix store compilation
Eric-Warehime a450cff
Port blockstm
Eric-Warehime a4c8d30
Add constructor changes
Eric-Warehime b724e68
Merge branch 'technicallyty/object-stores' into eric/block-stm-upstream
Eric-Warehime 9eeae04
Merge branch 'technicallyty/object-stores' into eric/bstm-upstream
Eric-Warehime 4ddb03a
Lint fix
Eric-Warehime 6240bf2
Merge branch 'eric/bstm-upstream' into eric/block-stm-upstream
Eric-Warehime caa91a2
Don't change release notes:
Eric-Warehime f60a9a0
Go mod tidy
Eric-Warehime 1bc6d08
Merge branch 'eric/bstm-upstream' into eric/block-stm-upstream
Eric-Warehime 0758e0a
go mod tidy all
Eric-Warehime 8a47f49
Use btree fork
Eric-Warehime b2e29dd
Add blockstm coverage
Eric-Warehime bdd5a60
Add txnrunner test
Eric-Warehime 8b9096a
Merge branch 'eric/bstm-upstream' into eric/block-stm-upstream
Eric-Warehime a82c725
Go mod tidy all
Eric-Warehime 50c17c5
Tidy all, use btree fork
Eric-Warehime e0dc364
Remove blockstm separate package, use common store types
Eric-Warehime fad7177
Add comments for type assertion in trace store branching
Eric-Warehime c47a40a
Merge branch 'technicallyty/object-stores' into eric/bstm-upstream
Eric-Warehime 1b377d7
Merge branch 'eric/bstm-upstream' into eric/block-stm-upstream
Eric-Warehime 6457f68
Remove blockstm module
Eric-Warehime 604402a
Merge branch 'main' into technicallyty/object-stores
Eric-Warehime 40059a8
Merge branch 'technicallyty/object-stores' into eric/bstm-upstream
Eric-Warehime 3438141
PR comments
Eric-Warehime 6ef6b1b
Merge branch 'eric/bstm-upstream' into eric/block-stm-upstream
Eric-Warehime 3c81c6c
Fix lint
Eric-Warehime 94c936c
Merge branch 'eric/bstm-upstream' into eric/block-stm-upstream
Eric-Warehime aef8ba5
Fix imports
Eric-Warehime f0bfe48
Refactor
Eric-Warehime fe98b78
Change executor to use errgroup
Eric-Warehime 47d2388
Add comments
Eric-Warehime ed74d82
Fix lints
Eric-Warehime 8565005
Merge remote-tracking branch 'origin' into eric/bstm-upstream
Eric-Warehime cba9530
Merge branch 'eric/bstm-upstream' into eric/block-stm-upstream
Eric-Warehime d7bfb4e
Fix race condition
Eric-Warehime 63a198e
Move default txn runner
Eric-Warehime e2a5e12
mod tidy all
Eric-Warehime 80f97b4
Merge remote-tracking branch 'origin' into eric/block-stm-upstream
Eric-Warehime File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.