Commit Graph

11493 Commits

Author SHA1 Message Date
Devon Bear
f7d78a6176
fix(abci): Validators can propose blocks that exceed the gas limit. (#17159) 2023-07-27 11:49:11 +00:00
atheeshp
f0f777fa3c
feat(collections): add PrefixUntilTripleRange method for triple key (#17144) 2023-07-27 09:24:31 +00:00
atheeshp
9a42a3e7a0
fix(x/staking): DelegationsByValidator migrations (#17154) 2023-07-27 08:13:31 +00:00
dependabot[bot]
899f28c6e3
build(deps): Bump google.golang.org/grpc from 1.56.2 to 1.57.0 in /core (#17150)
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>
2023-07-27 07:49:13 +00:00
Marko
58855c6859
refactor: remove global valaddress bech32 codec calls (1/2) (#17098)
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-26 19:01:21 +00:00
Tyler
026073ba19
fix(x/group): rename group's legacy ORM error codespace to prevent co… (#17146) 2023-07-26 18:36:04 +00:00
Facundo Medica
153af4c755
fix: DiffCollectionsMigration hash function not used correctly (#17143) 2023-07-26 16:28:13 +00:00
Thomas Bruyelle
7daf40a270
test(gov): add test for Tally function (#17142) 2023-07-26 14:33:09 +00:00
Giuseppe Natale
56ba5e288a
fix(simapp): set chain-id on NewSimApp for sim bench tests (#17138) 2023-07-26 11:45:18 +00:00
Facundo Medica
46b75563a0
test: Add DiffCollectionsMigration (#17128) 2023-07-26 11:05:04 +00:00
Emmanuel T Odeke
57fbeacca8
chore: codec/types: use reflect.Type.Implements not mandatory casts (#17085)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-07-26 09:40:34 +00:00
Julien Robert
2c5f36c259
docs: improve usage of :::note (#17132) 2023-07-26 08:53:08 +00:00
Julien Robert
fa4d87ef7e
feat(client/v2): combine autocli and custom cmd within a module (#17088) 2023-07-25 21:11:17 +00:00
Facundo Medica
974abde0c4
fix(x/slashing): ValidatorSignInfo migration to collections was missing length prefix (#17127) 2023-07-25 15:50:38 +00:00
devmosis
b0acf60e6c
feat: Improve getSDKVersion() to handle module replacements (#17096)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-25 10:26:17 +00:00
atheeshp
c74e2887b0
refactor(x/staking): migrate historicalInfo to use collections (#17063) 2023-07-25 09:05:26 +00:00
dependabot[bot]
32ef6361db
build(deps): Bump postcss from 8.4.26 to 8.4.27 in /docs (#17116)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 19:34:39 +00:00
Carlos Santiago Yanzon
506e87a696
refactor!: remove rosetta from repo (#17112) 2023-07-24 19:19:20 +00:00
Julien Robert
2102074024
feat(collections): implement appmodule.HasGenesis interface (#17021) 2023-07-24 15:46:54 +00:00
Julien Robert
5442197d6b
chore: cherry-pick some inj changes (#17109) 2023-07-24 13:07:06 +00:00
Yaroslav Savchuk
9c6a225932
fix(x/circuit): msg_url is skipped when publishing events (#17105) 2023-07-24 11:53:15 +00:00
testinginprod
4283aec079
docs: RFC-04 Accounts (#15507)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Daniel Wedul <github@wedul.com>
2023-07-24 09:24:55 +00:00
Devon Bear
bf9f85a2d9
refactor(x/staking): Use ValidatorAddrCodec (#17095) 2023-07-23 21:31:16 +00:00
Emmanuel T Odeke
0fa85b7a42
fix: testutil/configurator: correctly create fresh copy of defaultConfig (#17089) 2023-07-22 07:37:56 +00:00
Julien Robert
e3482f2d41
chore(types): audit (#17075) 2023-07-20 17:31:29 +00:00
Julien Robert
3ad0ca5201
ci: fix lint script (#17080) 2023-07-20 17:03:00 +00:00
Julien Robert
3bbc3700b0
ci: speed up lint job (#17071) 2023-07-20 13:39:23 +00:00
dependabot[bot]
d2d35c4e5c
build(deps): Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 in /tools/hubl (#17072)
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>
2023-07-20 06:52:03 +00:00
Likhita Polavarapu
535d711e7f
refactor(x/staking): migrate ValidatorUpdates to collections (#17062) 2023-07-20 06:49:40 +00:00
Julien Robert
c6926b6193
chore: add v0.47.4, v0.46.14 and v0.50.0-beta.0 to changelog (#17029) 2023-07-19 14:18:36 +00:00
testinginprod
3d15233578
feat(codec): add collections value codec for protov2 APIs. (#17042)
Co-authored-by: unknown unknown <unknown@unknown>
2023-07-19 11:44:28 +00:00
Marko
c23505b037
refactor(staking): use validator & address codecs in staking (#16958) 2023-07-19 11:01:32 +00:00
dependabot[bot]
c98ff3cd60
build(deps): Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0 (#17056)
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>
2023-07-19 06:41:46 +00:00
dependabot[bot]
ba4baa728b
build(deps): Bump cosmossdk.io/api from 0.6.1 to 0.7.0 (#17055)
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>
2023-07-19 06:41:30 +00:00
PikachuEXE
008cbbfa00
chore(cosmovisor): update CHANGELOG.md to fix incorrect URL (#17060) 2023-07-19 06:01:07 +00:00
Julien Robert
1d74652f60
chore(client): add missing modules from swagger (#17051) 2023-07-18 21:15:00 +00:00
Marko
c4484fb302
chore(docs): regenerate swagger (#17047) 2023-07-18 16:30:31 +00:00
Likhita Polavarapu
a61e11ebab
refactor(x/slashing): migrate ValidatorSigningInfo to collections (#17023) 2023-07-18 16:15:33 +00:00
Julien Robert
0c4f246d86
refactor(runtime): define address codec providers in runtime (#17037) 2023-07-18 12:41:26 +00:00
Julien Robert
9ba6b72fe5
docs(cosmovisor): fix typo in installation instructions (#17038) 2023-07-18 08:47:55 +00:00
Julien Robert
1236c52987
feat(api): add autocli options to enhance custom commands (#17033) 2023-07-18 04:11:49 +00:00
Aleksandr Bezobchuk
4741130c6e
chore(runtime): audit (#17035) 2023-07-18 04:04:19 +00:00
testinginprod
dd585bac07
feat(collections): Add Triple key (#17024)
Co-authored-by: unknown unknown <unknown@unknown>
2023-07-17 17:49:39 +00:00
Julien Robert
9c5588d2f1
chore: prepare cosmovisor v1.5.0 (#16955) 2023-07-17 17:47:44 +00:00
dependabot[bot]
f3f4a15405
build(deps): Bump postcss from 8.4.24 to 8.4.26 in /docs (#17031)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 16:44:13 +00:00
dependabot[bot]
f1832a6501
build(deps): Bump tailwindcss from 3.3.2 to 3.3.3 in /docs (#17032)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 16:43:38 +00:00
Likhita Polavarapu
1a986f015a
refactor: migrate LastTotalPower to use collections in x/staking (#17026) 2023-07-17 16:10:03 +00:00
Emmanuel T Odeke
b68e7f5f73
test(x/tx/decode): add fuzzers for Decode + rejectNonADR027TxRaw (#16678)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-07-17 14:45:19 +00:00
Emmanuel T Odeke
4689fde053
test: x/tx/signing/aminojson: fuzz SignModeHandler.GetSignBytes (#16734)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-07-17 14:00:04 +00:00
Julien Robert
7eb85db2cf
feat(group): autocli query support (#17006) 2023-07-17 12:57:47 +00:00