Commit Graph

11511 Commits

Author SHA1 Message Date
Facundo Medica
bf1803bc57
fix(x/auth): internal error on AccountInfo when PubKey is nil (#17209) 2023-07-31 09:32:33 +00:00
Facundo Medica
60605de779
refactor(x/distribution)!: migrate to collections (#17115)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-31 08:41:22 +00:00
dependabot[bot]
dc2b1998c2
build(deps): Bump github.com/rs/zerolog from 1.29.1 to 1.30.0 (#17201)
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-31 07:55:01 +00:00
dependabot[bot]
f2ef4b526a
build(deps): Bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.2 in /x/upgrade (#17202)
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-31 07:36:14 +00:00
zakir
883264db1b
perf(log): parse log level in filterFunc (#17194) 2023-07-30 08:52:51 +00:00
zakir-code
0b5e7ed0af
refactor: hide --output flags that don't work (#17188)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-29 23:53:27 +00:00
zakir-code
33051ceb39
perf(abci): removes the goroutine when call SnapshotIfApplicable (#17174) 2023-07-29 07:37:30 +00:00
Thomas Bruyelle
8aaa776f82
test(gov): add missing assertion on TestTally (#17180) 2023-07-28 15:48:30 +00:00
atheeshp
e51e74a9df
refactor(feegrant): collection migration (#16535) 2023-07-28 15:16:00 +00:00
mmsqe
009a152274
fix(bank): avoid empty spendable error message on send coins (#17170) 2023-07-28 14:38:26 +00:00
Julien Robert
898f66aacd
refactor: remove iavl-lazy-loading from config (#17177) 2023-07-28 13:29:20 +00:00
zakir-code
f0c852f7bd
feat(confix): add shorthand flag to set cmd cli (#17175) 2023-07-28 10:49:04 +00:00
zakir-code
1a331a6f9f
refactor(simapp): add ,squash flag (#17172) 2023-07-28 09:13:11 +00:00
atheeshp
257d3e5e7c
refactor(x/staking): migrate delegations by validator to use collections (#17155) 2023-07-28 08:46:12 +00:00
zakir-code
54ed7dab39
perf: start the goroutine after need to create a snapshot (#17158) 2023-07-28 08:04:22 +00:00
dependabot[bot]
c3daf03e61
build(deps): Bump github.com/regen-network/gocuke from 0.6.2 to 0.6.3 in /depinject (#17169)
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-28 06:24:57 +00:00
Matt, Park
c2958326e1
feat(bank): Add secondary query for bank metadata (#16852) 2023-07-27 22:23:09 +00:00
Marko
31eb54c275
fix(circuit): partial perms bug fix (#17165) 2023-07-27 19:59:52 +00:00
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