Julien Robert
d3c3194185
fix: add simulation tests for new param change ( #14728 )
2023-01-27 20:44:39 +00: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
Julien Robert
8dbdfea9ef
refactor: remove .Type() and .Route() from msgs ( #14751 )
2023-01-24 17:03:06 +00:00
Emil Georgiev
e9fbb01f3a
fix: replace IsEqual with Equal ( #14739 )
...
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Marko <marbar3778@yahoo.com>
Closes https://github.com/cosmos/cosmos-sdk/issues/3246
2023-01-24 09:50: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
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
Marko
a2eb630906
refactor: remove sdk dep from store ( #14603 )
...
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-01-13 17:43:09 +00:00
Julien Robert
e4c0788bf2
docs: update docs links to v0.47 ( #14572 )
2023-01-12 11:57:53 +00: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
Julien Robert
ecdedf5db4
docs: improve documentation about authority in protos ( #14531 )
2023-01-09 08:18:13 +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
Amaury
b244ffb4dd
chore: Clean up {accept,implement}_interface ( #14476 )
2023-01-04 14:23:24 +00:00
Likhita Polavarapu
36069956e3
refactor: Move x/auth's AccountI and ModuleAccountI interfaces to types package ( #13937 )
2023-01-03 11:25:09 +01:00
Julien Robert
461cf87218
chore: loosen assertions in SetOrderInitGenesis and SetOrderExportGenesis ( #14457 )
2023-01-02 10:05:09 +01:00
Aaron Craelius
ebfd057716
feat(client/v2): add autocli run + simapp example ( #13867 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-12-31 01:53:08 +00:00
Julien Robert
02ca843d49
chore: clean-up app config ( #14454 )
2022-12-31 01:31:18 +01:00
Julien Robert
419de8de82
refactor: revert API breaking change on Slash ( #14363 )
2022-12-20 12:12:05 +01:00
Jacob Gadikian
be8c5a09c2
chore: lint tests ( #14268 )
2022-12-18 23:48:31 +00:00
Matt Kocubinski
b17c2d902e
refactor: x/staking 0.47 audit ( #14303 )
2022-12-14 23:09:32 +00:00
Julien Robert
6239cdfddb
chore: clean-up deprecated function usage ( #14078 )
2022-11-30 01:10:50 +01:00
Julien Robert
a1b09a0481
refactor: remove gogoproto stringer annotations ( #14046 )
2022-11-29 13:34:03 +00:00
Julien Robert
41f0ab15e6
refactor: remove gogoproto stringer annotations and MarshalYAML functions ( #13850 )
2022-11-28 12:56:00 +00:00
Julien Robert
6f329d70c6
docs: add docs about x/auth/tx ( #14021 )
...
* docs: add docs about `x/auth/tx`
* updates
* updates
* updates
* updates
* updates
* updates
* updates
Co-authored-by: Marko <marbar3778@yahoo.com>
2022-11-27 20:30:23 +00:00
Facundo Medica
16c772d900
docs: (x/distribution) Fix docs for v0.47 ( #14022 )
2022-11-25 14:14:37 +00:00
Julien Robert
d6da7037b6
fix(group): migrate group policy account to base accounts with credentials ( #13742 )
2022-11-21 22:46:48 +00:00
Julien Robert
eb4afa74ba
ci: configure sonarcloud ( #13921 )
2022-11-18 15:14:49 +00:00
Aaron Craelius
ec27c5384b
refactor!: migrate to core appmodule.AppModule extension interfaces ( #13794 )
2022-11-14 21:23:55 +00:00
Julien Robert
4f7d9ea233
refactor: clean-up test helpers and tmcli ( #13805 )
2022-11-09 11:13:27 +00:00
Amaury
b49f948b36
feat: Add proto annotations for Amino JSON ( #13501 )
...
* add legacy_amino_name
* make-proto-gen
* remove useless omitempty
* add annotations
* Add proto annotations
* Add more annotations
* update cosmos-proto
* Add message scalar?
* Add comments
* Fix comment
* lint proto files
* proto-gen
* go mod tidy
* Add multisig encoding
* Add field name
* Format proto
* proto-gen
* Update proto/cosmos/msg/v1/msg.proto
Co-authored-by: Aaron Craelius <aaron@regen.network>
* Add dont_omitempty whenever we have nullable=false
* proto-gen
* Remove problematic annotations
* put legacy_amino in subpackage
* proto-gen
* Fixes
* legacy_amino.v1
* add non-working proto
* Generate in separate package
* Remove `cosmos.msg` prefix
* make proto-gen
* remove v1 too
* make proto-format
* Add field option
* format
* proto-gen
* Use underscores
* update legacy_amino -> amino
* update to `key_field`
* make proto-format
* make proto-gen
Co-authored-by: Aaron Craelius <aaron@regen.network>
2022-11-07 22:51:51 +00:00
Julien Robert
c85447cdb9
docs: add documentation about depinject and app wiring ( #13683 )
2022-11-07 19:19:07 +00:00
Julien Robert
7efeb826e0
refactor: rename migrations from v42, v43, v{SDK} to v1, v2, v{Consensus} ( #13772 )
...
* chore: rename migrations from v42, v43 to v1, v2
* group migration should be in #13742
* updates
2022-11-07 11:32:56 +01:00
Julien Robert
d6e5bb3669
docs: fix toc links ( #13770 )
2022-11-04 15:35:22 +00:00
Julien Robert
08be7ee74b
refactor: extract MockTendermintRPC to testutil/cli
2022-11-03 22:40:52 +00:00
Marko
634783f6f3
docs: staking param docs fix #13755
2022-11-03 17:30:14 -04:00
Marko
61ed5d1d9f
docs staking fix ( #13745 )
2022-11-03 10:57:11 -04:00
Julien Robert
0d8787c3bd
feat: handle additional x/auth module app config parameters ( #13684 )
2022-11-01 06:39:21 +00:00
Giancarlos Salas
18d8b64ce5
refactor: check begin, end block interface extensions ( #13560 )
2022-10-17 08:17:01 +00:00
Julien Robert
3c9b244f62
refactor: automate EventTypeMessage inclusion in every message execution ( #13532 )
2022-10-16 19:00:34 -04:00
Aleksandr Bezobchuk
ebe0f5c6ee
fix: update param validation to fail on nil dec ( #13553 )
2022-10-15 00:24:25 +02:00
Aaron Craelius
f3a558c6b4
refactor!: require exported app wiring providers ( #13292 )
2022-10-10 20:27:44 +00:00
Julien Robert
214b11dcba
feat: add github links in docs ( #13491 )
...
* feat: add github links in docs
* apply proto theme
* fix toc
2022-10-10 20:02:32 +02:00
Julien Robert
a74989ddf4
feat: migrate to docusaurus ( #13471 )
2022-10-10 14:01:53 +00:00
Marko
84675a6bf1
feat!: IS rebase ( #13122 )
...
* feat: IS rebase (squash da53124..b45dd5f)
* clean up docs
* fix: fix IS tests (#13420 )
* revert key update
* add hook error handling
* impl feedback
* add changelog
* implements style nits
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* more nits
* fix tests
Co-authored-by: Simon <sainoe@users.noreply.github.com>
* add godoc
* add godoc
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-10-09 12:21:20 +02:00
Julien Robert
74ce07eb26
docs: improve documentation navigation and redirection ( #13455 )
2022-10-06 15:51:10 +02:00
Marko
306a9a7170
feat!: consensus module ( #12905 )
2022-10-05 18:06:24 +00:00
Julien Robert
80ce491734
refactor: move x/{moduleName}/test{ModuleName} to x/{moduleName}/testutil ( #13427 )
...
* refactor: move `x/{moduleName}/test{ModuleName}` to `x/{moduleName}/testutil`
* updates
* updates
2022-10-02 10:42:52 -04:00
Julien Robert
53519ea5b3
refactor: simplify hooks implementation ( #13396 )
2022-09-27 20:37:26 +02:00
omahs
6f337b4d74
docs: fix typos ( #13399 )
2022-09-27 09:30:41 +00:00
Jacob Gadikian
af816057f2
chore: run make format ( #13375 )
2022-09-24 00:22:03 +02:00