Commit Graph

126 Commits

Author SHA1 Message Date
Marko
28fa3b8dfc
chore: use comet api pkg instead of comet alias (#20614) 2024-06-11 08:46:04 +00:00
Marko
514830e56a
feat: add changes from server modular to main (#20583) 2024-06-06 13:00:01 +00:00
dependabot[bot]
dc558b1ce6
build(deps): Bump github.com/cosmos/gogoproto from 1.4.12 to 1.5.0 (#20563)
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>
2024-06-06 08:26:02 +00:00
dependabot[bot]
0ba790645b
build(deps): Bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#20542)
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>
2024-06-05 07:42:20 +00:00
dependabot[bot]
6ea50ef980
build(deps): Bump github.com/prometheus/common from 0.53.0 to 0.54.0 (#20534)
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-06-04 08:55:12 +00:00
Mark Rushakoff
0256369851
fix: wrap errors in auto CLI service registration (#20493)
Co-authored-by: Marko <marko@baricevic.me>
2024-05-31 08:51:08 +00:00
Matt Kocubinski
46d6406ab3
feat(server/v2): introduce cometbft v2 (#20483) 2024-05-31 00:30:15 +00:00
Julien Robert
dac569c3a2
refactor(core/gas): remove WithXXGasMeter from gas service (#20072) 2024-05-28 13:43:27 +00:00
Marko
1b47dc91a3
chore: move logger to core (#20388) 2024-05-28 12:30:09 +00:00
Julien Robert
190b20c398
feat(runtime,runtime/v2): skip store for specified modules (#20409) 2024-05-27 11:33:25 +00:00
Matt Kocubinski
e05fe92593
refactor(store/v2): remove snapshot conversion fns from store/v2 (#20445) 2024-05-24 15:47:24 +00:00
dependabot[bot]
98ba5b42a3
build(deps): Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#20446)
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>
2024-05-24 09:37:33 +00:00
Matt Kocubinski
e034766799
refactor(runtime/v2): remove dependency on sdk (#20389) 2024-05-16 11:40:11 +00:00
Julien Robert
f02a124667
refactor(runtime,core): split router service (#20401) 2024-05-16 08:04:40 +00:00
Cosmos SDK
6b716eef9a
chore: fix spelling errors (#20400)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
2024-05-16 05:48:38 +00:00
dependabot[bot]
16437119e0
build(deps): Bump google.golang.org/grpc from 1.63.2 to 1.64.0 (#20390)
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>
2024-05-15 13:04:59 +00:00
Marko
080229f300
chore: remove cockroach db errors (#20386) 2024-05-15 06:35:08 +00:00
Matt Kocubinski
493d486bc6
refactor: decouple from sdk/codec in amino codec usage (#20369) 2024-05-14 16:52:51 +00:00
Matt Kocubinski
7ae23e287a
chore: upstream runtime/v2 (#20320)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-05-14 12:43:28 +00:00
Matt Kocubinski
9f42137462
refactor: move baseapp/AppVersionModifer -> core/app (#20361)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-13 14:53:11 +00:00
beer-1
990f415eeb
feat(runtime): Add missing NewTransientStoreService (#20261) 2024-05-09 11:32:44 +00:00
Marko
83c4b9bfb4
chore: upstream stf to main (#20286)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
2024-05-08 14:50:52 +00:00
Marko
271a46c89a
chore: move counter to testutils (#20281) 2024-05-06 16:07:53 +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
Matt Kocubinski
a6bc921c9a
refactor: fetch CometInfo from service (#20238)
Co-authored-by: Marko <marko@baricevic.me>
2024-05-03 01:14:22 +00:00
Julien Robert
5e7aae0db1
refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
Julien Robert
60496848d9
feat(core,runtime): transaction service (exec mode) (#19953) 2024-04-05 11:06:04 +00:00
Julien Robert
649dfaa8c5
refactor(types): loosen module.AppModule interface (#19951) 2024-04-04 14:21:02 +00:00
Marko
0cdf3cf97c
refactor(core): remove consensus events (#19757) 2024-03-15 09:40:23 +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
Qt
2bfc037a07
docs: update docs (#19676)
Co-authored-by: son trinh <son@decentrio.ventures>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-08 16:59:11 +00:00
samricotta
afcb62bd9f
refactor(x/gov)!: migrate to use env var (#19481)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-05 06:01:37 +00:00
Julien Robert
3e63309220
refactor(x/group)!: use router service (#19638) 2024-03-04 15:37:35 +00:00
Julien Robert
8c1299176c
refactor(x/authz)!: use router service (#19637)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-03-04 14:26:18 +00:00
Julien Robert
cfd426fdb3
feat(runtime): message router service (#19571) 2024-03-04 10:25:43 +00:00
Julien Robert
1c9361ca4e
refactor: use slices std (#19598) 2024-02-29 09:57:42 +00:00
Julien Robert
b894603d15
build: fix make proto-gen (#19536) 2024-02-27 13:57:48 +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
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
samricotta
33868606a8
feat(mint): add env bundler to mint module (#19398)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-02-13 23:17:13 +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
Julien Robert
6e8de00f77
fix(runtime): make environment provider module scoped (#19385) 2024-02-09 07:24:28 +00:00
Marko
ca04e1144c
refactor!(core): add in environment bundler of service (#19041)
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-01-30 12:22:35 +00:00
testinginprod
498cd6a533
feat(accounts): Add codec.BinaryCodec and Gas to dependencies. (#19068)
Co-authored-by: unknown unknown <unknown@unknown>
2024-01-17 10:58:06 +00:00
Julien Robert
7d9dc3966e
refactor(appconfig)!: simplify app config (#19040) 2024-01-13 20:42:45 +00:00
testinginprod
1e7611faab
feat(accounts): Add header.Service support (#19004)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-10 16:55:57 +00:00