Commit Graph
11871 Commits
Author SHA1 Message Date
Facundo Medica 4caecf13bb feat(x/feegrant): Add limits to grant pruning and enable message to aid manually (#18047) 2023-10-16 16:28:06 +00:00
Emmanuel T Odeke 13afd9389b perf(x/staking/keeper): make Slash return early iff zero tokens to burn (#18049) 2023-10-16 14:50:08 +00:00
Julien Robert bb34c42f06 feat(client): add default key name (#18101) 2023-10-16 11:08:40 +00:00
Julien Robert 3747519da0 refactor: wrong autocli description (#18120) 2023-10-16 09:54:23 +00:00
dependabot[bot]andgithub-actions 437373e6d2 build(deps): Bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3 in /x/upgrade (#18124)
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>
2023-10-16 06:37:11 +00:00
xiaolou86 4c7476f086 docs: fix typos (#18125) 2023-10-16 06:37:07 +00:00
dependabot[bot]andgithub-actions b2398cf995 build(deps): Bump github.com/bits-and-blooms/bitset from 1.9.0 to 1.10.0 (#18123)
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>
2023-10-16 03:08:19 +00:00
GoodDaisy dbf686e144 chore: fix typos (#18106) 2023-10-14 12:57:01 +00:00
Marko bff3104781 chore: fix comments on bech32 (#18114) 2023-10-13 13:33:39 +00:00
Julien Robert ec9bcc41ef feat(auth,vesting): add autocli options for tx (#18100) 2023-10-13 07:20:15 +00:00
testinginprodandunknown unknown 5edabb5cb0 feat(baseapp): Add Hybrid Protobuf handlers to MsgServiceRouter (#18071)
Co-authored-by: unknown unknown <unknown@unknown>
2023-10-12 15:25:28 +00:00
atheeshp b8b32cf494 feat(x/group): autocli tx support (#18102) 2023-10-12 15:07:26 +00:00
Julien Robert fe99b0c2f8 feat(x/gov): add autocli options for tx (#18036) 2023-10-12 11:57:41 +00:00
Julien Robert c3bc5c82eb refactor(x/authz): add exec as autocli cmd (#18039) 2023-10-12 10:13:04 +00:00
dependabot[bot]andgithub-actions cf49217a6d build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.13.0 to 0.13.1 (#18094)
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>
2023-10-12 08:55:41 +00:00
dependabot[bot]andgithub-actions faca642586 build(deps): Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#18096)
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>
2023-10-12 06:39:06 +00:00
Marko 26277eb9e6 refactor(x/authz): extend validate genesis (#18042) 2023-10-11 14:01:35 +00:00
Julien Robert f28a93a063 refactor(cli): use clientCtx adress codecs in cli (#18070) 2023-10-11 13:04:40 +00:00
dependabot[bot]andgithub-actions 6009891ed6 build(deps): Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#18053)
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>
2023-10-11 11:04:12 +00:00
Markoandatheeshp ed14ec03b6 chore: check for nil params (#18041)
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
2023-10-11 10:20:18 +00:00
Matt KocubinskiandMarko 758d3a1a25 fix(x/auth/tx): propagate tx options to signing handlers (#17996)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-10-11 10:19:48 +00:00
Marko 54701b7a54 chore: fix comments (#18043) 2023-10-11 09:22:45 +00:00
testinginprodandunknown unknown ecf14b71eb feat(grpcrouter): add hybrid query handler (#17921)
Co-authored-by: unknown unknown <unknown@unknown>
2023-10-11 07:59:33 +00:00
Julien Robert 44934e3b68 feat(x/distribution): add autocli options for tx (#17963) 2023-10-11 06:10:10 +00:00
Julien Robert 28dbfecac5 test(client/v2): update golden file (#18048) 2023-10-10 18:22:04 +00:00
Facundo Medica 3ac7c0effd fix(runtime): PreBlocker getting overwritten if set as a baseapp option (#17944) 2023-10-10 14:46:12 +00:00
Marko ea0a9b2f5f fix: comment on flag for textual (#18040) 2023-10-10 14:16:35 +00:00
Facundo Medica 223e179f2b fix: keep behavior from v0.47 in PrepareProposal panic recovery (#17930) 2023-10-10 11:01:29 +00:00
Emmanuel T Odeke 7d7d4907f4 fix(x/slashing/keeper): hoist non-changing addresses parsing out of redelegation loop (#18035) 2023-10-10 10:15:00 +00:00
atheeshp f149f1baac feat(x/staking): autocli tx support (#17986) 2023-10-10 09:06:06 +00:00
swelf19 4001e2b6d8 fix: fixed key in slashing bitmap migration (#18016) 2023-10-10 08:04:52 +00:00
vuittont60 599b58d1cc docs: fix typos (#18028) 2023-10-10 07:34:14 +00:00
shuoer86 cf194ac6b8 docs: fix typos (#18018) 2023-10-09 14:20:21 +00:00
Julien Robert 3690d9f7f8 feat(x/slashing): add autocli options for tx (#17967) 2023-10-09 13:57:35 +00:00
Marko 19cbf9e757 fix: docs build (#18015) 2023-10-09 13:39:23 +00:00
Julien Robert 1d03d890cf feat(x/feegrant): add autocli options for tx (#17959) 2023-10-09 11:38:34 +00:00
Marko b170ccc459 chore(staking): add delegator to events (#18006) 2023-10-09 11:27:41 +00:00
Devon Bear 68a136b48d feat(baseapp): expose Mempool (#17954) 2023-10-09 11:10:36 +00:00
dependabot[bot]andgithub-actions 71aa61d74f build(deps): Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#18001)
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>
2023-10-09 11:06:32 +00:00
Devon Bear 07e170d9ef refactor(runtime): AppI shouldn't require SimulationManager nor LegacyAmino. (#17991) 2023-10-09 08:28:36 +00:00
83622c8f2a feat(x/authz): autocli tx support (#17970)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
2023-10-08 11:34:36 +00:00
Emmanuel T Odeke 9053582132 chore(x/staking): fix some README typos (#17997) 2023-10-07 04:59:09 +00:00
samricotta c325cbf004 chore: Update RequestExtendVote (#17993) 2023-10-06 15:28:21 +00:00
Marko a556bc4a88 chore(circuit): remove comet dep (#17984) 2023-10-06 12:16:27 +00:00
Marko 68a21f6f0e chore!: remove deprecated code (#17985) 2023-10-06 10:40:34 +00:00
Julien Robert 4df8b373fa feat(x/circuit): add autocli options for tx (#17956) 2023-10-06 09:52:12 +00:00
dependabot[bot]andgithub-actions 56b96329e7 build(deps): Bump golang.org/x/sync from 0.3.0 to 0.4.0 (#17979)
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>
2023-10-06 09:39:34 +00:00
Julien Robert 45b44e678c fix(x/gov): set default constitution in gov migration (#17953) 2023-10-06 08:16:25 +00:00
Julien Robert 12b45f3db6 feat(x/crisis): add autocli options for tx (#17965) 2023-10-06 08:07:40 +00:00
96e68fa754 build(deps): Bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#17980)
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>
2023-10-06 07:05:01 +00:00