Julien Robert
|
88cfebe15b
|
refactor(server/v2): kill viper from server components (#21663)
|
2024-09-12 06:24:28 +00:00 |
|
Marko
|
f220f8bf62
|
refactor: remove consensus as a imported type in modules (#21480)
|
2024-09-10 15:36:33 +00:00 |
|
dependabot[bot]
|
64887ce050
|
build(deps): Bump google.golang.org/grpc from 1.66.0 to 1.66.1 (#21622)
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: sontrinh16 <trinhleson2000@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-09-10 13:33:05 +00:00 |
|
Cosmos SDK
|
50288938d1
|
chore: fix spelling errors (#21610)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2024-09-09 13:33:12 +00:00 |
|
Julien Robert
|
ac1b859b4c
|
build(deps): bump to core v1.0.0-alpha.1 and remove replaces (#21603)
|
2024-09-09 12:17:21 +00:00 |
|
Hieu Vu
|
ac53e337a9
|
test(server/v2/cometbft): Add abci unit tests (#21020)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-09-09 10:34:29 +00:00 |
|
Marko
|
d275c67d6d
|
build(deps): update comet (#21586)
|
2024-09-09 07:49:55 +00:00 |
|
dependabot[bot]
|
f34d100282
|
build(deps): Bump github.com/jhump/protoreflect from 1.16.0 to 1.17.0 in /tests (#21580)
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-09-09 07:22:43 +00:00 |
|
yukionfire
|
92f20f9794
|
chore(all): replace all fmt.Errorf without paramters with errors.New (#21590)
|
2024-09-09 06:50:03 +00:00 |
|
Julien Robert
|
e9d72f5d05
|
chore: cleanups after #21450 (#21573)
|
2024-09-06 10:47:43 +00:00 |
|
dependabot[bot]
|
36d9b25e89
|
build(deps): Bump github.com/prometheus/common from 0.58.0 to 0.59.1 (#21569)
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-09-06 09:08:51 +00:00 |
|
dependabot[bot]
|
ae1fb2e2e4
|
build(deps): Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#21571)
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-09-06 08:44:20 +00:00 |
|
dependabot[bot]
|
6033330182
|
build(deps): Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#21570)
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: sontrinh16 <trinhleson2000@gmail.com>
|
2024-09-06 08:30:41 +00:00 |
|
Julien Robert
|
6ffa71abd3
|
chore: extract improvements from #21497 (#21506)
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
|
2024-09-04 10:57:07 +00:00 |
|
Hieu Vu
|
95b8092cbd
|
refactor(server/v2): Update prepare & process proposal (#21237)
|
2024-09-04 07:58:07 +00:00 |
|
dependabot[bot]
|
3bb9528e59
|
build(deps): Bump github.com/prometheus/common from 0.57.0 to 0.58.0 (#21532)
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-09-04 07:53:53 +00:00 |
|
Julien Robert
|
6fc677faec
|
docs(core): add core documentation and principles (#21511)
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
|
2024-09-03 22:20:05 +00:00 |
|
Marko
|
70488a89a8
|
refactor: revert auth extraction (#21507)
|
2024-09-03 21:12:21 +00:00 |
|
Marko
|
9197f541e5
|
chore: remove accounts replaces (#21504)
|
2024-09-02 19:56:47 +00:00 |
|
cool-developer
|
ce4fb98cb8
|
feat: replace the cosmos-db.DB interface with core/store interface (#21450)
|
2024-08-30 21:25:25 +00:00 |
|
Aaron Craelius
|
c94f4b91fc
|
chore: update schema to v0.2.0 in all go.mod's (#21488)
|
2024-08-30 19:42:48 +00:00 |
|
dependabot[bot]
|
185676a8f8
|
build(deps): Bump github.com/cosmos/ics23/go from 0.10.0 to 0.11.0 (#21472)
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-30 07:57:01 +00:00 |
|
Hieu Vu
|
4096fb803b
|
refactor(simapp): Audit simapp (#21311)
|
2024-08-29 21:23:26 +00:00 |
|
dependabot[bot]
|
1bbeb9c6fa
|
build(deps): Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (#21452)
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-29 08:32:05 +00:00 |
|
dependabot[bot]
|
78de1a2549
|
build(deps): Bump github.com/prometheus/common from 0.56.0 to 0.57.0 (#21448)
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-29 06:57:59 +00:00 |
|
dependabot[bot]
|
c9a3591599
|
build(deps): Bump github.com/prometheus/common from 0.55.0 to 0.56.0 (#21433)
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-28 07:21:03 +00:00 |
|
Marko
|
355f748add
|
chore: cleanup core/app (#21368)
|
2024-08-27 09:55:16 +00:00 |
|
dependabot[bot]
|
58af7ee027
|
build(deps): Bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3 (#21410)
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-27 05:49:04 +00:00 |
|
dependabot[bot]
|
3cb95a334f
|
build(deps): Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 (#21395)
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-26 09:57:09 +00:00 |
|
dependabot[bot]
|
fb7775ad0c
|
build(deps): Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.1 (#21375)
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-21 09:22:23 +00:00 |
|
Lucas Francisco López
|
bdb9232ed8
|
refactor(cli): Standardize Use field convention and update readme (#21369)
|
2024-08-21 08:36:34 +00:00 |
|
dependabot[bot]
|
0a90d2846f
|
build(deps): Bump cosmossdk.io/log from 1.4.0 to 1.4.1 (#21345)
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-19 07:17:40 +00:00 |
|
Randy Grok
|
aeeaca64da
|
feat: export genesis in simapp v2 (#21199)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2024-08-16 11:15:45 +00:00 |
|
dependabot[bot]
|
55a60856de
|
build(deps): Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#21307)
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-15 10:42:00 +00:00 |
|
Julien Robert
|
819330872c
|
build(deps): use Go 1.23 instead of Go 1.22 (#21280)
|
2024-08-15 08:43:08 +00:00 |
|
dependabot[bot]
|
7f1dd9701c
|
build(deps): Bump github.com/cosmos/gogoproto from 1.6.1-0.20240809124342-d6a57064ada0 to 1.7.0 (#21284)
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-14 07:18:56 +00:00 |
|
Marko
|
3e413243db
|
refactor: remove consensus messages (#21248)
|
2024-08-12 14:19:13 +00:00 |
|
Marko
|
810a542d6b
|
refactor: zerodep core (#21239)
|
2024-08-12 12:57:44 +00:00 |
|
dependabot[bot]
|
668854d16f
|
build(deps): Bump google.golang.org/grpc from 1.64.1 to 1.65.0 in /simapp (#21228)
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-09 12:51:03 +00:00 |
|
dependabot[bot]
|
1862e38c9c
|
build(deps): Bump github.com/cosmos/gogoproto from 1.5.0 to 1.6.0 (#21229)
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-09 07:08:53 +00:00 |
|
Hieu Vu
|
57ad13a999
|
refactor(serverv2/cometbft): Update vote extensions (#21198)
|
2024-08-08 12:21:00 +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 |
|
Julien Robert
|
90fd6320a6
|
fix(server/v2/cometbft): add tx result for failed tx (#21200)
|
2024-08-07 13:07:28 +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 |
|
Hieu Vu
|
a26970e547
|
refactor(server/v2/cometbft): Consensus get chain-id from viper (#21116)
|
2024-08-02 14:21:26 +00:00 |
|
Christoph Otter
|
fb9efdf875
|
docs: Fix cli usage examples (#21150)
|
2024-08-01 14:19:21 +00:00 |
|
Julien Robert
|
49179ebfec
|
fix(server/v2/cometbft): fix slice appending (#21142)
|
2024-08-01 10:00:32 +00:00 |
|
Marko
|
43dd23137e
|
refactor: remove comet info from consensus as it will be stored in context for v2 (#21120)
|
2024-07-31 20:21:23 +00:00 |
|
Julien Robert
|
98e09a720d
|
refactor(server/v2): add missing comet flags (#21123)
|
2024-07-31 15:58:50 +00:00 |
|
Alexander Peters
|
6b7e9f8935
|
fix: fixes evidence skipped (#21122)
|
2024-07-31 13:51:48 +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 |
|
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 |
|
yukionfire
|
d6ad92db0f
|
chore(all): replace all fmt.Errorf without paramters with errors.New (#21068)
|
2024-07-25 14:54:49 +02:00 |
|
Alexander Peters
|
1f0ce2f5b5
|
refactor(sims)!: Remove Baseapp from sims (#21039)
|
2024-07-24 12:40:01 +00:00 |
|
Hieu Vu
|
e00145735a
|
refactor(server/v2/cometbft): typecast SC & SS to correct interfaces (#21050)
|
2024-07-24 09:22:06 +00:00 |
|
Marko
|
24977a92a2
|
ci: add 52 labels and ci (#21041)
|
2024-07-24 07:44:50 +00:00 |
|
Julien Robert
|
544623f3b7
|
build(deps): add missing replaces and remove unnecessary ones (#21033)
|
2024-07-23 09:08:41 +00:00 |
|
Facundo Medica
|
9ab162de6d
|
chore(all)!: use gogoproto/any instead of codec/types/any (#21013)
|
2024-07-22 11:23:51 +00:00 |
|
Akhil Kumar P
|
71d14f9370
|
chore(server/v2/cometbft): ensure consistent dash-case in app.toml (#21018)
|
2024-07-22 10:40:17 +00:00 |
|
lfz941
|
8fe0b22145
|
docs(server): wrong function comments (#21017)
|
2024-07-22 10:16:07 +00:00 |
|
Julien Robert
|
8484dc50e2
|
feat(server/v2/cometbft): config (#20989)
|
2024-07-22 09:36:35 +00:00 |
|
Marko
|
9436bcb7f2
|
chore: various cleanup (#20864)
|
2024-07-18 09:12:58 +00:00 |
|
dependabot[bot]
|
f9f0ca442d
|
build(deps): Bump github.com/cosmos/crypto from 0.1.1 to 0.1.2 (#20979)
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-18 08:08:34 +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 |
|
Julien Robert
|
a567229106
|
refactor(server/v2): remove unneeded generic type parameters (#20966)
|
2024-07-16 09:09:01 +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 |
|
Tuan Tran
|
b5319483ed
|
chore(docs): fix comments that do not start with the name of the exported element. (#20906)
|
2024-07-10 06:00:36 +00:00 |
|
Aaron Craelius
|
9d80739d04
|
chore: remove schema go.mod replaces (#20914)
|
2024-07-09 12:13:32 +00:00 |
|
Aaron Craelius
|
4857ea1f61
|
feat(schema): indexing API (#20647)
|
2024-07-09 11:20:31 +00:00 |
|
testinginprod
|
acfd1ac30a
|
refactor(auth): decouple auth from x/accounts account abstraction types (#20875)
|
2024-07-08 14:15:17 +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 |
|
Marko
|
b68eb39412
|
refactor(staking)!: remove historical info (#20845)
Co-authored-by: Facundo <facundomedica@gmail.com>
|
2024-07-05 09:28:49 +00:00 |
|
Julien Robert
|
b63d8404e4
|
feat(server/v2): add config overwrite (#20874)
|
2024-07-04 11:13:29 +00:00 |
|
Julien Robert
|
9df6019de6
|
fix(server/v2): remove dup commands + reduce api surface (#20810)
|
2024-07-04 08:21:49 +00:00 |
|
Hieu Vu
|
e75f7b506b
|
refactor(server/v2): Rename server component (#20873)
|
2024-07-04 08:02:48 +00:00 |
|
Julien Robert
|
f82bb76439
|
test: remove some deps from testutil/network (#20843)
|
2024-07-03 12:24:24 +00:00 |
|
dependabot[bot]
|
59f4aa39ed
|
build(deps): Bump github.com/cometbft/cometbft from 1.0.0-alpha.2.0.20240530055211-ae27f7eb3c08 to 1.0.0-rc1 in /x/auth (#20851)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
|
2024-07-03 10:42:28 +00:00 |
|
Marko
|
4e6507462e
|
chore: set empty hash to hash of nothing (#20775)
|
2024-07-02 14:15:44 +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 |
|
dependabot[bot]
|
07a50eefe2
|
build(deps): Bump github.com/cosmos/crypto from 0.1.0 to 0.1.1 (#20823)
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>
Co-authored-by: Marko <marko@baricevic.me>
|
2024-07-01 14:00:31 +00:00 |
|
Marko
|
c7375f7cd3
|
chore: migrate core to gogoproto.Message (#20781)
|
2024-06-28 09:34:23 +00:00 |
|
dependabot[bot]
|
ce461a509e
|
build(deps): Bump github.com/bgentry/speakeasy from 0.1.1-0.20220910012023-760eaf8b6816 to 0.2.0 (#20804)
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-28 08:29:25 +00:00 |
|
Julien Robert
|
afddef3906
|
refactor(server/v2): simplify servers (#20796)
|
2024-06-27 19:27:37 +00:00 |
|
cool-developer
|
be0e2eef0c
|
feat(store/v2): add WorkingHash (#20706)
|
2024-06-27 17:50:58 +00:00 |
|
dependabot[bot]
|
5f2bcfc416
|
build(deps): Bump github.com/cosmos/crypto from 0.0.0-20240309083813-82ed2537802e to 0.1.0 (#20793)
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 11:28:31 +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 |
|
ocnc2
|
2936073359
|
fix(server/v2): make CometBFTServer implement HasStartFlags (#20788)
|
2024-06-26 23:59:37 +00:00 |
|
Marko
|
ae9116aff1
|
chore: remove query level todos (#20778)
|
2024-06-26 10:14:17 +00:00 |
|
Julien Robert
|
5aaff21096
|
feat: parse home flag earlier (#20771)
|
2024-06-25 18:53:57 +00:00 |
|
Marko
|
524a84c3ba
|
chore: allow queries to be routed to abci.Query (#20774)
|
2024-06-25 16:11:34 +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 |
|
Marko
|
7678585b13
|
feat: use comet async clients (#20757)
|
2024-06-24 18:56:09 +00:00 |
|
Julien Robert
|
c823d18def
|
refactor(server/v2): simplify server component init (#20742)
|
2024-06-21 10:14:50 +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 |
|
dependabot[bot]
|
4b9dca03b4
|
build(deps): Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#20682)
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
2024-06-17 09:16:45 +00:00 |
|
Hieu Vu
|
9ab7d397bb
|
(serverv2/cometbft) Commands support both json and yaml output (#20670)
|
2024-06-17 06:43:24 +00:00 |
|
fudancoder
|
433e3fd6d9
|
chore: make function comment match function names (#20666)
Signed-off-by: fudancoder <fudancoder@icloud.com>
|
2024-06-13 21:45:49 +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 |
|
Hieu Vu
|
8d205afbb3
|
(serverv2/cometbft) Read config from commands & handle FlagNode (#20621)
|
2024-06-12 18:27:19 +00:00 |
|
Marko
|
28fa3b8dfc
|
chore: use comet api pkg instead of comet alias (#20614)
|
2024-06-11 08:46:04 +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]
|
3ef628d5cb
|
build(deps): Bump github.com/cometbft/cometbft/api from 1.0.0-alpha.2.0.20240530055211-ae27f7eb3c08 to 1.0.0-rc.1 (#20552)
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:06:43 +00:00 |
|
testinginprod
|
fe22e9a5da
|
feat(core): add coretest package (#20487)
Co-authored-by: unknown unknown <unknown@unknown>
|
2024-06-05 22:11:33 +00:00 |
|
Marko
|
0536cb490f
|
chore: cleanup stf deps (#20545)
|
2024-06-05 09:26:47 +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 |
|
dependabot[bot]
|
ba4bc19175
|
build(deps): Bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#20519)
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-03 07:24:47 +00:00 |
|
tianyeyouyou
|
2e966a8f3e
|
refactor(server/v2/cometbft): update function comments (#20506)
|
2024-05-31 14:29:29 +00:00 |
|
Alexander Peters
|
a6857962c5
|
chore: Address linter issues (#20486)
|
2024-05-31 08:51:41 +00:00 |
|
Matt Kocubinski
|
46d6406ab3
|
feat(server/v2): introduce cometbft v2 (#20483)
|
2024-05-31 00:30:15 +00:00 |
|