Julien Robert
|
8400d9b426
|
refactor: clarify usage of genesis.TxHandler in v1 vs v2 (#21213)
|
2024-08-08 11:23:41 +00:00 |
|
Julien Robert
|
7040177316
|
refactor(core,stf): complete gas service + simplify deps (#21166)
|
2024-08-08 07:30:09 +00:00 |
|
dependabot[bot]
|
7dacef600f
|
build(deps): Bump cosmossdk.io/log from 1.3.1 to 1.4.0 (#21205)
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-08-08 05:51:07 +00:00 |
|
dependabot[bot]
|
5a08833386
|
build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#21189)
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-08-07 08:53:07 +00:00 |
|
dependabot[bot]
|
655b303675
|
build(deps): Bump github.com/spf13/cast from 1.6.0 to 1.7.0 (#21190)
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-08-07 08:52:43 +00:00 |
|
cool-developer
|
6d4097bfb7
|
feat(store/v2): implement the feature to upgrade the store keys (#20453)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
|
2024-08-05 12:34:36 +00:00 |
|
dependabot[bot]
|
0ddf5c0bfa
|
build(deps): Bump golang.org/x/sync from 0.7.0 to 0.8.0 (#21169)
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: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Marko <marko@baricevic.me>
|
2024-08-05 11:01:41 +00:00 |
|
Julien Robert
|
c55e8d7101
|
chore(runtime/v2): cleanup replaces (#21147)
|
2024-08-01 11:05:32 +00:00 |
|
Julien Robert
|
98e09a720d
|
refactor(server/v2): add missing comet flags (#21123)
|
2024-07-31 15:58:50 +00:00 |
|
Marko
|
df72853b3c
|
chore: rename snapshots to v2 in store/v2 (#21100)
|
2024-07-31 13:29:47 +00:00 |
|
testinginprod
|
8b47141655
|
feat(serverv2): integrate gRPC (#21038)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2024-07-30 09:26:16 +00:00 |
|
Alexander Peters
|
b05bb2601e
|
fix(stf): fixes to make init genesis pass (#21088)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2024-07-27 18:11:24 +00:00 |
|
Aaron Craelius
|
5c90246b3f
|
feat(log): remove core dependency and update core interface to be dependency free (#21045)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-07-26 11:00:27 +00:00 |
|
Julien Robert
|
502450cd1e
|
fix(runtime): remove appv1alpha1.Config from runtime (#21042)
|
2024-07-25 21:43:19 +00:00 |
|
yukionfire
|
d6ad92db0f
|
chore(all): replace all fmt.Errorf without paramters with errors.New (#21068)
|
2024-07-25 14:54:49 +02:00 |
|
Hieu Vu
|
0ca95ee5eb
|
feat(server/v2) Add prune cmd to serverv2 (#20736)
|
2024-07-23 16:48:54 +00:00 |
|
Julien Robert
|
544623f3b7
|
build(deps): add missing replaces and remove unnecessary ones (#21033)
|
2024-07-23 09:08:41 +00:00 |
|
Julien Robert
|
8484dc50e2
|
feat(server/v2/cometbft): config (#20989)
|
2024-07-22 09:36:35 +00:00 |
|
Julien Robert
|
25dce71f62
|
refactor(core,types,runtime,x): make HasName not mandatory (#20984)
|
2024-07-19 08:58:47 +00:00 |
|
Aaron Craelius
|
2e0e6d8776
|
refactor(depinject/appconfig): remove api module dependency (#20931)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
|
2024-07-18 16:30:49 +00:00 |
|
Qt
|
3304d0803d
|
refactor: use errors.New to replace fmt.Errorf with no parameters (#20943)
Co-authored-by: Marko <marko@baricevic.me>
|
2024-07-18 12:01:45 +02:00 |
|
Marko
|
9436bcb7f2
|
chore: various cleanup (#20864)
|
2024-07-18 09:12:58 +00:00 |
|
testinginprod
|
86ea861c25
|
fix(serverv2/cometbft): properly decode and route gRPC transactions (#20808)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
|
2024-07-16 10:14:02 +00:00 |
|
testinginprod
|
16732e11e2
|
refactor(serverv2): remove unused AppI interface (#20941)
|
2024-07-13 09:35:47 +00:00 |
|
dependabot[bot]
|
5d66cf9450
|
build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#20920)
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-07-10 08:09:24 +00:00 |
|
dependabot[bot]
|
b64fa900d5
|
build(deps): Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#20902)
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-07-08 07:48:08 +00:00 |
|
Hieu Vu
|
51d33ad6d4
|
fix(runtime/v2): Reset validatorUpdates after each block (#20865)
|
2024-07-04 05:44:19 +00:00 |
|
dependabot[bot]
|
e5c0b4eaf8
|
build(deps): Bump buf.build/gen/go/cometbft/cometbft/protocolbuffers/go from 1.34.2-20240312114316-c0d3497e35d6.2 to 1.34.2-20240701160653-fedbb9acfd2f.2 in /api (#20833)
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-07-02 08:47:37 +00:00 |
|
Marko
|
c7375f7cd3
|
chore: migrate core to gogoproto.Message (#20781)
|
2024-06-28 09:34:23 +00:00 |
|
cool-developer
|
be0e2eef0c
|
feat(store/v2): add WorkingHash (#20706)
|
2024-06-27 17:50:58 +00:00 |
|
archbear
|
9e89aace91
|
refactor(server/v2): extend the use of generic transaction type all the way up (#20789)
|
2024-06-27 10:18:25 +00:00 |
|
dependabot[bot]
|
bf756f0e39
|
build(deps): Bump github.com/prometheus/common from 0.54.0 to 0.55.0 (#20792)
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-27 09:20:48 +00:00 |
|
dependabot[bot]
|
340f85f512
|
build(deps): Bump buf.build/gen/go/cometbft/cometbft/protocolbuffers/go from 1.34.1-20240312114316-c0d3497e35d6.1 to 1.34.2-20240312114316-c0d3497e35d6.2 in /api (#20765)
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: son trinh <trinhleson2000@gmail.com>
|
2024-06-25 09:02:38 +00:00 |
|
Julien Robert
|
d2903a9eb9
|
refactor(runtime): environment contract doc and failing services (#20293)
|
2024-06-20 15:33:54 +00:00 |
|
testinginprod
|
11b8f1108c
|
feat(stf): change router service to extract the router at runtime rather than build time (#20724)
Co-authored-by: unknown unknown <unknown@unknown>
|
2024-06-20 13:45:26 +00:00 |
|
Hieu Vu
|
8ab643dc10
|
feat(server/v2): add config & start helper (#20505)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-06-19 17:19:57 +00:00 |
|
Matt Kocubinski
|
2d014b26c2
|
feat: simapp/v2 (#20412)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: unknown unknown <unknown@unknown>
|
2024-06-19 15:18:32 +00:00 |
|
testinginprod
|
55821b328a
|
feat(stf): port stf's simappv2 changes. (#20611)
Co-authored-by: unknown unknown <unknown@unknown>
|
2024-06-18 21:06:38 +00:00 |
|
dependabot[bot]
|
2e774b973d
|
build(deps): Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#20632)
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: son trinh <trinhleson2000@gmail.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
|
2024-06-13 08:57:14 +00:00 |
|
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 |
|