Commit Graph

368 Commits

Author SHA1 Message Date
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
Leon
c6890b3876
fix(testsuite/sims): set all signatures (#20151)
Co-authored-by: qinglin89 <316032931@qq.com>
2024-04-25 09:32:19 +00:00
Tien Nguyen
8a98c7c36b
fix: Fix data race test coverage. (#20156) 2024-04-23 20:22:09 +00:00
Marko
8e60f3b7eb
chore: remove grpc-web (#20140) 2024-04-23 06:47:17 +00:00
ipangpang
4a7a6411ef
fix: remove useless condition (#20118)
Signed-off-by: ipangpang <arronipangpang@gmail.com>
2024-04-22 06:10:34 +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
Julián Toledano
90a0114992
refactor(x/group)!: remove MustAccAddressFromBech32 (#20082) 2024-04-18 11:01:21 +00:00
son trinh
a0d727eebc
refactor(x/auth): auth module can recognize x/accounts account (#20002) 2024-04-11 09:56:37 +00:00
Julien Robert
649dfaa8c5
refactor(types): loosen module.AppModule interface (#19951) 2024-04-04 14:21:02 +00:00
Hieu Vu
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
Julián Toledano
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
Ezequiel Raynaudo
b9c8d60ea0
refactor: bump gogoproto (#19869) 2024-03-28 19:53:21 +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
Matt Kocubinski
d54335e1f9
refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar (#19758) 2024-03-14 17:53:31 +00:00
Matt Kocubinski
c807aaede8
refactor!: mv AddressCodecs aliases from runtime -> core (#19747)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-14 14:19:15 +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
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
Julien Robert
cfd426fdb3
feat(runtime): message router service (#19571) 2024-03-04 10:25:43 +00:00
Likhita Polavarapu
a248d05f70
feat(x/distribution): add env bundler to distribution module (#19445)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-02-27 22:18:13 +00:00
khanh
8585d538f1
Merge pull request from GHSA-86h5-xcpx-cfqc
* check undelegation after redelegation

* add comment

* using app v1

* set up test

* update test

* Update x/staking/keeper/slash.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

* use switch inside slashing logic

* update slash redelegation test

---------

Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-27 17:28:05 +01: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
Likhita Polavarapu
b0db3ea299
feat(x/consensus): Add env bundler to x/consensus module (#19488) 2024-02-20 10:08:56 +00:00
Likhita Polavarapu
365528f872
fix(x/protocolpool): Add stream module account functionality to avoid emptying the pool mAcc (#19028)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-23 19:23:40 +00:00
dependabot[bot]
625401daf0
build(deps): Bump cosmossdk.io/errors from 1.0.0 to 1.0.1 (#19016)
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-01-11 13:00:14 +00:00
Marko
f80f231dcc
chore(mocks): regenerate mocks (#19027) 2024-01-11 10:02:43 +00:00
Marko
6db53cafcb
chore(sdk): remove modules as a dependency (1/n) (#19003) 2024-01-11 07:55:50 +00:00
gluax
78ce70d485
fix(testutil): fix FreeTCPAddr localhost usage (#18996) 2024-01-10 08:54:32 +00:00
Likhita Polavarapu
6ffc209043
feat(x/protocolpool): Add Implementation for CreateContinuousFund and CancelContinuousFund features (#18471) 2024-01-09 16:17:59 +00:00
Marko
bde7eb1a4d
refactor(core)!: cleanup dependency graph (#18866)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-01-09 15:14:36 +00:00
Julien Robert
7ecdbd0814
chore(testutil): use correct address codec (#18985) 2024-01-09 13:49:05 +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
Halimao
b729e981f1
fix(testutil): mock logger missing method Warn (#18941) 2024-01-04 09:11:55 +00:00
mmsqe
24a8123c22
test: add NodeURI for clientCtx (#18930) 2024-01-03 06:24:34 +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
Carlos Santiago Yanzon
a37f4165f8
refactor(types,client)!: refactor global address sdk.Config (#18372) 2023-11-29 16:24:10 +00:00
alexfmpe
34b1634134
chore: fix typo (#18545) 2023-11-24 23:53:00 +00:00
Julien Robert
5741c320b9
feat(proto,autocli): add gov_proposal options to autocli (#18442) 2023-11-10 15:11:12 +00:00
Julien Robert
720890523f
refactor: remove gov dependency from modules and sdk (#18424) 2023-11-09 22:08:59 +00:00
Marko
03c3f8e71f
refactor(tests): testutil.Network as an interface (#18389)
Co-authored-by: Anmol <anmol1696@gmail.com>
2023-11-08 18:38:57 +00:00
Carlos Santiago Yanzon
346044afd0
feat: extra checks on signatures/pubkeys + check the signature first in antehandle (#18194) 2023-11-07 13:15:11 +00:00
Emmanuel T Odeke
05261cc46e
refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
Likhita Polavarapu
56351179b8
feat(x/protocolpool): Stream funds from community pool (#18103) 2023-11-06 14:07:34 +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
f03b396c8a
chore: remove mint imports in the sdk (#18307) 2023-10-31 10:30:38 +00:00
Marko
44db964e91
test: add counter module (#18272) 2023-10-30 19:07:58 +00:00