Commit Graph

12596 Commits

Author SHA1 Message Date
dependabot[bot]
24d44b6506
build(deps): Bump golang.org/x/sync from 0.6.0 to 0.7.0 (#19961)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-10 04:34:33 +00:00
Luke Venediger
fc3ca2fc18
docs: fix typo in Contribution guide (#19994)
Co-authored-by: lukevenediger <lukevenediger@users.noreply.github.com>
2024-04-09 20:07:09 +00:00
Turadg Aleahmad
bc4ca0c7a7
docs: clarify gas-prices option (#19980) 2024-04-09 19:36:12 +00:00
Alexander Peters
a5d4c40ca5
fix(simapp): use correct store keys for upgrade (#19987) 2024-04-09 13:58:15 +00:00
Alexander Peters
9e9cc5299b
build(ci): Remove staticmajor due to false positives (#19989) 2024-04-09 11:30:36 +00:00
dependabot[bot]
f8fee968e0
build(deps): Bump google.golang.org/grpc from 1.63.0 to 1.63.2 (#19982)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-09 07:09:40 +00:00
Marko
b2835eb78b
chore: linting fixes (#19978) 2024-04-08 18:12:10 +00:00
Julien Robert
e5b0e0e4b2
docs: reword upgrading.md (#19900) 2024-04-08 15:05:08 +00:00
dependabot[bot]
5d04debc84
build(deps): Bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.2.0 to 4.3.0 (#19913)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-04-05 15:06:09 +00:00
dependabot[bot]
cd24915730
build(deps): Bump google.golang.org/grpc from 1.62.1 to 1.63.0 (#19929)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-05 14:36:23 +00:00
Emil Georgiev
dcec6adaf5
test(types/address): add additional unit tests for address.LengthPrefix and a… (#19964) 2024-04-05 13:12:50 +00:00
Julián Toledano
c7534584dd
refactor(x/bank)!: remove Address.String() (#19954)
Co-authored-by: Marko <marko@baricevic.me>
2024-04-05 13:09:45 +00:00
dependabot[bot]
d8815543c6
build(deps): Bump github.com/prometheus/common from 0.51.1 to 0.52.2 (#19930)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-04-05 12:35:31 +00:00
Hieu Vu
a6039bcdc7
fix(x/epochs): Fix init genesis (#19958) 2024-04-05 11:58:54 +00:00
Julien Robert
60496848d9
feat(core,runtime): transaction service (exec mode) (#19953) 2024-04-05 11:06:04 +00:00
Emil Georgiev
ab45a85307
fix(x/authz): non utf-8 characters in logs (#19923)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-04-05 10:31:23 +00:00
dependabot[bot]
37131cf26d
build(deps): Bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#19960)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-05 09:37:30 +00:00
Cosmos SDK
558c950a98
chore: fix spelling errors (#19957)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-04-04 16:15:33 +00:00
Antonio Pitasi
15ad85d4e4
fix(x/tx): don't shadow Amino marshalling error messages (#19955) 2024-04-04 15:15:24 +00:00
Julien Robert
649dfaa8c5
refactor(types): loosen module.AppModule interface (#19951) 2024-04-04 14:21:02 +00:00
Julien Robert
edd1c71072
feat(core): add TxValidator interface (#19950) 2024-04-04 10:56:32 +00:00
dependabot[bot]
6c6626712e
build(deps): Bump cosmossdk.io/store from 1.0.2 to 1.1.0 in /x/epochs (#19947)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 10:46:50 +00:00
Hieu Vu
1028e27f79
feat(x/epochs): upstream osmosis epoch module (#19697)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-04-04 08:10:25 +00:00
dependabot[bot]
0e7b7fd730
build(deps): Bump bufbuild/buf-setup-action from 1.30.0 to 1.30.1 (#19928)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 07:06:08 +00:00
Julián Toledano
fad30cd111
refactor(x/genutil)!: remove Address.String() (#19926)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-04-03 20:24:55 +00:00
Likhita Polavarapu
1574814c6a
docs(x/mint): Fix inconsistency in mint docs (#19915) 2024-04-03 09:16:36 +00:00
dependabot[bot]
dbff3638ed
build(deps): Bump github.com/regen-network/gocuke from 1.1.0 to 1.1.1 in /orm (#19920)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 07:42:48 +00:00
Lucas Francisco López
319e6e4f5e
feat: Integrate grpc configuration into client.toml (#19905) 2024-04-02 14:24:45 +00:00
Julián Toledano
f4af84f89f
refactor(x/group)!: remove Address.String() (#19916) 2024-04-02 13:59:30 +00:00
carehabit
80e1a45e70
chore: remove repetitive words (#19908) 2024-04-01 07:06:02 +00:00
Julien Robert
cb5d34e136
fix(x/accounts/defaults/lockup): rename lockup go.mod properly (#19899) 2024-03-28 22:31:12 +00:00
Ezequiel Raynaudo
b9c8d60ea0
refactor: bump gogoproto (#19869) 2024-03-28 19:53:21 +00:00
Julien Robert
d54e940d50
refactor(x/staking): use sdk validator updates (#19788) 2024-03-28 13:48:52 +00:00
dependabot[bot]
4ef12091c1
build(deps): Bump github.com/prometheus/common from 0.50.0 to 0.51.1 (#19846)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-28 13:47:02 +00:00
cui
705fad65d8
refactor(store,x/params): using maps.Copy (#19889)
Co-authored-by: weixie.c <weixie.c@kaitaitech.cn>
2024-03-28 10:44:33 +00:00
cui
f630cfb739
refactor(simapp): using maps.Clone to simplify codes (#19885)
Co-authored-by: weixie.c <weixie.c@kaitaitech.cn>
2024-03-28 03:35:10 +00:00
Julián Toledano
6972e006be
refactor(x/feegrant): remove Address.String() (#19886)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-03-27 21:12:52 +00:00
Antonio Pitasi
8488733fdc
feat(client): replace event-query-tx-for with wait-tx (#19870) 2024-03-27 16:53:56 +00:00
pinosu
39808e0ea0
feat(x/tx): add custom type encoder (#19786) 2024-03-27 14:34:24 +00:00
Julien Robert
def211d868
feat(server): add custom start handler (#19854) 2024-03-27 07:12:49 +00:00
dependabot[bot]
815c9c5652
build(deps): Bump actions/add-to-project from 0.6.1 to 1.0.0 (#19877)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 01:32:46 +00:00
Julián Toledano
65925410c8
refactor(x/distribution)!: remove Accounts.String() (#19868)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-03-27 00:55:13 +00:00
Emil Georgiev
6e9528a2f5
test(sims): fix test cases feegrant (#19863)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-03-26 11:19:18 +00:00
dependabot[bot]
23723bef21
build(deps): Bump github.com/creachadair/atomicfile from 0.3.3 to 0.3.4 in /tools/confix (#19864)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-26 10:31:09 +00:00
Julián Toledano
160c41842e
refactor(x/gov)!: remove Accounts.String() (#19850)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-03-26 10:29:47 +00:00
Facundo Medica
a82615bdf8
fix: Do not call Remove during Walk - part 2 (#19851) 2024-03-25 20:42:50 +00:00
Julien Robert
c46688729f
chore(api): clean-up protos (#19858) 2024-03-25 17:07:08 +00:00
Marko
138db2bb2a
chore: linting fixes (#19855)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-03-25 16:57:34 +00:00
Kien
d1c3547d8e
feat(x/gov): emit depositor in proposal_deposit event (#19853) 2024-03-25 15:55:39 +00:00
Cosmos SDK
00b2b9d3b0
chore: fix spelling errors (#19852)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-03-25 12:52:50 +00:00