mergify[bot]
f5b4c23ec3
refactor(x): update to latest core (partial backport #21166 ) ( #21214 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-08 08:28:19 +00:00
Julien Robert
f82bb76439
test: remove some deps from testutil/network ( #20843 )
2024-07-03 12:24:24 +00:00
Marko
28fa3b8dfc
chore: use comet api pkg instead of comet alias ( #20614 )
2024-06-11 08:46:04 +00:00
Matt Kocubinski
7dbbc0799e
refactor(x/upgrade): migrate to appmodule.VersionMap ( #20485 )
2024-05-30 19:16:57 +00:00
Marko
0dfb54e36a
refactor! : bump comet to v1 ( #19726 )
...
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
2024-05-06 14:12:00 +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
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
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
27b8f026f4
fix(protocolpool): Export/Import sims ( #19046 )
2024-01-14 15:29:05 +00:00
Emmanuel T Odeke
05261cc46e
refactor(x/auth): spin out go.mod ( #18351 )
2023-11-07 11:42:58 +00:00
Julien Robert
bf82c750a1
refactor(simapp): un-wire crisis ( #18380 )
2023-11-07 08:51:48 +00:00
testinginprod
f3c55dc90d
feat(x/accounts): wire x/accounts to simapp ( #18253 )
...
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-11-03 16:36:23 +00:00
Marko
7bef0227f9
refactor(mint): new go module ( #18283 )
2023-10-28 07:09:48 +00:00
Marko
21e69bad04
refactor(bank): add go module ( #18279 )
2023-10-27 09:25:04 +00:00
Marko
bfb1a91110
refactor(authz): add go.mod ( #18265 )
2023-10-26 15:33:51 +00:00
Marko
2a6640d488
refactor(staking): add go.mod ( #18257 )
2023-10-26 07:39:34 +00:00
Marko
86eaeed519
refactor(slashing): spinout to new go module ( #18201 )
2023-10-25 15:28:32 +00:00
Marko
4352ab1f34
refactor(distribution): spin out go.mod ( #18199 )
2023-10-24 15:13:04 +00:00
Marko
388ff4fc7e
refactor: move gov into own go.mod ( #18197 )
2023-10-23 14:17:04 +00:00
Emmanuel T Odeke
912c74248b
refactor(x/group): spin out Go module ( #17937 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-10-20 14:33:04 +00:00
Marko
65a1ec64f7
chore: remove params module entirely ( #17838 )
2023-09-22 13:51:37 +00:00
Marko
6ce2505f6b
refactor: introduce abciGenesis interface ( #17554 )
2023-08-29 15:24:09 +00:00
Callum Waters
79cc75b1db
feat!: connect app version with consensus params in end block ( #16244 )
...
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-29 10:32:53 +00:00
Julien Robert
0c4f246d86
refactor(runtime): define address codec providers in runtime ( #17037 )
2023-07-18 12:41:26 +00:00
Julien Robert
e0be2b80fc
feat(staking)!: add consensus and validator address codec in staking ( #16959 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-07-13 09:08:27 +00:00
ruthishvitwit
fd7e549a3c
chore: enable errcheck linter ( #16406 )
2023-07-12 08:58:27 +00:00
Julien Robert
02b7607768
feat(auth,client/v2): add validator address codec ( #16768 )
2023-06-30 09:44:28 +00:00
Marko
256e37c523
feat(auth): make address codec pluggable ( #16621 )
...
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-28 11:57:26 +00:00
Jacob Gadikian
6afece635c
style: add gci linter ( #16605 )
2023-06-22 15:35:51 +00:00
Facundo Medica
bbab968ee2
refactor(x/upgrade)!: use KVStoreService and context.Context ( #16227 )
2023-06-05 13:38:31 +00:00
Marko
5097b0c226
refactor(test): remove header dependence from tests ( #16342 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-05-31 15:42:23 +00:00
Aleksandr Bezobchuk
6cee22df52
feat!: Comet v0.38 Integration ( #15519 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-24 16:09:19 +00:00
Amaury
897ef64712
feat: Validate Msg proto annotations ( #13793 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-03-20 16:27:36 +01:00
Marko
ccdd07ff7d
refactor: remove capability module ( #15344 )
2023-03-10 12:59:10 +00:00
Mark Rushakoff
fab029bff5
refactor(log): associate test logger with testing.T instance ( #15261 )
2023-03-03 20:26:45 +00:00
Facundo Medica
14ba0248b8
feat: Implement RegisterServices for CoreAPI in module manager ( #15133 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-03-02 14:22:20 -03:00
Julien Robert
5d559dd265
feat!: use cosmossdk.io/log logger ( #15011 )
2023-02-27 21:36:22 +00:00
Amaury
96876f8e01
feat: Add merged registry for gogo and protov2 ( #14886 )
2023-02-20 15:24:11 +00:00
Julien Robert
80dd55f79b
refactor: rename to CometBFT ( #14914 )
2023-02-06 18:11:14 +00:00
Julien Robert
41a3dfeced
refactor!: migrate Cosmos SDK to CometBFT ( #14897 )
2023-02-05 14:51:33 +01:00
Likhita Polavarapu
6cf07f881f
refactor: x/upgrade to standalone module ( #14764 )
2023-01-27 15:08:21 +01:00
atheeshp
cc10614146
refactor: x/feegrant to stand alone ( #14649 )
...
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-01-25 16:39:54 +00:00
Likhita Polavarapu
09e3e55e24
refactor: make x/evidence a standalone module ( #14724 )
2023-01-24 10:01:26 +01:00
Jacob Gadikian
1bb0629846
chore: iavl-v0.20-alpha1 and cosmos-db ( #14411 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2022-12-28 21:42:00 +01:00
Julien Robert
b9511b9205
test: use temporary folder in tests ( #14246 )
2022-12-11 00:56:23 +00:00
Julien Robert
68c1517046
test: fix TestSimAppExportAndBlockedAddrs for simapp v1 ( #14036 )
2022-11-28 11:37:13 +00:00
Aaron Craelius
ec27c5384b
refactor!: migrate to core appmodule.AppModule extension interfaces ( #13794 )
2022-11-14 21:23:55 +00:00
Julien Robert
92394f2917
feat!: specify module to export ( #13437 )
2022-10-04 10:06:30 +00:00
Matt Kocubinski
184235e1a8
refactor: create go.mod for simapp ( #13130 )
...
* Add go.mod for simapp
* creating dep check script
* new version of cosmos-sdk
* tests/ must be a module also if it is to test simapp
* maybe add a github action which should fail
* mv tests/mocks -> testutil/mock
* Refactor usages of tests/mocks
* update build command
* fix rosetta tests
* go mod tidy
* use cosmossdk.io/simapp
* Update sim entrypoints
* use simapp as a module
* go mod tidy
* Add replaced for vuln package
* fix vuln dep
* this CI run should fail
* this CI run should succeed
* use absolute path in makefile
2022-09-07 18:14:22 +00:00