Aaron Craelius
2928fa4e1c
docs: add ADR 054 semver compatible SDK modules ( #11802 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
2023-03-08 11:25:45 -05:00
Julien Robert
de16912e39
chore: improve UGPRADING.md ( #15236 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-03-02 11:43:19 +01:00
Chi Xiao Wen
a49151d693
refactor: remove bytes/HexBytes ( #15211 )
...
Co-authored-by: chixiaowen <chixiaowen@zhigui.com>
2023-03-01 18:27:23 +00:00
Julien Robert
2f4654e40c
chore: clean-up of #15151 ( #15219 )
2023-03-01 11:07:07 +00:00
Marko
44495e7a79
refactor: add burnable params to governance ( #15151 )
2023-02-28 20:44:46 +00:00
Aleksandr Bezobchuk
41690532be
refactor: Refactor TxSearch ( #14758 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-02-24 16:08:53 +00:00
Julien Robert
7d28f63291
docs: set proper v0.47.x buf commit ( #15142 )
2023-02-23 22:17:58 +01:00
samricotta
eb98685508
feat: constitution ( #15125 )
2023-02-22 18:41:59 +01:00
Julien Robert
832517befc
feat: add application genesis ( #15031 )
2023-02-22 10:29:03 +00:00
Julien Robert
27f3c729a3
build(deps): bump to tagged version of CometBFT ( #15118 )
2023-02-21 23:35:56 +01:00
Matt Kocubinski
407c7572b9
feat: api updates required for aminojson encoder ( #15019 )
2023-02-15 20:15:31 -07:00
cipherZ
86eca4c72b
feat: Integrate tendermint Block endpoints into the cli ( #14659 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-02-14 19:23:45 +01:00
Jeancarlo Barrios
3c5387048f
fix: remove support for NoOptDefaultValue ( #14985 )
2023-02-09 16:13:14 -05:00
Aaron Craelius
dc20731bdd
fix(orm)!: timestamp encoding doesn't handle nil values properly ( #12273 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-02-09 12:25:04 -05:00
Julien Robert
c17c3caab8
refactor: rename commands to match consensus engine name ( #14956 )
2023-02-08 20:09:28 +00:00
Murali Krishna Komatireddy
ffde2b99da
feat: resolve IBC hash to human readable denom ( #14894 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-02-06 11:48:29 +00:00
Julien Robert
6978710699
refactor: migrate store and api to CometBFT ( #14899 )
2023-02-04 14:53:15 +01:00
atheeshp
a2797c8cd4
feat: add query groups in x/group ( #14879 )
...
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-02-03 10:00:46 +00:00
Julien Robert
4251905d56
feat!: upstream expedited proposals ( #14720 )
2023-02-03 00:25:28 +01:00
Aaron Craelius
62496d4ac3
feat(orm): support orm appconfig module ( #14824 )
2023-01-31 09:44:11 +00:00
Likhita Polavarapu
6cf07f881f
refactor: x/upgrade to standalone module ( #14764 )
2023-01-27 15:08:21 +01:00
Aaron Craelius
de466b9f8b
refactor(orm)!: support core store API ( #14796 )
2023-01-27 08:50:16 +01:00
atheeshp
cc10614146
refactor: x/feegrant to stand alone ( #14649 )
...
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-01-25 16:39:54 +00:00
Likhita Polavarapu
7559d9ecd3
refactor: create go.mod for store ( #14746 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-25 13:31:56 +00:00
Likhita Polavarapu
09e3e55e24
refactor: make x/evidence a standalone module ( #14724 )
2023-01-24 10:01:26 +01:00
Julien Robert
6b029a6bc1
refactor: rename nft to cosmosssdk.io/x/nft ( #14725 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-23 11:48:34 +00:00
Murali Krishna Komatireddy
e3b37dc562
fix: return undelegate amount with MsgUndelegateResponse ( #14590 )
...
Closes https://github.com/cosmos/cosmos-sdk/issues/14153
2023-01-23 10:08:32 +00:00
Sai Kumar
a4cf8e8c6f
feat(cli): cancel gov proposal by proposer before voting period ends ( #13010 )
...
Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: Marko <marbar3778@yahoo.com>
Closes https://github.com/cosmos/cosmos-sdk/issues/11554
2023-01-20 13:07:09 +00:00
Julien Robert
c8f2f1d594
docs: set buf commit for v0.47.x ( #14675 )
2023-01-20 12:43:53 +00:00
Amaury
40f7e5dc64
feat: Add Textual SignModeHandler ( #14650 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-01-18 09:56:17 +00:00
Murali Krishna Komatireddy
7b8ab8ec77
fix: remove delegator addess from MsgCreateValidator ( #14567 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Noel Ukwa <noeluchechukwu@gmail.com>
Co-authored-by: JayT106 <JayT106@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denver <aeharvlee@gmail.com>
Co-authored-by: Hyunwoo Lee <denver@Hyunwoos-MacBook-Pro-2.local>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-01-17 11:48:40 +05:30
Julien Robert
ae1c29b8f8
chore: rename snapshot proto package ( #14597 )
2023-01-16 12:14:54 +00:00
Aaron Craelius
248f8bd488
test(x/circuit): add MsgAuthorizeCircuitBreaker feature ( #14512 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-12 19:14:11 +00:00
Amaury
305053136a
refactor: Improve textual's API ( #14595 )
2023-01-12 16:00:55 +00:00
Julien Robert
e4c0788bf2
docs: update docs links to v0.47 ( #14572 )
2023-01-12 11:57:53 +00:00
Julien Robert
ecdedf5db4
docs: improve documentation about authority in protos ( #14531 )
2023-01-09 08:18:13 +00: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
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
Facundo Medica
6ac0c3628e
feat: (x/bank) add spendable balances cmd ( #14045 )
2023-01-05 19:58:41 +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
Marko
1f51b2ecf6
refactor: move crisis v1 to circuit ( #14466 )
2023-01-03 12:39:09 +01:00
Julien Robert
bca18ba2ea
fix(distribution): correct default for deprecated distribution params ( #14462 )
2023-01-02 17:54:49 +00:00
Marko
08361d5ff8
refactor: add title, summary and proposer to proposal struct of gov ( #14390 )
2022-12-26 23:24:08 +00:00
Likhita Polavarapu
7cc1c351d2
refactor: x/group audit changes ( #14278 )
2022-12-24 00:13:54 +01:00
Aleksandr Bezobchuk
11f1e8d74c
feat!: deposit to validator rewards pool ( #14322 )
2022-12-20 15:49:18 +00:00
Daniel Pittman
eb61146c5e
fix: typo in distribution module query.proto ( #14336 )
2022-12-16 02:24:13 +00:00
Aaron Craelius
2410b846e3
feat: add circuit breaker proto API ( #14229 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2022-12-14 16:30:20 +00:00
Julien Robert
a4d885fe2a
feat(api): add order_migrations argument in runtime.Module config ( #14213 )
2022-12-08 19:58:56 +00:00
Likhita Polavarapu
bd59987df1
refactor: x/upgrade audit changes ( #14188 )
2022-12-08 13:02:49 +01:00