Alexander Peters
1f0ce2f5b5
refactor(sims)!: Remove Baseapp from sims ( #21039 )
2024-07-24 12:40:01 +00:00
Facundo Medica
f61141f15e
fix(x/staking): Add missing data from import/export ( #20953 )
2024-07-15 13:01:08 +00:00
Marko
b68eb39412
refactor(staking)!: remove historical info ( #20845 )
...
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-07-05 09:28:49 +00:00
Facundo Medica
3c13bc03cd
fix(x/staking): Check existing pubkeys when creating a Validator + refactors ( #20713 )
...
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Ezequiel Raynaudo <raynaudo.ee@gmail.com>
2024-06-19 15:52:47 +00:00
Facundo Medica
ec96e79553
fix(sims): check before sending RotateConsPubKey ( #20659 )
2024-06-13 14:09:00 +00:00
Facundo Medica
74f44b0231
fix(sims): skip operations that use denoms that can't be sent ( #20399 )
2024-05-15 10:19:10 +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
Julián Toledano
25aea8af8a
refactor!: remove global config from x/auth and client ( #19447 )
2024-03-06 13:14:16 +00:00
atheeshp
b16aa35d14
test: add tests for cons pubkey rotation ( #18965 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-09 04:56:14 +00:00
Marko
2a6640d488
refactor(staking): add go.mod ( #18257 )
2023-10-26 07:39:34 +00:00
atheeshp
3a8f114327
feat: add required params for cons pubkey rotation ( #18142 )
2023-10-18 13:06:59 +00:00
Marko
6615ff4f76
refactor!: deprecate blocktime on context ( #17738 )
2023-09-18 13:55:21 +00:00
Elias Naur
e90e5e1f97
refactor: remove unused context argument from types/simulation.RandomFees ( #17737 )
2023-09-14 08:50:49 +00:00
Likhita Polavarapu
70b3e85781
refactor(x/staking): Migrate Validators to use Collections ( #17123 )
2023-08-28 14:56:14 +00:00
Likhita Polavarapu
a734071c05
refactor(x/staking): Migrate UnbondingDelegation to collections ( #17270 )
2023-08-28 08:38:11 +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
atheeshp
09db6997c5
refactor(x/staking): migrate redelegation key to use collections ( #17315 )
2023-08-17 10:32:10 +00:00
Marko
e60c583d28
refactor: migrate away from using valBech32 globals (2/2) ( #17157 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-14 08:04:24 +00:00
atheeshp
f907a27d31
refactor(x/staking): migrate delegation key to collections ( #17162 )
2023-08-09 07:15:12 +00:00
Marko
58855c6859
refactor: remove global valaddress bech32 codec calls (1/2) ( #17098 )
...
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-26 19:01:21 +00:00
Marko
c23505b037
refactor(staking): use validator & address codecs in staking ( #16958 )
2023-07-19 11:01:32 +00:00
Robert Zaremba
bc4ccab74b
refactor(types)!: remove IntProto and DecProto ( #16918 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-12 22:16:28 +00:00
Julien Robert
8c72f66396
refactor!: remove types/math aliases ( #16798 )
2023-06-30 17:09:03 +00:00
Jacob Gadikian
6afece635c
style: add gci linter ( #16605 )
2023-06-22 15:35:51 +00:00
Facundo Medica
1be7d9805e
refactor(x/staking)!: KVStoreService, return errors and use context.Context ( #16324 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-16 18:40:44 +00:00
Matt Kocubinski
bbb452f609
refactor(x/staking): rm dependency on x/distribution ( #16531 )
2023-06-13 20:16:20 +00:00
testinginprod
2d1d68d3fd
refactor(distribution)!: use collections for ValidatorCurrentRewards ( #16459 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-06-09 09:19:37 +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
testinginprod
0e34478eb7
refactor(mint)!: migrate state management to collections ( #16329 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-30 09:12:45 +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
Javier Su
ddf51ccddf
fix: allow non-EOA accounts to stake in simulation ( #16068 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-05-12 13:54:23 +00:00
Facundo Medica
6dfe7351a5
refactor!: use KVStoreService and context.Context in x/bank ( #15891 )
2023-04-26 10:12:47 +00:00
samricotta
e77156858f
refactor(staking, slashing, signing, misc): remove aliases from types/math.go ( #15902 )
2023-04-25 08:55:17 +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
Jacob Gadikian
a9546bfad0
style: apply any / all automated lint fixes ( #15644 )
2023-03-31 13:48:41 +02:00
Julien Robert
c17c3caab8
refactor: rename commands to match consensus engine name ( #14956 )
2023-02-08 20:09:28 +00: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
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
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
Jacob Gadikian
be8c5a09c2
chore: lint tests ( #14268 )
2022-12-18 23:48:31 +00:00
Julien Robert
eb4afa74ba
ci: configure sonarcloud ( #13921 )
2022-11-18 15:14:49 +00:00