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
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update server/cmt_cmds.go
Co-authored-by: Julien Robert <julien@rbrt.fr>
  • Loading branch information
cipherzzz and julienrbrt committed Feb 9, 2023
commit bedce2d012036c9c50bf1edeb50025052e1ba83b
2 changes: 1 addition & 1 deletion server/cmt_cmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func QueryBlocksByEventsCmd() *cobra.Command {
Use: "blocks",
Short: "Query for paginated blocks that match a set of events",
Long: `Search for blocks that match the exact given events where results are paginated.
The events query is directly passed to Tendermint's RPC BlockSearch method and must
The events query is directly passed to CometBFT's RPC BlockSearch method and must
conform to Tendermint's query syntax.
cipherzzz marked this conversation as resolved.
Show resolved Hide resolved
Please refer to each module's documentation for the full set of events to query
for. Each module documents its respective events under 'xx_events.md'.
Expand Down