Julien Robert
41a3dfeced
refactor!: migrate Cosmos SDK to CometBFT ( #14897 )
2023-02-05 14:51:33 +01:00
Julien Robert
d3c3194185
fix: add simulation tests for new param change ( #14728 )
2023-01-27 20:44:39 +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
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
Matt Kocubinski
70232341f1
refactor: introduce x/nft go.mod ( #14555 )
2023-01-10 03:17:09 +00:00
Julien Robert
ecdedf5db4
docs: improve documentation about authority in protos ( #14531 )
2023-01-09 08:18:13 +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
atheeshp
7ded32163b
chore: x/slashing audit changes ( #14211 )
...
## Description
ref: #14158
---
### 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)
2022-12-09 10:00:44 +00:00
Julien Robert
a1b09a0481
refactor: remove gogoproto stringer annotations ( #14046 )
2022-11-29 13:34:03 +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
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
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
Julien Robert
0d8787c3bd
feat: handle additional x/auth module app config parameters ( #13684 )
2022-11-01 06:39:21 +00:00
Julien Robert
df4d6d1a4c
docs: remove outdated documentation ( #13595 )
2022-10-19 14:43:32 +00:00
Julien Robert
0dbae701f0
docs: minor documentation improvements ( #13594 )
...
* updates
* rename `sh` to `shell` for syntax coloring
* keep navbar the same on mobile
2022-10-19 14:56:29 +02: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
Amaury
56709d4e1d
fix!: Fix some Amino registrations ( #13502 )
...
* fix!: Fix some Amino registrations
* add cl
* revert proto changes
2022-10-11 10:40:54 +00: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
Jacob Gadikian
af816057f2
chore: run make format ( #13375 )
2022-09-24 00:22:03 +02:00
Amaury
340c01bf5a
fix!: Fix group amino codec ( #13307 )
...
* fix!: Fix group amino codec
* changelog
2022-09-15 17:06:43 +00:00
Aaron Craelius
5deb137f7a
feat: add proto annotation for Msg services ( #13178 )
...
* feat: add proto annotation for Msg services
* add annotation to Msg services
* proto gen
* add CHANGELOG entry
* expand doc string
* codegen
* revert
* proto-gen
* revert
2022-09-14 09:27:45 +00:00
atheeshp
8cd279eeaf
feat: add mocks for x/slashing cli tests ( #13215 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-09-09 15:29:45 +00:00
Julien Robert
6d0ef15b0a
refactor: migrate to cosmos/gogoproto ( #13070 )
2022-09-08 17:27:48 +00:00
Amaury
d9972c4dd1
fix!: Fix gov amino codec ( #13196 )
...
* fix!: Fix gov amino codec
* changelog
2022-09-08 15:35:57 +00:00
Aleksandr Bezobchuk
a0682b14f4
chore: collapse module spec and readme ( #13143 )
...
* updates
* add auth and separate vesting
* authz
* capability
* crisis
* epoching
* nft
* mint
* params
* upgrade
* fix website build
* finish other modules
* fix `pre.sh` and update modules title
* add docs
* display vesting in docs
* add page splitting for missing modules
* updates
* improve `pre.sh`
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-09-05 12:26:40 +00:00
Marko
e09516f479
chore: bump tendermint version ( #13148 )
2022-09-05 07:39:12 +00:00