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: Integrate tendermint Block endpoints into the cli #14659

Merged
merged 66 commits into from
Feb 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
7365588
idiot check
cipherzzz Jan 17, 2023
ddc0edd
cleaned up
cipherzzz Jan 17, 2023
38a6468
updated BlockResponse proto and got the BlockSearch working
cipherzzz Jan 20, 2023
bdd2ba7
Merge branch 'main' of github.com:cosmos/cosmos-sdk into cipherz/1370…
cipherzzz Jan 21, 2023
7d0330c
merged latest
cipherzzz Jan 21, 2023
9842706
fixing int overflow? and some proto issues
cipherzzz Jan 21, 2023
252f354
fixing int overflow paging calculation
cipherzzz Jan 22, 2023
639120d
gofumpt
cipherzzz Jan 22, 2023
f492408
added tests
cipherzzz Jan 23, 2023
e04a843
fixed merge
cipherzzz Jan 23, 2023
73aad2d
gofumpt and lint
cipherzzz Jan 23, 2023
2218ef7
Merge branch 'main' into cipherz/13703-query-block-event
cipherzzz Jan 23, 2023
ad78cde
Merge branch 'main' into cipherz/13703-query-block-event
cipherzzz Jan 25, 2023
89eb164
Merge branch 'main' into cipherz/13703-query-block-event
cipherzzz Jan 25, 2023
984b252
fixes per review
cipherzzz Jan 26, 2023
7b1d4b6
Merge branch 'main' of github.com:cosmos/cosmos-sdk into cipherz/1370…
cipherzzz Jan 26, 2023
25091e2
Merge branch 'cipherz/13703-query-block-event' of github.com:cipherzz…
cipherzzz Jan 26, 2023
261ff39
refactor based on pr feedback
cipherzzz Jan 26, 2023
24aea0f
Merge branch 'main' of github.com:cosmos/cosmos-sdk into cipherz/1370…
cipherzzz Jan 26, 2023
1c30838
fix test
cipherzzz Jan 26, 2023
89314ab
Merge branch 'main' into cipherz/13703-query-block-event
cipherzzz Jan 27, 2023
ff7b290
fix test
cipherzzz Jan 27, 2023
cffd5c2
Merge branch 'main' of github.com:cosmos/cosmos-sdk into cipherz/1370…
cipherzzz Jan 27, 2023
0bdf087
Merge branch 'cipherz/13703-query-block-event' of github.com:cipherzz…
cipherzzz Jan 27, 2023
012164a
Merge branch 'main' into cipherz/13703-query-block-event
cipherzzz Jan 30, 2023
58c65ba
Merge branch 'main' of github.com:cosmos/cosmos-sdk into cipherz/1370…
cipherzzz Jan 30, 2023
2b21718
Merge branch 'cipherz/13703-query-block-event' of github.com:cipherzz…
cipherzzz Jan 30, 2023
22544c3
moved block query from auth module to tendermint server
cipherzzz Jan 30, 2023
ec412d4
fixes per PR
cipherzzz Jan 31, 2023
1845a21
extracted to method
cipherzzz Jan 31, 2023
85d1b54
Merge branch 'main' of github.com:cosmos/cosmos-sdk into cipherz/1370…
cipherzzz Jan 31, 2023
5488e94
fixes per pr feedback
cipherzzz Jan 31, 2023
5bcad2a
pass query directly to Tendermint
cipherzzz Jan 31, 2023
adae794
Merge branch 'main' of github.com:cosmos/cosmos-sdk into cipherz/1370…
cipherzzz Jan 31, 2023
8288c38
fumpt
cipherzzz Jan 31, 2023
4fbcb12
Merge branch 'main' into cipherz/13703-query-block-event
cipherzzz Feb 1, 2023
b197b7b
Update client/rpc/block.go
cipherzzz Feb 2, 2023
589de79
Merge branch 'main' of github.com:cosmos/cosmos-sdk into cipherz/1370…
cipherzzz Feb 2, 2023
1833618
Merge branch 'cipherz/13703-query-block-event' of github.com:cipherzz…
cipherzzz Feb 2, 2023
ead688e
fixed merge
cipherzzz Feb 3, 2023
266803e
changes per PR feedback
cipherzzz Feb 3, 2023
63634aa
Merge branch 'main' into cipherz/13703-query-block-event
cipherzzz Feb 4, 2023
8c4e000
Update client/rpc/block.go
cipherzzz Feb 4, 2023
4c27245
differentiate errors
cipherzzz Feb 4, 2023
8d1ace4
Merge branch 'main' of github.com:cosmos/cosmos-sdk into cipherz/1370…
cipherzzz Feb 4, 2023
e514413
fixed merge
cipherzzz Feb 4, 2023
d8d5136
changes per PR review
cipherzzz Feb 7, 2023
80d4071
fixed merge
cipherzzz Feb 7, 2023
cbff045
fixed test
cipherzzz Feb 7, 2023
763119e
Merge branch 'main' of github.com:cosmos/cosmos-sdk into cipherz/1370…
cipherzzz Feb 9, 2023
4bea8b3
Update types/result.go
cipherzzz Feb 9, 2023
4310491
Update client/rpc/block.go
cipherzzz Feb 9, 2023
bedce2d
Update server/cmt_cmds.go
cipherzzz Feb 9, 2023
01bdbe3
Update server/cmt_cmds.go
cipherzzz Feb 9, 2023
4af5760
Update server/cmt_cmds.go
cipherzzz Feb 9, 2023
fb5857d
Update server/cmt_cmds.go
cipherzzz Feb 9, 2023
1b3eb73
updates per pr feedback
cipherzzz Feb 9, 2023
1e1cf9d
Merge branch 'cipherz/13703-query-block-event' of github.com:cipherzz…
cipherzzz Feb 9, 2023
35669ab
updates per PR feedback
cipherzzz Feb 9, 2023
7b2fb55
Merge branch 'main' into cipherz/13703-query-block-event
JeancarloBarrios Feb 9, 2023
0a34801
Merge branch 'main' into cipherz/13703-query-block-event
cipherzzz Feb 13, 2023
f178e0f
Merge branch 'main' into cipherz/13703-query-block-event
alexanderbez Feb 13, 2023
35f605f
Merge branch 'main' of github.com:cosmos/cosmos-sdk into cipherz/1370…
cipherzzz Feb 14, 2023
12d51da
implemented PR change requests
cipherzzz Feb 14, 2023
1cc27a3
Merge branch 'main' of github.com:cosmos/cosmos-sdk into cipherz/1370…
cipherzzz Feb 14, 2023
39c9179
Merge branch 'cipherz/13703-query-block-event' of github.com:cipherzz…
cipherzzz Feb 14, 2023
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Features

* (cli) [#14659](https://github.com/cosmos/cosmos-sdk/pull/14659) Added ability to query blocks by events with queries directly passed to Tendermint, which will allow for full query operator support, e.g. `>`.
* [#14897](https://github.com/cosmos/cosmos-sdk/pull/14897) Migrate the Cosmos SDK to CometBFT.
* (x/gov) [#14720](https://github.com/cosmos/cosmos-sdk/pull/14720) Upstream expedited proposals from Osmosis.
* (x/auth) [#14650](https://github.com/cosmos/cosmos-sdk/pull/14650) Add Textual SignModeHandler. It is however **NOT** enabled by default, and should only be used for **TESTING** purposes until `SIGN_MODE_TEXTUAL` is fully released.
Expand Down Expand Up @@ -78,6 +79,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Improvements

* (cli) [#14659](https://github.com/cosmos/cosmos-sdk/pull/14659) Added ability to query blocks by either height/hash `simd q block --type=height|hash <height|hash>`.
* (store) [#14410](https://github.com/cosmos/cosmos-sdk/pull/14410) `rootmulti.Store.loadVersion` has validation to check if all the module stores' height is correct, it will error if any module store has incorrect height.
* (x/evidence) [#14757](https://github.com/cosmos/cosmos-sdk/pull/14757) Evidence messages do not need to implement a `.Type()` anymore.
* (x/auth/tx) [#14751](https://github.com/cosmos/cosmos-sdk/pull/14751) Remove `.Type()` and `Route()` methods from all msgs and `legacytx.LegacyMsg` interface.
Expand Down Expand Up @@ -258,6 +260,7 @@ extension interfaces. `module.Manager.Modules` is now of type `map[string]interf

### CLI Breaking Changes

* (cli) [#14659](https://github.com/cosmos/cosmos-sdk/pull/14659) `simd q block <height>` is removed as it just output json. The new command allows either height/hash and is `simd q block --type=height|hash <height|hash>`.
* (x/gov) [#14880](https://github.com/cosmos/cosmos-sdk/pull/14880) Remove `simd tx gov submit-legacy-proposal cancel-software-upgrade` and `software-upgrade` commands. These commands are now in the `x/upgrade` module and using gov v1. Use `tx upgrade software-upgrade` instead.
* (grpc-web) [#14652](https://github.com/cosmos/cosmos-sdk/pull/14652) Remove `grpc-web.address` flag.
* (client) [#14342](https://github.com/cosmos/cosmos-sdk/pull/14342) `simd config` command is now a sub-command. Use `simd config --help` to learn more.
Expand Down
Loading