Commit Graph

12160 Commits

Author SHA1 Message Date
Julien Robert
eb3ea8db8a
feat(x/gov): optimistic proposals (#18620)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-12-20 21:49:03 +00:00
testinginprod
4753d16ef4
refactor(auth): group sig verification ante handlers (SigGasConsume, SigVerify, IncreaseSequence) (#18817)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-12-20 18:58:09 +00:00
dependabot[bot]
935f4f5118
build(deps): Bump google.golang.org/grpc from 1.60.0 to 1.60.1 (#18808)
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-12-20 16:39:30 +00:00
dependabot[bot]
7e18c45f06
build(deps): Bump github.com/linxGnu/grocksdb from 1.8.6 to 1.8.10 in /store (#18753)
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: Cool Developer <cool199966@outlook.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
2023-12-20 16:36:17 +00:00
dependabot[bot]
62cf0aa8f6
build(deps): Bump github.com/spf13/viper from 1.17.0 to 1.18.2 (#18809)
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-12-20 14:48:50 +00:00
samricotta
4bd2877f5a
docs: formatting for main for abci (#18823) 2023-12-19 16:29:19 +00:00
dependabot[bot]
47770f332c
build(deps): Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#18789)
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-12-19 13:28:31 +00:00
samricotta
a06b3a3f66
docs: fix for links (#18816) 2023-12-19 12:46:17 +00:00
testinginprod
7639f9ad59
refactor(auth): Move sig verification out of the for loop, into the authenticate method. (#18780)
Co-authored-by: unknown unknown <unknown@unknown>
2023-12-19 09:46:25 +00:00
Matt Kocubinski
0c0589813b
fix(x/tx): recursively traverse nested messages in GetSigners (#18740) 2023-12-18 17:43:54 +00:00
samricotta
1a496057ac
docs: add index page for learn section (#18777) 2023-12-18 13:33:17 +00:00
yihuang
e0b1675f2c
fix(x/auth): remove misleading gas wanted value from tx simulation failure response (#18772)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-12-18 09:40:48 +00:00
Cosmos SDK
279cebdc36
chore: fix spelling errors (#18771)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-12-17 14:05:09 +00:00
Luke
5367c93e1c
imp(feegrant): ensure we only execute revokeAllowance if there is no error is the grant is to be removed (#18767) 2023-12-17 13:26:47 +00:00
Elias Naur
821d080a59
ci: silence bogus resleak error (#18770) 2023-12-17 08:19:53 +00:00
Luke
98c6b1d712
feat(types): add MustValAddressFromBech32 function (#18768)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-17 08:18:44 +00:00
Elias Naur
4ba0861b11
fix(ci): don't build deleted FuzzXBankTypesAddressFromBalancesStore fuzzer (#18769) 2023-12-17 02:07:38 +00:00
samricotta
f798f94786
docs: documentation updates to abci (#18625) 2023-12-16 16:03:44 +00:00
pandabadger
8c877f803e
chore: skip .bin files in codespell (#18766) 2023-12-16 16:01:09 +00:00
Carlos Santiago Yanzon
e352f57b81
refactor(types)!: removed txEncoder from global config (#18695) 2023-12-15 19:57:40 +00:00
Eric Warehime
e7f5c2ec8f
fix(baseapp): Reset GasMeter before deliverTX (#18714) 2023-12-15 18:42:07 +00:00
Julien Robert
0ba62db727
feat(x/authz): add limits to grant pruning and enable message to aid manually (#18737) 2023-12-15 17:56:27 +00:00
levisyin
a5f1217c9a
refactor(types/coin): export func coins.isSorted (#18756) 2023-12-15 12:01:28 +00:00
levisyin
0268ff937b
feat(client/keys): add --yes option to keys export and keys mnemonic (#18745)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-15 11:50:28 +00:00
Halimao
6cca5e37fd
refactor(client/keys): hide inputting when keys add -i ask for bip39 passphrase (#18743) 2023-12-15 11:24:49 +00:00
dependabot[bot]
b80be014b7
build(deps): Bump cosmossdk.io/x/upgrade from 0.1.0 to 0.1.1 in /tools/cosmovisor (#18755)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-15 10:46:02 +00:00
dependabot[bot]
242d6685e0
build(deps): Bump github/codeql-action from 2 to 3 (#18742)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-15 10:43:08 +00:00
dependabot[bot]
c03a545f04
build(deps): Bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.19 in /store (#18754)
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-12-15 08:46:06 +00:00
lilas
e84bb238c8
style(x/auth): improve code readability and update exported function comment (#18749) 2023-12-15 08:44:28 +00:00
dependabot[bot]
00f4c14750
build(deps): Bump github.com/regen-network/gocuke from 0.6.3 to 1.0.0 in /orm (#18717)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-15 01:49:32 +00:00
Halimao
f1e67295fd
fix(x/auth): duplicate vesting subcommands of <appd> tx --help (#18746)
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
2023-12-14 13:41:52 +00:00
Cosmos SDK
7ddc46bb2b
chore: fix spelling errors (#18747)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-12-14 12:59:29 +00:00
Hieu Vu
bea3f9b7a3
feat(x/auth): batch transactions file format & broadcast multi transactions (#18692)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-12-14 10:04:34 +00:00
Emmanuel T Odeke
8fe6d84f2c
refactor(baseapp): move handler retrieval per sdk.Msg into validateBasicTxMsgs (#18731) 2023-12-13 18:25:57 +00:00
Cosmos SDK
14e261eb73
chore: fix spelling errors (#18734)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-13 14:05:58 +00:00
Emmanuel T Odeke
fe95384e37
fix(baseapp): correctly check errors before sealing in BaseApp.Init (#18727) 2023-12-13 10:46:47 +00:00
levisyin
f876b14287
feat(client/keys): check multisig key duplicate (#18703)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-12-13 07:48:30 +00:00
Julien Robert
fafb5eec04
chore: re-add versioning diagrams (#18713) 2023-12-13 07:07:33 +00:00
Julien Robert
49825ea40c
docs: add ante precision (#18709) 2023-12-13 06:52:27 +00:00
dependabot[bot]
a85288ae6a
build(deps): Bump google.golang.org/grpc from 1.59.0 to 1.60.0 (#18698)
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: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-13 06:52:15 +00:00
Julien Robert
6951b27374
ci: fix pr labeler (#18710) 2023-12-13 06:51:48 +00:00
Julien Robert
570ab64762
feat(x/gov): better gov genesis validation (#18707) 2023-12-12 21:00:13 +00:00
Halimao
043f8f42e5
feat(client/keys): support display discreetly for keys export (#18684) 2023-12-12 14:44:48 +00:00
dependabot[bot]
f84a123151
build(deps): Bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 in /tools/confix (#18702)
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-12-12 10:58:47 +00:00
Halimao
534b822763
ci: rename pr name in misspell job (#18693)
Co-authored-by: Marko <marko@baricevic.me>
2023-12-12 10:03:25 +00:00
Likhita Polavarapu
38f40c42f2
refactor: remove panic usage in keeper methods (#18636) 2023-12-12 09:51:23 +00:00
Halimao
c4d816c7cd
feat(client/keys): support display discreetly for keys mnemonic (#18688) 2023-12-11 20:54:03 +00:00
Cosmos SDK
8f0d5b15f0
chore: typos fixes by cosmos-sdk bot (#18689)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-11 13:03:19 +00:00
testinginprod
39865d852f
feat(accounts): use account number as state prefix for account state (#18664)
Co-authored-by: unknown unknown <unknown@unknown>
2023-12-11 11:44:01 +00:00
Julien Robert
8b894f73b1
feat(gov): add proposal types and spam votes (#18532) 2023-12-11 11:41:06 +00:00