hatti
8d5020fd0a
docs: fix typo ( #21815 )
2024-09-19 07:20:41 +00:00
Julien Robert
cbdfd9bdfa
chore: bump golangci-lint and fix all linting issues ( #21761 )
2024-09-16 19:11:19 +00:00
Alexander Peters
bf7768006c
feat(sims): Add sims2 framework and factory methods ( #21613 )
2024-09-16 13:42:48 +00:00
Akhil Kumar P
43f59c8258
refactor(x/bank): audit QA ( #21459 )
2024-08-29 11:01:06 +00:00
Alexander Peters
1f0ce2f5b5
refactor(sims)!: Remove Baseapp from sims ( #21039 )
2024-07-24 12:40:01 +00:00
winniehere
49bc189df1
chore: fix functions' comments ( #20974 )
2024-07-17 11:52:06 +00:00
Julián Toledano
c7534584dd
refactor(x/bank)!: remove Address.String() ( #19954 )
...
Co-authored-by: Marko <marko@baricevic.me>
2024-04-05 13:09:45 +00:00
Julián Toledano
0c2decd7cd
refactor!: MsgSimulatorFn clean up ( #19792 )
2024-03-20 10:21:00 +00:00
Julián Toledano
65ab2530cc
refactor(x/staking)!: removes the use of Accounts String() method ( #19742 )
2024-03-19 09:20:42 +00:00
Marko
7f0f405723
chore(sims): move sims with depinject to tests ( #19121 )
2024-01-23 13:21:59 +00:00
Cosmos SDK
8f0d5b15f0
chore: typos fixes by cosmos-sdk bot ( #18689 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-11 13:03:19 +00:00
Marko
7f540e26f9
refactor(bank): remove .String() calls ( #18175 )
...
Co-authored-by: Facundo <facundomedica@gmail.com>
2023-12-11 10:51:18 +00:00
Emmanuel T Odeke
05261cc46e
refactor(x/auth): spin out go.mod ( #18351 )
2023-11-07 11:42:58 +00:00
Marko
21e69bad04
refactor(bank): add go module ( #18279 )
2023-10-27 09:25:04 +00:00
Facundo Medica
ab2a725863
chore: cleanup comet dependence in tests ( #18239 )
2023-10-26 16:20:19 +00:00
Marko
2a6640d488
refactor(staking): add go.mod ( #18257 )
2023-10-26 07:39:34 +00:00
Marko
65a1ec64f7
chore: remove params module entirely ( #17838 )
2023-09-22 13:51:37 +00:00
Elias Naur
e90e5e1f97
refactor: remove unused context argument from types/simulation.RandomFees ( #17737 )
2023-09-14 08:50:49 +00:00
Julien Robert
5839c3a600
chore: bump golangci-lint to v1.54.2 ( #17538 )
2023-08-25 14:07:24 +00:00
Marko
393dcc1f2a
refactor: remove header type from NewContext ( #17426 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-21 16:29:20 +00:00
Julien Robert
e3482f2d41
chore(types): audit ( #17075 )
2023-07-20 17:31:29 +00:00
ruthishvitwit
fd7e549a3c
chore: enable errcheck linter ( #16406 )
2023-07-12 08:58:27 +00:00
Jacob Gadikian
f0aec3f30d
style: use thelper ( #16777 )
2023-07-03 13:33:05 +00:00
Jacob Gadikian
6afece635c
style: add gci linter ( #16605 )
2023-06-22 15:35:51 +00:00
Matt Kocubinski
c2a07cea27
refactor(x/bank): rm cyclic deps with gov, staking, distr ( #16578 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
2023-06-16 20:36:42 +00:00
Marko
5097b0c226
refactor(test): remove header dependence from tests ( #16342 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-05-31 15:42:23 +00:00
Matt Kocubinski
737dcfd1a2
refactor!: rm GetSignBytes ( #16062 )
2023-05-30 19:34:35 +00:00
Marko
571c13ea84
refactor(bank): migrate bech32 encoding ( #15567 )
2023-05-24 17:03:43 +00:00
Aleksandr Bezobchuk
6cee22df52
feat!: Comet v0.38 Integration ( #15519 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-24 16:09:19 +00:00
Matt Kocubinski
4c85b6a341
refactor(simulations): marshal OperationMsg.Msg as protoBytes ( #16155 )
2023-05-15 17:38:32 +00:00
Facundo Medica
6dfe7351a5
refactor!: use KVStoreService and context.Context in x/bank ( #15891 )
2023-04-26 10:12:47 +00:00
Facundo Medica
af3122aa6c
feat!: Provide logger through depinject ( #15818 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-04-24 09:42:55 +00:00
Mark Rushakoff
7b10ada768
refactor!: instantiate client.TxConfig once for simulations ( #15875 )
2023-04-19 12:47:27 +00:00
Mark Rushakoff
7a92fd0f1f
refactor: create TxConfig directly in simulations ( #15749 )
2023-04-08 00:40:24 +00:00
samricotta
a2cde56e17
refactor: remove aliases from types/math.go in bank module ( #15671 )
2023-04-03 12:53:24 +00:00
Jacob Gadikian
0c905e8707
style: bank & autocli ( #15659 )
...
Co-authored-by: Sam Ricotta <samanthalricotta@gmail.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2023-04-02 00:20:59 +00:00
Jacob Gadikian
a9546bfad0
style: apply any / all automated lint fixes ( #15644 )
2023-03-31 13:48:41 +02:00
Julien Robert
80dd55f79b
refactor: rename to CometBFT ( #14914 )
2023-02-06 18:11:14 +00:00
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
Julien Robert
8dbdfea9ef
refactor: remove .Type() and .Route() from msgs ( #14751 )
2023-01-24 17:03:06 +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
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
bca18ba2ea
fix(distribution): correct default for deprecated distribution params ( #14462 )
2023-01-02 17:54:49 +00:00
Jacob Gadikian
be8c5a09c2
chore: lint tests ( #14268 )
2022-12-18 23:48:31 +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
eb4afa74ba
ci: configure sonarcloud ( #13921 )
2022-11-18 15:14:49 +00:00
Marko
306a9a7170
feat!: consensus module ( #12905 )
2022-10-05 18:06:24 +00:00
Facundo Medica
797bd12af5
refactor!: Remove sdk.Router and refactor baseapp tests ( #13005 )
...
* test
* progress-ish
* progress
* progress
* make mocks
* progress
* test
* progress
* progress
* progress
* progress
* progress
* progress
* fix mock tests
* progress
* pretty much done, might need some tidying up
* lint
* re-enable blockgas test
* remove router
* gofumpt
* remove more references of Router
* fix
* remove unused code
* remove unused code
Co-authored-by: Marko <marbar3778@yahoo.com>
2022-08-30 23:50:47 +02:00
Jacob Gadikian
0943a70215
chore: fix linting issues exposed by fixing golangci-lint ( #12895 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-08-11 22:00:24 +02:00