Commit Graph

10432 Commits

Author SHA1 Message Date
Aaron Craelius
07d38efffb
feat(core): add register services extension interface (#14605) 2023-01-12 13:41:41 -05:00
Amaury
66fa90292c
refactor(textual): Hash bytes when len >35 (#14598) 2023-01-12 18:30:43 +01:00
Amaury
305053136a
refactor: Improve textual's API (#14595) 2023-01-12 16:00:55 +00:00
Marko
5e7b744592
chore: add alternative adr section (#14594) 2023-01-12 15:26:55 +01:00
Julien Robert
e4c0788bf2
docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
Julien Robert
538f7ce723
ci: make sonarcloud more quiet (#14585)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-12 10:24:56 +00:00
testinginprod
c7e10f21dd
feat(collections): pair keys (#14310)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2023-01-12 10:04:52 +00:00
Federico Kunze Küllmer
551e8f9eb9
feat(app): Update post handlers to incorporate the runMsg success bool (#13940)
Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2023-01-12 09:37:29 +00:00
Julien Robert
1ed5272660
ci: request review only at pr r4r (#14564) 2023-01-12 09:51:27 +01:00
Denver
a10ada1ae1
test: Added test cases for precisionMultiplier (#14576)
Co-authored-by: Hyunwoo Lee <denver@Hyunwoos-MacBook-Pro-2.local>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-01-12 06:41:47 +00:00
dependabot[bot]
67e71980fd
build(deps): Bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#14580) 2023-01-11 20:52:34 +01:00
Likhita Polavarapu
f590f290fc
chore: Replace testify with gotest.tools in bank integration tests (#14477)
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
2023-01-11 16:16:28 +01:00
Likhita Polavarapu
f7ead8cbd8
chore: Replace testify with gotest.tools in staking integration tests (#14504) 2023-01-11 14:20:20 +01:00
Amaury
d5bcfb3f3e
feat(textual): Add Tx envelope Value Renderer (#13600) 2023-01-11 12:25:13 +00:00
Julián Toledano
f9cc31fd6a
docs: new key type for keyring (#14573)
Closes https://github.com/cosmos/cosmos-sdk/issues/6500
2023-01-11 09:21:46 +00:00
JayT106
e6b849ade5
feat(mempool): priority nonce mempool option with tx replacement (#14484)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2023-01-10 23:45:48 +01:00
Noel Ukwa
c822836501
refactor: migrate calls from alias file to appropriate store/types (#14455)
Co-authored-by: Marko <marbar3778@yahoo.com>
Closes https://github.com/cosmos/cosmos-sdk/issues/14406
2023-01-10 15:31:06 +00:00
Marko
a4d4d30d01
chore: add action to add issues to project board when labeled (#14570) 2023-01-10 16:11:18 +01:00
samricotta
ea26add2a9
refactor: migrate e2e/evidence away from testify suite (#14553) 2023-01-10 14:12:48 +00:00
Julien Robert
9742029158
feat: create config fix tool (#14342) 2023-01-10 10:28:41 +00:00
Julien Robert
edae9b99ab
chore: bump cosmos-sdk to a tagged release (#14562)
Co-authored-by: Jacob Gadikian <faddat@users.noreply.github.com>
2023-01-10 09:53:21 +01:00
Matt Kocubinski
70232341f1
refactor: introduce x/nft go.mod (#14555) 2023-01-10 03:17:09 +00:00
Julien Robert
64854b25d4
refactor: migrate e2e/crisis away from testify suite (#14545) 2023-01-09 20:01:47 +00:00
dependabot[bot]
8185413e47
build(deps): Bump postcss from 8.4.20 to 8.4.21 in /docs (#14542)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 16:59:40 +00:00
dependabot[bot]
ef6d2a8ee8
build(deps): Bump pgregory.net/rapid from 0.5.3 to 0.5.5 (#14544)
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-01-09 16:46:38 +00:00
Julien Robert
e9bf5b7a21
fix: validate denom in bank grpc queries (#14538) 2023-01-09 11:38:41 -03:00
Likhita Polavarapu
d3cb26522a
chore: Replace testify with gotest.tools in gov integration tests (#14501) 2023-01-09 11:22:41 +01:00
atheeshp
b8b34a68f5
chore: (x/feegrant) update keeper logic to do not allow duplicate grant (#14294) 2023-01-09 09:29:41 +00:00
Julien Robert
ecdedf5db4
docs: improve documentation about authority in protos (#14531) 2023-01-09 08:18:13 +00:00
Facundo Medica
3fc4f33769
fix: use deliverState in prepare and processProposal at height 1 (#14505) 2023-01-08 19:29:40 +00:00
Rafael Tenfen
91a916ec1a
refactor: add option to set bondDenom on simulations (#14529)
## Description




- Add new property `BondDenom` to `SimulationState` struct in `types/module/simulation.go`
- Changed the `x/modules/simulation/genesis.go` mostly to use the new property

---

### 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
- [ ] 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))
- [ ] 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/docs/building-modules)
- [ ] 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
- [ ] 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)
2023-01-08 18:21:51 +00:00
Julien Robert
37292437c1
fix: wrong address set in EventUpdateGroupPolicy (#14526) 2023-01-07 12:56:12 +01:00
Marko
6f3380d40b
feat: add spec for circuit module (#14481)
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-01-06 14:54:01 +00:00
testinginprod
f771f20da4
feat(collections): implement pagination (#14468)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
2023-01-06 11:08:31 +00:00
Robert Zaremba
512953cd68
docs(proto): specify time type in vesting proto (#14513)
## Description

Updates documentation to specify time type for vesting accounts.

Context: I've been creating new vesting accounts and had to go back reading code make sure about the exact type of the end / start time.

---

### 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/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)
2023-01-05 22:37:59 +00:00
Marc-Antoine Dumais
465e0f6199
docs: remove default iavl-cache-size invalid value (#14486) 2023-01-05 21:24:00 +00:00
Robert Zaremba
3e2dde54c5
fix: keyring-backend flag usage (#14509) 2023-01-05 20:52:18 +00:00
Facundo Medica
6ac0c3628e
feat: (x/bank) add spendable balances cmd (#14045) 2023-01-05 19:58:41 +00:00
Aaron Craelius
5d6236603c
feat!: implement basic core API genesis source and target (#14329) 2023-01-05 18:37:08 +00:00
Julien Robert
701aaa8c32
feat: Add support for []string and []int in draft-proposal prompt. (#14483) 2023-01-05 17:04:56 +00:00
dependabot[bot]
17d4ce28f0
build(deps): Bump golang.org/x/crypto from 0.4.0 to 0.5.0 (#14506)
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-01-05 16:29:03 +00:00
Amaury
958b4ad663
feat(textual): Render long bytes hash (#14275)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-01-05 16:01:05 +00:00
Likhita Polavarapu
75014146e2
chore: Replace testify with gotest.tools in slashing integration tests (#14499) 2023-01-05 11:27:12 +00:00
Likhita Polavarapu
fcd544f4f2
chore: Replace testify with gotest.tools in distribution integration tests (#14495) 2023-01-05 11:06:07 +00:00
Likhita Polavarapu
8c6739abae
chore: Replace testify with gotest.tools in store tests (#14497) 2023-01-05 11:44:41 +01:00
Likhita Polavarapu
0a7bcd22cb
chore: Replace testify with gotest.tools in genutil integration tests (#14479) 2023-01-05 09:11:20 +00:00
Marko
7b1233327c
refactor: add title and summary to groups proposal (#14465) 2023-01-04 20:01:31 +00:00
Amaury
b244ffb4dd
chore: Clean up {accept,implement}_interface (#14476) 2023-01-04 14:23:24 +00:00
Julien Robert
9bc987c887
chore: bump client/v2 deps (#14475) 2023-01-04 12:15:02 +01:00
Larry Engineer
11f46a0bae
docs: use an array of strings as authors in proposal metadata (#14472) 2023-01-04 09:31:36 +01:00