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

chore: re-add v1 code #23545

Closed
wants to merge 46 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
c4e5bea
Revert "refactor(server)!: continue server v1 removal (#23238)"
aljo242 Jan 21, 2025
0ce19f2
lint
aljo242 Jan 21, 2025
b16dcdd
Revert "refactor: remove v1 commands and begin server removal (#23018)"
aljo242 Jan 21, 2025
5012ef3
Revert "refactor(testutil): Removing testutil integration (#23091)"
aljo242 Jan 21, 2025
2f4b892
add test back
aljo242 Jan 21, 2025
7d6bccd
add test back
aljo242 Jan 21, 2025
fbdca39
Revert "chore: remove simapp v1 (#23009)"
aljo242 Jan 21, 2025
69a38f0
Revert "chore: remove snapshot commands (#23015)"
aljo242 Jan 21, 2025
a5b0dcc
lint fix all
aljo242 Jan 21, 2025
d111ed8
fmt
aljo242 Jan 22, 2025
026a0cd
fmt
aljo242 Jan 22, 2025
e4175fb
fixing simapp
aljo242 Jan 22, 2025
055d17a
fix
aljo242 Jan 22, 2025
3c6cd9a
Merge branch 'main' into chore/return-v1
aljo242 Jan 28, 2025
38fbe9e
ok
aljo242 Jan 28, 2025
54bc3ad
Merge branch 'main' into chore/return-v1
aljo242 Jan 28, 2025
14353f8
Merge branch 'main' into chore/return-v1
aljo242 Jan 29, 2025
0860a63
Merge branch 'main' into chore/return-v1
aljo242 Jan 29, 2025
568b94f
gmt
aljo242 Jan 29, 2025
624f578
Merge branch 'main' into chore/return-v1
aljo242 Jan 29, 2025
999fece
remove
aljo242 Jan 29, 2025
ada295c
fix v2 build
aljo242 Jan 29, 2025
662f69a
Merge branch 'main' into chore/return-v1
aljo242 Jan 30, 2025
8c706f1
tidy
aljo242 Jan 30, 2025
747ae62
revert systest
aljo242 Jan 30, 2025
2f74dfe
rm wf
aljo242 Jan 30, 2025
53399d0
Merge branch 'main' into chore/return-v1
aljo242 Jan 30, 2025
35b4c7c
clean wf
aljo242 Jan 30, 2025
a58622d
DynamicConfig
aljo242 Jan 30, 2025
d1c33cd
Merge branch 'main' into chore/return-v1
aljo242 Jan 31, 2025
fe93279
Update scripts/build/testing.mk
aljo242 Feb 3, 2025
675809a
update
aljo242 Jan 31, 2025
25d154d
set-sims
aljo242 Feb 3, 2025
b5ba740
remove
aljo242 Feb 3, 2025
b230917
revert simapp/v2
aljo242 Feb 3, 2025
f0481aa
revert
aljo242 Feb 3, 2025
892db91
revert
aljo242 Feb 3, 2025
7358f8a
revert
aljo242 Feb 3, 2025
65ae274
upgrade
aljo242 Feb 3, 2025
94dd689
revrt
aljo242 Feb 3, 2025
85e8c46
revrt
aljo242 Feb 3, 2025
f11423c
fix tests
aljo242 Feb 3, 2025
623ac25
Merge branch 'main' into chore/return-v1
aljo242 Feb 3, 2025
0ca55cf
lint
aljo242 Feb 3, 2025
50c2204
Merge branch 'main' into chore/return-v1
aljo242 Feb 3, 2025
e646a96
Update proto/cosmos/base/reflection/v1beta1/reflection.proto
aljo242 Feb 5, 2025
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
Merge branch 'main' into chore/return-v1
aljo242 authored Jan 29, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 624f57808487e6814e7d2435738ce242a51821cd
2 changes: 1 addition & 1 deletion x/authz/go.mod
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks suspicious tbh, could you go mod tidy all ?

Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ require (
cosmossdk.io/store v1.10.0-rc.1
cosmossdk.io/x/bank v0.0.0-00010101000000-000000000000
cosmossdk.io/x/staking v0.0.0-00010101000000-000000000000
cosmossdk.io/x/tx v1.0.1
cosmossdk.io/x/tx v1.1.0
github.com/cosmos/cosmos-proto v1.0.0-beta.5
github.com/cosmos/cosmos-sdk v0.53.0
github.com/cosmos/gogoproto v1.7.0
You are viewing a condensed version of this merge commit. You can view the full changes here.