Commit Graph

1362 Commits

Author SHA1 Message Date
Julián Toledano
65ab2530cc
refactor(x/staking)!: removes the use of Accounts String() method (#19742) 2024-03-19 09:20:42 +00:00
mmsqe
26c1db6481
fix: align signer extraction adapter for mempool remove (#19759) 2024-03-18 10:48:48 +00:00
Matt Kocubinski
d54335e1f9
refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar (#19758) 2024-03-14 17:53:31 +00:00
Julien Robert
cdc329189b
refactor(types): align genesis api (#19735) 2024-03-13 05:43:24 +00:00
Julien Robert
fea88d13c5
refactor(core)!: clean-up core and simplify preblock (#19672) 2024-03-11 14:39:37 +00:00
Marko
d2e40963ed
refactor(modules): adopt appmodulev2.Hasgenesis (#19627)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-11 10:22:16 +00:00
Marko
8a2035f1e6
fix: use loop instead of ragel (#19710) 2024-03-08 22:22:13 +00:00
Matt, Park
2bf7e9f846
fix: fix ragel denom validation introduced in #19511 (#19701) 2024-03-08 15:42:30 +00:00
Matt, Park
a1e3a85ae1
feat(x/bank): Replace regex parsing of denom validation to generated parsing (#19511) 2024-03-07 09:34:49 +00:00
Matt Kocubinski
4edf6b2a85
refactor: remove dependency x/module -> sdk through InterfaceRegistry (#19652) 2024-03-06 21:12:24 +00:00
Julián Toledano
25aea8af8a
refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
Marko
ab34a95270
test: fix staking (#19623) 2024-03-04 10:52:17 +01:00
Julien Robert
1c9361ca4e
refactor: use slices std (#19598) 2024-02-29 09:57:42 +00:00
Julien Robert
975ddc1d31
refactor(x/auth/ante): don't use simulate bool in ante handler (#19586)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-02-29 08:39:03 +00:00
Julien Robert
8432570e52
chore: api cleanups (#19541) 2024-02-25 09:27:32 +00:00
Julien Robert
b304cf7556
refactor!: kill basic manager (#19512) 2024-02-22 14:44:49 +00:00
testinginprod
e846eca366
refactor(auth): refactor auth/tx to use x/tx (#19224)
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-21 09:36:21 +00:00
Julien Robert
f6d970d52f
refactor(x/group): use core migrations api (#19423)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-14 18:26:52 +00:00
Julien Robert
e15a0de251
feat(core): add migrations registering (#19370)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-09 09:30:39 +00:00
zoereco
fb6da9a767
test: add overflow test for coin Add (#19344) 2024-02-05 09:49:05 +00:00
Carlos Santiago Yanzon
ffda4af1ec
refactor(types)!: removed global config for verifier (#18607)
Co-authored-by: Julian Toledano <jtoledanodiaz@gmail.com>
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
2024-02-02 09:36:54 +00:00
Julien Robert
0830071053
feat(x/gov): execute any msg as sudo (#19304) 2024-02-02 08:41:50 +00:00
DimitrisJim
27d99d1b68
chore: remove deprecated functions SortJSON and MustSortJSON (#19306) 2024-01-31 12:26:13 +00:00
T
3f15c4bb78
feat(types): Add a ValueCodec for Uint complex type (#19164)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-01-30 22:01:09 +00:00
Spoorthi
b2c26cdc4c
feat(types): Implement .IsGT for types.Coin (#19281) 2024-01-30 21:37:32 +00:00
Cosmos SDK
3c4a91efd0
chore: fix spelling errors (#19220)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-01-24 13:10:08 +00:00
Marko
9945d31cc0
refactor(x/auth/ante): migrate antehandlers to use execmode (#19161)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-24 08:58:54 +00:00
Eric Warehime
5452586687
feat: Add signer extraction adapter to prio-nonce mempool (#18991) 2024-01-12 18:10:42 +00:00
Marko
6db53cafcb
chore(sdk): remove modules as a dependency (1/n) (#19003) 2024-01-11 07:55:50 +00:00
Marko
732f26b5fe
chore(types): replace amino json encoder with stdlib (#18963) 2024-01-07 18:28:00 +00:00
Aleksandr Bezobchuk
6ec53aaf54
feat: [ADR-070] Unordered Transactions (1/2) (#18641)
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-01-04 16:58:52 +00:00
Aleksandr Bezobchuk
19eddeeb24
fix(abci): add ExecModeVerifyVoteExtension (#18915) 2024-01-03 06:29:00 +00:00
Aleksandr Bezobchuk
4a2c13d445
chore(docs): update AnteHandler godoc (#18913) 2023-12-30 11:16:22 +00:00
Dong Lieu
de4c9e743f
perf: Speedup DecCoin.Sort() when coins is of length 1 (#18888) 2023-12-26 12:24:28 +00:00
Dev Ojha
bd04173012
perf: Speedup coins.Sort() when coins is of length 1 (#18875) 2023-12-23 10:15:25 +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
Carlos Santiago Yanzon
e352f57b81
refactor(types)!: removed txEncoder from global config (#18695) 2023-12-15 19:57:40 +00:00
levisyin
a5f1217c9a
refactor(types/coin): export func coins.isSorted (#18756) 2023-12-15 12:01:28 +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
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
0xn4de
b18dd177f7
chore(docs): fix typos & wording in docs (#18667) 2023-12-09 21:47:16 +00:00
Marko
a7ececc34d
refactor(staking): move delegation and validator interfaces to ./types (#18198)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-11-30 21:18:42 +00:00
Carlos Santiago Yanzon
a37f4165f8
refactor(types,client)!: refactor global address sdk.Config (#18372) 2023-11-29 16:24:10 +00:00
Taeguk Kwon
21032c9cf8
chore: fix typos (#18559) 2023-11-27 10:53:34 +00:00
Chenqun Lu
d3e662da1f
imp(staking): detect the length of the ed25519 pubkey in CreateValidator to prevent panic (#18506) 2023-11-27 09:41:17 +00:00
alexfmpe
34b1634134
chore: fix typo (#18545) 2023-11-24 23:53:00 +00:00
Federico Kunze Küllmer
b7fb2928e1
perf: add AmountOfNoValidation for DecCoins (#18440) 2023-11-10 17:38:04 +00:00
Emmanuel T Odeke
05261cc46e
refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
Chenqun Lu
79246d2f44
fix(sim): if genesisTimestamp is not set in the genesis block, it defaults to the current time. (#18227)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-11-01 07:53:48 +00:00
Marko
e6a4c78e73
refactor: remove usage of global basedenom (#18268) 2023-10-30 19:39:51 +00:00