Commit Graph
11546 Commits
Author SHA1 Message Date
Julien Robert 60198f077a fix(runtime): allow to properly register non app wiring modules (#17284) 2023-08-07 11:07:39 +00:00
Likhita Polavarapu c968fe9e4b feat: Add legacy format key codec for bytes in collections (#17104) 2023-08-07 09:46:26 +00:00
mmsqe 7a778f5c90 refactor: add MigrateHandler to allow reuse migrate genesis related function (#17296) 2023-08-07 08:12:27 +00:00
dependabot[bot]andgithub-actions 30f0be9cb7 build(deps): Bump golang.org/x/crypto from 0.11.0 to 0.12.0 (#17297)
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-07 08:05:38 +00:00
Chill ValidationandJulien Robert 6a76448025 feat(store): Add snapshot manager Close method (#17294)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-06 22:23:11 +00:00
samricotta 213ddf7240 docs: Amend usage of sdk.Context (#17239) 2023-08-04 17:20:22 +00:00
Youngtaek Yoon 8c1c48d7d6 refactor(x/bank): remove message events including sender attribute whose information is already present in the relevant events (#17273) 2023-08-04 08:24:17 +00:00
dependabot[bot]andgithub-actions 2f6610d9bd build(deps): Bump pgregory.net/rapid from 1.0.0 to 1.0.1 (#17286)
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-04 08:21:41 +00:00
Facundo MedicaandAleksandr Bezobchuk c3ae0b09d4 fix: ValidatorStore interface doesn't match StakingKeeper (#17164)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-03 22:53:05 +00:00
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
zakirandJulien Robert 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]andgithub-actions 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
zakirandJulien Robert 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 MedicaandJulien Robert 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]andgithub-actions 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]andgithub-actions 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-codeandJulien Robert 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