Commit Graph
801 Commits
Author SHA1 Message Date
dependabot[bot]andgithub-actions 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
XiaoBei c40cf3e737 refactor: use errors.New to replace fmt.Errorf with no parameters (#21394) 2024-08-25 11:41:31 +00:00
Julien Robert a554a21a0e refactor(core,stf,x)!: remove InvokeTyped from router (#21224) 2024-08-23 21:38:06 +00:00
Randy Grok 8ddea56bb2 fix(server/v2/stf): include safety checks to the execution context (#21359) 2024-08-23 10:22:17 +00:00
dependabot[bot]andgithub-actions 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
Julien Robert 6f30de3a41 refactor: remove x/exp dep (#21281) 2024-08-19 13:14:34 +00:00
dependabot[bot]andgithub-actions 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 Grokandmarbar3778 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]andgithub-actions 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]andgithub-actions 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
4e97c4951e feat: module hash by height query (#20779)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Marko <marko@baricevic.me>
2024-08-10 04:41:27 +00:00
cool-developerandmarbar3778 bc698d8bb2 test(store/v2): add the root store unit test (#21208)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-08-09 15:11:05 +00:00
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]andgithub-actions 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
Cosmos SDKandgithub-merge-queue b0ab3aaac4 chore: fix spelling errors (#21220)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-08-08 15:10:44 +00:00
Akhil Kumar P 849bccc02a refactor(server/v2/stf): pass exec mode to validateTx (#21219) 2024-08-08 13:07:55 +00:00
Hieu Vu 57ad13a999 refactor(serverv2/cometbft): Update vote extensions (#21198) 2024-08-08 12:21:00 +00:00
Julien Robert 22fb753099 build(deps): bump proto-builder and regen protos (#21215) 2024-08-08 08:45:15 +00:00
Julien Robert 7040177316 refactor(core,stf): complete gas service + simplify deps (#21166) 2024-08-08 07:30:09 +00:00
dependabot[bot]andgithub-actions 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
testinginprod 4dc9469320 feat(stf/router): support backwards compat type URL in router (#21177) 2024-08-07 13:17:42 +00:00
Julien Robert 90fd6320a6 fix(server/v2/cometbft): add tx result for failed tx (#21200) 2024-08-07 13:07:28 +00:00
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
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
Hieu Vu 5b7d8b6d82 test(stf/mock): Unmarshal with knowing the message type (#21178) 2024-08-07 08:34:00 +00:00
Hieu Vu a0fdab27b2 test(server/v2): Update testdata prune options (#21192) 2024-08-07 08:07:20 +00:00
Hieu Vu 8fb47b368c feat(server/v2): Add snapshots commands (#21065) 2024-08-06 15:28:30 +00:00
cool-developerandMatt Kocubinski 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
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
Julien Robert e507900e45 chore: check err before logging (#21133) 2024-08-02 07:19:44 +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
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
Julien Robert c4de9a9706 feat: check latest block if no arg in q block and q block-results (#21084) 2024-07-29 22:52:21 +00:00
Alexander Petersandmarbar3778 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
2e0884564f chore: fix spelling errors (#21092)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-26 15:14:27 +00:00
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
riyueguang 9f5ee3a083 chore: fix some comments (#21085)
Signed-off-by: riyueguang <rustruby@outlook.com>
2024-07-26 11:00:15 +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