Commit Graph

11537 Commits

Author SHA1 Message Date
Likhita Polavarapu
92dffb5fa8
refactor(x/staking): Migrate UnbondingID to collections (#17256) 2023-08-03 12:50:16 +00:00
Julien Robert
b61f611f0e
fix(simapp): do not create data dir at each run (#17240) 2023-08-03 12:43:04 +00:00
atheeshp
9443fc1051
refactor(x/staking): migrate ValidatorByConsAddr key to collections (#17260) 2023-08-03 11:31:14 +00:00
Likhita Polavarapu
a7977b8633
refactor(x/staking): migrate UnbondingType to collections (#17248) 2023-08-03 10:11:23 +00:00
Josh Klopfenstein
228c28687b
docs: fix typo in 00-protobuf.md (#17232) 2023-08-03 08:41:17 +00:00
Julien Robert
8fe44f1d3e
refactor!: remove clientCtx.PrintObjectLegacy (#17259) 2023-08-03 08:27:04 +00:00
dependabot[bot]
03966377c8
build(deps): Bump bufbuild/buf-setup-action from 1.25.0 to 1.25.1 (#17268)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 08:22:37 +00:00
Richard Gibson
e3a0486828
docs: fix app.toml links (#17264) 2023-08-02 17:08:03 +00:00
Julien Robert
6937c7642b
refactor(staking): remove expected distribution keeper (#17261) 2023-08-02 15:31:36 +00:00
Julien Robert
5b1bdf11e8
docs: mention autocli in upgrading.md (#17252) 2023-08-02 09:11:09 +00:00
zakir
8503c1822b
refactor(client): use cmtservice for comet-validator-set command (#17187)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-02 08:55:01 +00:00
Richard Gibson
63113e88ed
docs: Better describe ABCI-exposed /key and /subspace store APIs (#17231) 2023-08-01 23:34:04 +00:00
Facundo Medica
cb5b8cf1d3
fix: Allow VerifyVoteExtensions without ExtendVote (#17251) 2023-08-01 16:10:55 +00:00
dependabot[bot]
1d09c96e9d
build(deps): Bump cosmossdk.io/log from 1.1.0 to 1.2.0 (#17249)
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-08-01 12:39:40 +00:00
Julien Robert
5de37005fe
feat(gov,group): allow draft-proposal to skip metatada prompt (#17220) 2023-08-01 11:02:14 +00:00
n0b0dy
b9b325ec99
fix(x/distribution): add nil check in Params.ValidateBasic (#17236) 2023-08-01 10:33:10 +00:00
Julien Robert
c33b4db1a3
chore: prepare log 1.2.0 (#17214) 2023-08-01 09:59:23 +00:00
zakir
c36c86005f
refactor(cli): remove duplicate --home flag (#17215) 2023-08-01 09:42:32 +00:00
zakir
31f7247522
feat(cli): status cmd cli support output text (#17184) 2023-08-01 08:34:21 +00:00
Anmol
095a64195a
feat(docker): Add debuging dependencies directly into the dockerfile (#17228) 2023-07-31 17:37:12 +00:00
zakir
f47749b9f0
fix: text output format of block-results cmd cli (#17183)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-31 12:42:44 +00:00
samricotta
236fe4c21e
docs: additional fields in context.go to be added to context.md (#17199) 2023-07-31 12:33:10 +00:00
Damian Nolan
382de3311c
feat(testutil): adding DefaultContextWithKeys test helper (#17216) 2023-07-31 12:26:47 +00:00
zakir
0b7d2d310b
fix(log): add fallback to Stringer when type do not implement json.Marshaler interface (#17205) 2023-07-31 10:33:15 +00:00
Julien Robert
60ead8dd24
ci: skip fix_registration.go when using LINT_DIFF=1 (#17185) 2023-07-31 10:30:23 +00:00
zakir
edba186aa3
refactor(keys): remove duplicate --home flag (#17197) 2023-07-31 09:48:58 +00:00
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