Commit Graph
13145 Commits
Author SHA1 Message Date
mergify[bot]andJulien Robert 7c24d56743 fix(server/v2/cometbft): fix slice appending (backport #21142) (#21145)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-01 12:31:11 +02:00
mergify[bot]andAlexander Peters 261285c8fa test(systemtests): Add double signing test (backport #21115) (#21143)
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
2024-08-01 11:54:06 +02:00
Julien Robert 99ac978524 chore: remove unreleased and not sdk dependent packages from v0.52.x 1/n (#21093) 2024-08-01 08:04:46 +00:00
mergify[bot]andJulien Robert c769b1312b refactor(server/v2): add missing comet flags (backport #21123) (#21129)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-31 21:41:33 +00:00
mergify[bot]andMarko 003d2ff2a7 refactor: remove comet info from consensus as it will be stored in context for v2 (backport #21120) (#21131)
Co-authored-by: Marko <marko@baricevic.me>
2024-07-31 21:32:00 +00:00
0ca08e1ee1 feat(serverv2): integrate gRPC (backport #21038) (#21132)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-31 23:21:30 +02:00
3135f41a6d fix(simapp): concurrent map writes when calling GetSigners (backport #21073) (#21126)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-31 21:02:39 +00:00
mergify[bot]andMatt Kocubinski 1b27e4fd6e fix(x/auth/tx): JSON TX encoding/decoding (backport #20803) (#21125)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-07-31 16:57:44 +02:00
mergify[bot]andAlexander Peters 2b7826d2af fix: fixes evidence skipped (backport #21122) (#21124)
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
2024-07-31 16:20:22 +02:00
16b25450fb feat: check latest block if no arg in q block and q block-results (backport #21084) (#21110)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-07-30 08:37:21 +00:00
2ee5230b2c feat(confix): add migration to v2 (backport #21052) (#21103)
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
Co-authored-by: akhilkumarpilli <akhilkumar7947@gmail.com>
2024-07-30 10:33:06 +02:00
mergify[bot]andson trinh 7d801cc3c9 feat(tx)!: make timeout_height time based (backport #20870) (#21104)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-07-29 14:21:00 +02:00
mergify[bot]andHieu Vu 029d6e5106 refactor(simd/v2): Rename to minimum-gas-price (backport #21099) (#21102)
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
2024-07-29 11:09:47 +02:00
mergify[bot] 332a2be630 ci: make init-simapp v1 / v2 consistent (backport #21082) (#21097) 2024-07-28 10:16:46 +02:00
fcb808a54c feat(log): remove core dependency and update core interface to be dependency free (backport #21045) (#21089)
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-26 13:43:42 +02:00
mergify[bot] 6bd057bd09 chore(network): remove DefaultConfigWithAppConfigWithQueryGasLimit (backport #21055) (#21083) 2024-07-26 10:49:01 +00:00
mergify[bot]andJulien Robert 0ce6feabb8 fix(runtime): remove appv1alpha1.Config from runtime (backport #21042) (#21079)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-26 08:36:29 +02:00
mergify[bot]andMarko f25bf6d4f6 chore: add test for account creation (backport #21053) (#21066)
Co-authored-by: Marko <marko@baricevic.me>
2024-07-25 06:35:54 +00:00
mergify[bot]andAlexander Peters 826d4d3f28 refactor(sims)!: Remove Baseapp from sims (backport #21039) (#21058)
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
2024-07-24 18:19:32 +02:00
mergify[bot]andFacundo Medica 072a38d556 feat(x/protocolpool,x/distribution)!: remove dependency + fix continuous fund bug (backport #20790) (#21060)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-07-24 18:19:12 +02:00
mergify[bot]andFacundo Medica 8e44789135 fix(x/slashing): do not error when val has zero tokens (backport #20977) (#21054)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-07-24 11:32:11 +00:00
mergify[bot]andHieu Vu 74cd41a3c4 docs(x/epochs): Fix proto comment (backport #21047) (#21056)
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
2024-07-24 13:22:33 +02:00
mergify[bot]andAlexander Peters 317c8b2a24 test(sims): Reduce test scope to 150 blocks for long sim run (backport #21049) (#21051)
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
2024-07-24 11:06:31 +02:00
Aaron Craelius 2c236af94d refactor(schema)!: move bech32 address prefixes to a higher level (#21026) 2024-07-23 14:35:20 +00:00
Julien Robert d80eba9bf9 chore(core): sync changelog (#21025) 2024-07-23 14:00:33 +00:00
Julien Robert 544623f3b7 build(deps): add missing replaces and remove unnecessary ones (#21033) 2024-07-23 09:08:41 +00:00
dependabot[bot] 7501ccd700 build(deps): Bump bufbuild/buf-setup-action from 1.34.0 to 1.35.0 (#21028)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 08:37:41 +00:00
sjtucoder fa612ef9d7 chore: fix some comments for struct field (#21027)
Signed-off-by: sjtucoder <sjtucoder@icloud.com>
2024-07-23 08:36:49 +00:00
yukionfire 67b5a5d268 chore(x): replace fmt.Errorf without parameters with errors.New (#21032) 2024-07-23 08:10:09 +00:00
Halimao c2df06c985 chore: fix errors reported by running make lint (#21015) 2024-07-22 18:01:07 +00:00
ba7e6be7e9 ci: skip spelling check in go.mod/go.sum (#21021)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-22 12:34:31 +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
son trinh 2d6f97e984 refactor(storev2): update snapshot manager and migration manager tests (#20441) 2024-07-22 09:49:47 +00:00
Julien Robert 8484dc50e2 feat(server/v2/cometbft): config (#20989) 2024-07-22 09:36:35 +00:00
Halimao 4b3a0b0afe refactor: set help as default target of Makefile (#21011) 2024-07-22 09:28:20 +00:00
Halimao ae4af887d0 fix(simapp): duplicated import (#21014) 2024-07-22 09:02:41 +00:00
winniehere 331eaf42f3 chore(docs): fix functions and struct comments (#21010) 2024-07-22 07:35:43 +00:00
Akhil Kumar P f9f2ad7fa9 fix(simapp/v2): panic with testnet init-files command (#21012) 2024-07-22 07:08:08 +00:00
Halimao d2dc3eed29 fix: make help won't work (#21005) 2024-07-21 17:54:22 +00:00
son trinh 6f1592d3da fix: NewIntegrationApp does not write default genesis to state (#21006) 2024-07-21 12:24:56 +00:00
yukionfire e22890b11f chore(x/staking,x/upgrade): replace fmt.Errorf without parameters with errors.New (#21004) 2024-07-21 09:53:48 +00:00
Julien Robert 748352ef93 chore: prepare depinject 1.0.0 (#21001) 2024-07-19 20:16:42 +00:00
Jeeyong Um b55138497b docs: Fix typos in RFC Creation Process (#20998) 2024-07-19 16:25:06 +00:00
Tuan Tran 023ed3558d chore(docs): fix comments that do not start with the name of the exported element (#20999) 2024-07-19 16:21:01 +00:00
c2a1268f59 chore: fix spelling errors (#20997)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-19 14:29:21 +00:00
dependabot[bot]andJulien Robert b19d6e3a48 build(deps): Bump cosmossdk.io/x/upgrade from 0.1.3 to 0.1.4 in /tools/cosmovisor (#20982)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-19 13:57:20 +00:00
Alexander Peters b0652195d8 test(x/slashing): fix slashing sims (#20995) 2024-07-19 13:30:09 +00:00
yukionfire 095c003495 chore(x/auth,x/accounts): use errors.New to replace fmt.Errorf with no parameters (#20993) 2024-07-19 09:37:03 +00:00