Commit Graph

9457 Commits

Author SHA1 Message Date
Julien Robert 26786a07bb
chore: prepare `v0.46.2` release (#13436) 2022-10-03 12:13:53 -04:00
mergify[bot] 72a904d223
fix: add close for grpcOnly mode (backport #13418) (#13422) 2022-09-30 18:16:51 -04:00
mergify[bot] f80e883ea2
fix: add gRPC nil/zero check in query (backport #13352) (#13417)
* fix: add gRPC nil/zero check in query (#13352)

(cherry picked from commit a9f02d9cb7)

# Conflicts:
#	CHANGELOG.md
#	codec/proto_codec_test.go

* fix conflicts

* fix conflicts

Co-authored-by: yihuang <huang@crypto.com>
2022-09-29 08:10:41 -05:00
mergify[bot] 51c8a1a3ae
feat: Add notice for possible iavl fast node migration (backport #13390) (#13398)
* add notice for possible iavl fast node migration (#13390)

(cherry picked from commit b60910535a)

* Update baseapp/baseapp.go

Co-authored-by: adu-crypto <94821467+adu-crypto@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-09-27 07:48:21 -05:00
mergify[bot] 95948f6692
perf: reduce user's password prompts when calling keyring List function (backport #13207) (#13368)
* perf: reduce user's password prompts when calling keyring List function (#13207)

* Reduce user password prompts by taking advantage of the already existing MigrateAll function

* Print message when no records were found on the keyring

* Update changelog

* Fix migration test

* Add keys sort

(cherry picked from commit 4882f933b1)

# Conflicts:
#	CHANGELOG.md

* fix conflicts

* suggestions

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

Co-authored-by: Ezequiel Raynaudo <raynaudo.ee@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-09-23 14:26:27 -05:00
mergify[bot] c351441f0d
docs: guidelines for proto message's String() method (#13364) (#13366)
(cherry picked from commit 8dd708d9cc)

Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com>
2022-09-23 08:26:34 -05:00
mergify[bot] 72f8923484
feat: add `draft-proposal` for x/group (backport #13353) (#13359)
* feat: add `draft-proposal` for x/group (#13353)

* feat: add `draft-proposal` for x/group

* add changelog

* extract useful function

* add `GetMsgFromTypeURL` tests

(cherry picked from commit 7eb259fd86)

# Conflicts:
#	CHANGELOG.md
#	types/tx_msg.go
#	x/gov/client/cli/prompt.go

* fix conflicts

* fix whitespace

* backport #13350

* renaming as main

* updates

Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-09-23 08:16:20 -05:00
Julien Robert 9454b97ccb
fix: fix buf commit (#13344) 2022-09-20 18:02:24 +02:00
Julien Robert bbcf2f1fde
fix: fix buf unexisting repo (#13343) 2022-09-20 17:04:54 +02:00
mergify[bot] f57a110014
fix: ensure withdraw_rewards events are always emitted on reward withdrawal (backport #13323) (#13339)
* fix: ensure withdraw_rewards events are always emitted on reward withdrawal (#13323)

(cherry picked from commit c1c23a75d9)

# Conflicts:
#	CHANGELOG.md
#	tests/integration/distribution/keeper/delegation_test.go
#	testutil/sims/app_helpers.go
#	x/distribution/keeper/delegation.go
#	x/distribution/keeper/delegation_test.go
#	x/distribution/keeper/keeper.go

* fix changelog

* fix conflcits

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-09-20 16:30:54 +02:00
mergify[bot] 43f74d3c42
feat: configurable fastnode (backport #13321) (#13337)
* feat: configurable fastnode (#13321)

(cherry picked from commit 412e2fc86e)

# Conflicts:
#	CHANGELOG.md
#	fuzz/tests/store_internal_proofs_createnonmembershipproof_test.go
#	go.mod
#	go.sum
#	simapp/go.mod
#	simapp/go.sum
#	tests/go.mod
#	tests/go.sum

* fix conflicts

* test fix build

* test fix build

* fix typo

* fix replace

Co-authored-by: Marko <marbar3778@yahoo.com>
2022-09-20 16:29:50 +02:00
mergify[bot] 6c8614c4db
fix: streaming listeners are not called for deliver tx event (backport #13334) (#13336)
* fix: streaming listeners are not called for deliver tx event (#13334)

* Problem: streaming listeners are not called for deliver tx event

it was removed accidentally, add back.

* Update CHANGELOG.md

* try to fix e2e test by wait for one more block

(cherry picked from commit 822900b69f)

# Conflicts:
#	CHANGELOG.md
#	x/auth/tx/service_test.go

* Update CHANGELOG.md

* Update x/auth/tx/service_test.go

* Update x/auth/tx/service_test.go

Co-authored-by: yihuang <huang@crypto.com>
2022-09-20 10:40:42 +02:00
Julien Robert 100db2e34f
fix: remove community-pool-spend from draft-cli prompt (#13330) 2022-09-19 14:00:44 +00:00
mergify[bot] ef0f19cf28
feat: CLI tooling to generate proposal JSONs (backport #13304) (#13328)
* feat: CLI tooling to generate proposal JSONs (#13304)

(cherry picked from commit 7252f4a758)

# Conflicts:
#	CHANGELOG.md
#	api/cosmos/nft/v1beta1/tx.pulsar.go
#	go.mod
#	go.sum
#	simapp/go.mod
#	simapp/go.sum
#	tests/go.mod
#	tests/go.sum
#	x/gov/README.md
#	x/group/spec/05_client.md

* fix changelog

* remove unnecessary addition

* updates

* fix docs

* updates

Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-09-19 13:35:08 +00:00
mergify[bot] c5245716b5
fix: keep the balance query endpoint compatible with legacy blocks (backport #13301) (#13318)
* fix: keep the balance query endpoint compatible with legacy blocks (#13301)

* keep the balance query endpoint compatible with legacy blocks

Closes: #13296

A temporary solution before the proxy tool developed, since the balance endpoint is too important.

* Update CHANGELOG.md

* Apply suggestions from code review

Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Marko <marbar3778@yahoo.com>
(cherry picked from commit 6c4f94b671)

# Conflicts:
#	CHANGELOG.md
#	x/bank/keeper/view.go

* Apply suggestions from code review

* fix lint

Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-09-16 16:03:13 +02:00
mergify[bot] 51a90144f4
fix: types: correctly coalesce coins even with repeated denominations & simplify logic (backport #13265) (#13302)
* fix: types: correctly coalesce coins even with repeated denominations & simplify logic (#13265)

(cherry picked from commit 83f88a6820)

# Conflicts:
#	types/coin_test.go

* fix conflict

* add changelog

Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-09-15 16:43:38 +02:00
mergify[bot] ac4a066691
feat: add more coins after add-genesis-account is made (backport #13233) (#13261)
* feat: add more coins after add-genesis-account is made (#13233)

(cherry picked from commit c32493a5b0)

# Conflicts:
#	CHANGELOG.md

* updates

Co-authored-by: Reece Williams <31943163+Reecepbcups@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-09-14 10:56:13 +02:00
mergify[bot] 78336ef310
fix: sequence in `sign-batch` (backport #13200) (#13263) 2022-09-14 09:08:25 +02:00
mergify[bot] 77fcbbd463
docs: adds gov groups metadata spec (#13118) (#13264) 2022-09-14 08:50:45 +02:00
Julien Robert 70943c613e
chore: pin version of golangci-lint (#13245) 2022-09-12 15:07:18 +02:00
Jacob Gadikian 25e7f9bee2
fix: make 46's linter work (#13186) 2022-09-12 10:35:06 +02:00
mergify[bot] 8121f349d4
fix: Add withdraw proposal cmd to group's CLI tx cmds (backport #13214) (#13216) 2022-09-09 10:28:02 +02:00
mergify[bot] 095c2b0666
chore: replace deprecated dgrijalva/jwt-go dep (backport #13093) (#13136)
* chore: replace deprecated dgrijalva/jwt-go dep (#13093)

* chore: replace deprecated dgrijalva/jwt-go dep

* Update go.mod

(cherry picked from commit f5f84ad12a)

# Conflicts:
#	go.mod
#	go.sum

* fix conflict

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-09-02 16:01:21 +02:00
mergify[bot] 9405a05c78
feat: Add a cli cmd to prune old states according to current settings (backport #12742) (#13119)
* feat: Add a cli cmd to prune old states according to current settings (#12742)

* add PruningCmd and change PruneStores signature

* the mimimum default pruning interval is 10

Co-authored-by: Marko <marbar3778@yahoo.com>
(cherry picked from commit d874acee4c)

* fix backport error

Co-authored-by: adu-crypto <94821467+adu-crypto@users.noreply.github.com>
Co-authored-by: adu <adu.du@crypto.com>
2022-09-02 07:32:08 +02:00
mergify[bot] a95c626809
fix: rollback command don't actually delete multistore versions (backport #11361) (#13089)
* fix: rollback command don't actually delete multistore versions (#11361)

* rollback command don't actually delete multistore versions

Closes: #11333

- add unit tests
- use LoadVersionForOverwriting
- update tendermint dependency to 0.35.x release branch

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

flushMetadata after rollback

Update server/rollback.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

fix build

gofumpt

* fix unit test

(cherry picked from commit 51d2de582d)

* fix unit test

* changelog

* api breaking changelog

Co-authored-by: yihuang <huang@crypto.com>
2022-08-31 14:21:02 +02:00
mergify[bot] 78c24eb0cf
fix: call `SetIAVLCacheSize` with the configured value in simapp (backport #13107) (#13108)
* fix: call `SetIAVLCacheSize` with the configured value in simapp (#13107)

* Call `SetIAVLCacheSize` with the configured value in simapp.

* Update CHANGELOG.md

(cherry picked from commit ab3334242a)

# Conflicts:
#	CHANGELOG.md

* Apply suggestions from code review

Co-authored-by: yihuang <huang@crypto.com>
2022-08-31 14:04:56 +02:00
mergify[bot] bb190f62f1
chore: bump gin-gonic dep (backport #13061) (#13062)
* deps: bump gin-gonic (#13061)

Co-authored-by: Julien Robert <julien@rbrt.fr>
(cherry picked from commit d11196aad0)

# Conflicts:
#	go.sum

* fix conflicts

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2022-08-29 11:36:24 +00:00
mergify[bot] 1af5c72999
feat(x/auth): Add auth sim decoder case for AccountNumberStoreKeyPrefix (backport #13048) (#13054) 2022-08-27 09:18:50 +02:00
mergify[bot] e2fe96a0a2
feat(x/authz): Add the GetAuthorization function. (backport #13047) (#13052)
* feat(x/authz): Add the GetAuthorization function. (#13047)

* [13027]: Create the GetAuthorization function (in the authz module).

* [13027]: Add unit tests for the new GetAuthorization function.

* [13027]: Add changelog entry.

(cherry picked from commit 5e4651ecaf)

# Conflicts:
#	CHANGELOG.md
#	x/authz/keeper/keeper_test.go

* fix changelog

* Fix failed merge.

* Fix build issue introduced by merge.

Co-authored-by: Daniel Wedul <github@wedul.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-08-26 13:16:02 -04:00
mergify[bot] b9d4ed86aa
fix: missing return statement in BaseApp.Query (backport #13046) (#13049)
* fix: missing return statement in BaseApp.Query (#13046)

## Description

Closes: #13040

---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)

(cherry picked from commit c73171fbd6)

# Conflicts:
#	CHANGELOG.md

* fix conflicts

Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-08-25 15:15:13 -04:00
mergify[bot] 704fff5b84
fix: exporting the blockParams regression (backport #13029) (#13037)
* fix: exporting the blockParams regression (#13029)

## Description

Closes: #13024

---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [x] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [x] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [x] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [x] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [x] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)

(cherry picked from commit e1999e41d7)

# Conflicts:
#	CHANGELOG.md
#	server/export_test.go

* fix conflicts

Co-authored-by: JayT106 <JayT106@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-08-25 14:30:04 +02:00
mergify[bot] cb7bdcae5d
ci: fix release notes not populated by goreleaser (backport #12919) (#13018)
* ci: fix release notes not populated by goreleaser

(cherry picked from commit c670fece2a)

# Conflicts:
#	cosmovisor/go.mod
#	cosmovisor/go.sum
#	go.work.sum

* updates

* revert

Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-08-24 15:15:28 -04:00
Julien Robert 252c673616
chore: v0.46.1 release changelog (#13011)
* chore: v0.46.1 release changelog

* updates

* updates
2022-08-24 17:43:33 +02:00
mergify[bot] 60e6274d0f
feat: Change the default priority mechanism to be based on gas price (backport #12953) (#13006)
* feat: Change the default priority mechanism to be based on gas price (#12953)

(cherry picked from commit befd8162ee)

# Conflicts:
#	CHANGELOG.md
#	x/auth/ante/fee_test.go

* fix conflict

Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-08-24 16:45:44 +02:00
mergify[bot] afb3defff3
docs: improve UPGRADING.md instructions for v0.46.0 (backport #12646) (#13004)
* docs: improve UPGRADING.md instructions for v0.46.0 (#12646)

## Description

This PR is aimed to improve further the UGPRADING.md for v0.46.0.
We've merged https://github.com/cosmos/cosmos-sdk/pull/12477 for having concurrent work on the file.

- ref #12992 and closes #12991
- closes #12963

---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)

(cherry picked from commit c76a00b28c)

# Conflicts:
#	.gitignore
#	CHANGELOG.md
#	Makefile
#	UPGRADING.md

* fix conflict

Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-08-23 14:54:38 -04:00
Sai Kumar 90ef3690db
fix: fix the gov proposals (#13002) 2022-08-23 10:31:13 -04:00
mergify[bot] d3d4675624
fix: proper error when parsing telemetry configuration (backport #12981) (#12998)
* fix: proper error when parsing telemetry configuration (#12981)

When parsing `telemetry.global-labels` config the code assumes that the type will be an array.  I saw an issue where someone edited the configuration in the wrong way and got the following error:
![photo_2022-08-21_08-02-21](https://user-images.githubusercontent.com/22855163/185793842-c5759a54-1860-4dd1-bdb4-b94f4dab3c16.jpg)
Instead, I suggest here to print a proper error log to indicate what the issue is.

(cherry picked from commit c24c439728)

* add changelog

Co-authored-by: liorbond <liorbond@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-08-23 14:11:23 +02:00
Jacob Gadikian c835d46806
Update Makefile (#12982)
formatting
2022-08-21 17:30:00 -04:00
mergify[bot] 7ee9e6d64f
docs(cli): improve --gas flag description (#12913) (#12965)
* docs(cli): improve --gas flag description

* Update client/flags/flags.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

* fix sprintf

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
(cherry picked from commit f430528ebc)

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
2022-08-19 18:26:49 +02:00
Julien Robert f31c795255
chore: bump tendermint to `0.34.21` and iavl to `0.19.1` (#12969)
* chore: bump tendermint to `0.34.21` and iavl to `0.19.1`

* update changelog
2022-08-19 18:26:07 +02:00
mergify[bot] 32c9075f01
fix: the occasional staking module `SimulateMsgCancelUnbondingDelegate` failure (backport #12933) (#12962) 2022-08-18 15:34:32 -04:00
mergify[bot] d2a5018992
feat: deterministic map iteration (backport #12781) (#12943) 2022-08-18 15:34:09 -04:00
mergify[bot] f3c1d8c39e
perf: Amortize clearing unsorted cache entries (Juno genesis fix) (backport #12885) (#12960) 2022-08-18 15:33:52 -04:00
mergify[bot] 629b3b9df8
fix: move downgrade verification after store migration (#12906) (#12907) 2022-08-11 10:32:48 -04:00
mergify[bot] d74d102fbc
fix(x/group): propagate events correctly to current context (backport #12888) (#12890)
* fix(x/group): propagate events correctly to current context (#12888)

* fix(x/groups) propagate events correctly to current context

* update to use current context on logger

* adding changelog entry

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
(cherry picked from commit 014bfae00f)

# Conflicts:
#	CHANGELOG.md

* fix conflicts

Co-authored-by: Damian Nolan <damiannolan@gmail.com>
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
2022-08-10 16:16:53 +02:00
Robert Zaremba 5caee00d84
chore: bump math (#12877)
* chore: bump math package

* changelog
2022-08-10 10:02:13 +02:00
mergify[bot] 69c88ade6d
chore: changelog update (backport #12859) (#12861) 2022-08-08 17:22:58 -04:00
mergify[bot] e5b974c6ab
chore: fee payer event (#12850) (#12855) 2022-08-08 15:13:12 -04:00
mergify[bot] 137bd03e36
Update REST endpoints for group module documentation (#12839) (#12840)
(cherry picked from commit cfed17ebf5)

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
2022-08-07 22:39:42 +02:00
mergify[bot] 2b616fb374
fix(docs): typo in staking/state (#12834) (#12835)
(cherry picked from commit fe89212509)

Co-authored-by: Ari Rubinstein <arirubinstein@users.noreply.github.com>
2022-08-07 09:43:59 -04:00