Commit Graph

1378 Commits

Author SHA1 Message Date
Emil Georgiev
8c4e23f3c4
tests(types/tx): Add unit tests for types/tx (#20153) 2024-04-26 07:30:08 +00:00
Marko
b15732a594
refactor: migrate to query Consensus Params (#19600)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
2024-04-25 15:26:43 +00:00
goofylfg
00ec23cdbe
chore: remove repetitive words (#20180) 2024-04-25 07:29:09 +00:00
ipangpang
1bd4351241
style: remove redundant import alias (#20109)
Signed-off-by: ipangpang <arronipangpang@gmail.com>
2024-04-21 19:03:43 +00:00
Cosmos SDK
ecee0354d9
chore: fix spelling errors (#20100)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-04-19 12:43:39 +00:00
Emil Georgiev
84a9c8acbe
test(types/simulation): add unit tests for the code in the package types/simulation (#19996) 2024-04-18 13:07:31 +00:00
son trinh
a0d727eebc
refactor(x/auth): auth module can recognize x/accounts account (#20002) 2024-04-11 09:56:37 +00:00
Tom
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
Emil Georgiev
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
Julien Robert
17bb4c74fb
refactor(x/auth): use transaction service (#19967) 2024-04-10 18:47:12 +00:00
yihuang
a6f3fbfbeb
optim: shallow copy block header in Context (#19966) 2024-04-10 10:09:25 +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
Julien Robert
649dfaa8c5
refactor(types): loosen module.AppModule interface (#19951) 2024-04-04 14:21:02 +00:00
Ezequiel Raynaudo
b9c8d60ea0
refactor: bump gogoproto (#19869) 2024-03-28 19:53:21 +00:00
Julián Toledano
0c2decd7cd
refactor!: MsgSimulatorFn clean up (#19792) 2024-03-20 10:21:00 +00:00
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