Commit Graph
12605 Commits
Author SHA1 Message Date
son trinh a0d727eebc refactor(x/auth): auth module can recognize x/accounts account (#20002) 2024-04-11 09:56:37 +00:00
1d2a795eaf fix(mempool): use no-op mempool as default (#19970)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-04-11 08:55:13 +00:00
Alexander Peters 2af3cf28da fix(simapp): add epoch store to upgrade (#20007) 2024-04-11 08:13:24 +00:00
c56152dfac test(kv): add unit tests for the helpers functions kv.AssertKeyAtLeas… (#19965)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Marko <marko@baricevic.me>
2024-04-10 22:27:40 +00:00
Simon WartaandMatt Kocubinski 4be248eef6 feat(x/tx): Rename custom Amino JSON encoder to "inline_json" (#19919)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-04-10 20:55:32 +00:00
Julien Robert 17bb4c74fb refactor(x/auth): use transaction service (#19967) 2024-04-10 18:47:12 +00:00
Julien Robert 76bb0cd7e0 fix(client/v2): add encoder for cosmos.base.v1beta1.DecCoin (#19976) 2024-04-10 14:59:15 +00:00
Richard Gibson 4c446f8b7d feat(baseapp)!: Indicate pruning with "not found" rather than "invalid request" (#19993) 2024-04-10 11:14:27 +00:00
yihuang a6f3fbfbeb optim: shallow copy block header in Context (#19966) 2024-04-10 10:09:25 +00:00
dependabot[bot]andgithub-actions 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 Venedigerandlukevenediger 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]andgithub-actions 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
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]andgithub-actions 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 ToledanoandMarko c7534584dd refactor(x/bank)!: remove Address.String() (#19954)
Co-authored-by: Marko <marko@baricevic.me>
2024-04-05 13:09:45 +00:00
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 GeorgievandFacundo Medica 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]andgithub-actions 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 SDKandgithub-merge-queue 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
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 Toledanoandcoderabbitai[bot] 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
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
cuiandweixie.c 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
cuiandweixie.c 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 Toledanoandson trinh 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