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

refactor! : bump comet to v1 #19726

Merged
merged 56 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
107a940
start the chaos
tac0turtle Mar 12, 2024
cff8134
proto
tac0turtle Mar 12, 2024
55ac8e5
more changes
tac0turtle Mar 12, 2024
50d0784
something
tac0turtle Mar 12, 2024
f21cde6
attempt
tac0turtle Mar 12, 2024
6630131
Merge branch 'main' into marko/comet/v1
tac0turtle Apr 9, 2024
9e09ec9
update
tac0turtle Apr 9, 2024
1bee088
more changes
tac0turtle Apr 9, 2024
5df1afa
push
tac0turtle Apr 9, 2024
74c7696
fix proto
tac0turtle Apr 9, 2024
7d60e29
push changes
tac0turtle Apr 9, 2024
e58094a
fixes
tac0turtle Apr 9, 2024
2a0a638
fixes
tac0turtle Apr 9, 2024
7b7a72a
more changes
tac0turtle Apr 10, 2024
5426341
more changes
tac0turtle Apr 11, 2024
5d8d8ec
Merge branch 'main' into marko/comet/v1
tac0turtle Apr 17, 2024
a61a494
more changes
tac0turtle Apr 17, 2024
3590ae4
further changes
tac0turtle Apr 17, 2024
ae3a98c
bump
tac0turtle Apr 18, 2024
aef320b
building
tac0turtle Apr 18, 2024
1c11514
Merge branch 'main' into marko/comet/v1
tac0turtle Apr 18, 2024
b54af91
fix some tests and runners
tac0turtle Apr 18, 2024
1f73fd5
Merge branch 'main' into marko/comet/v1
tac0turtle Apr 23, 2024
4de8bf3
fix apis
tac0turtle Apr 23, 2024
1c99034
fix mocks
tac0turtle Apr 23, 2024
3891f14
revert 1.21.0
tac0turtle Apr 23, 2024
b0cef04
generate proto changes
tac0turtle Apr 23, 2024
d977c25
Merge branch 'main' into marko/comet/v1
tac0turtle Apr 29, 2024
65f8249
generate mocks
tac0turtle Apr 29, 2024
c17da7f
fix some tests
tac0turtle Apr 29, 2024
c894b1f
Merge branch 'main' into marko/comet/v1
tac0turtle Apr 29, 2024
908d707
return non epmty string
tac0turtle Apr 29, 2024
15aa804
update to later comet
tac0turtle Apr 29, 2024
773216a
linting
tac0turtle Apr 30, 2024
55711d6
Merge branch 'main' into marko/comet/v1
tac0turtle Apr 30, 2024
e56fa5c
linting
tac0turtle Apr 30, 2024
da3344e
Merge branch 'main' into marko/comet/v1
tac0turtle Apr 30, 2024
452572f
remove helper
tac0turtle Apr 30, 2024
ae20616
Merge branch 'main' into marko/comet/v1
tac0turtle May 2, 2024
9b8bcbc
Merge branch 'main' into marko/comet/v1
tac0turtle May 3, 2024
70b9fb1
go mod changes
tac0turtle May 3, 2024
9151648
fix import
tac0turtle May 3, 2024
e316656
generate types
tac0turtle May 3, 2024
1d93815
go 1.22
tac0turtle May 3, 2024
a427150
break it
tac0turtle May 3, 2024
399cf8b
Merge branch 'main' into marko/comet/v1
tac0turtle May 3, 2024
5ba7815
nix update
tac0turtle May 3, 2024
2a5e51c
testing
tac0turtle May 3, 2024
9aa6152
fix gomod2nix
yihuang May 4, 2024
1f781ab
Merge branch 'main' into marko/comet/v1
tac0turtle May 6, 2024
4e16311
generate mocks
tac0turtle May 6, 2024
7066e02
changelog
tac0turtle May 6, 2024
23e543a
linting
tac0turtle May 6, 2024
aefdebd
fixes
tac0turtle May 6, 2024
06bf802
Merge branch 'main' into marko/comet/v1
tac0turtle May 6, 2024
17861be
Merge branch 'main' into marko/comet/v1
tac0turtle May 6, 2024
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
Every module contains its own CHANGELOG.md. Please refer to the module you are interested in.

### Features

* (tests) [#20013](https://github.com/cosmos/cosmos-sdk/pull/20013) Introduce system tests to run multi node local testnet in CI
* (runtime) [#19953](https://github.com/cosmos/cosmos-sdk/pull/19953) Implement `core/transaction.Service` in runtime.
* (client) [#19905](https://github.com/cosmos/cosmos-sdk/pull/19905) Add grpc client config to `client.toml`.
Expand Down Expand Up @@ -179,6 +180,7 @@ Every module contains its own CHANGELOG.md. Please refer to the module you are i
* (baseapp) [#19993](https://github.com/cosmos/cosmos-sdk/pull/19993) Indicate pruning with error code "not found" rather than "invalid request".
* (x/consensus) [#20010](https://github.com/cosmos/cosmos-sdk/pull/20010) Move consensus module to be its own go.mod
* (server) [#20140](https://github.com/cosmos/cosmos-sdk/pull/20140) Remove embedded grpc-web proxy in favor of standalone grpc-web proxy. [Envoy Proxy](https://www.envoyproxy.io/docs/envoy/latest/start/start)
* (all) [#19726](https://github.com/cosmos/cosmos-sdk/pull/19726) Integrate comet v1

### Client Breaking Changes

Expand Down
354 changes: 178 additions & 176 deletions api/cosmos/base/abci/v1beta1/abci.pulsar.go

Large diffs are not rendered by default.

620 changes: 310 additions & 310 deletions api/cosmos/base/tendermint/v1beta1/query.pulsar.go

Large diffs are not rendered by default.

254 changes: 127 additions & 127 deletions api/cosmos/base/tendermint/v1beta1/types.pulsar.go

Large diffs are not rendered by default.

356 changes: 272 additions & 84 deletions api/cosmos/consensus/v1/consensus.pulsar.go

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions api/cosmos/consensus/v1/query.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading