mergify[bot]
|
4076c6a918
|
feat(staking)!: add consensus and validator address codec in staking (backport #16959) (#16977)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-13 11:40:57 +00:00 |
|
mergify[bot]
|
8295e4a3e0
|
fix: Revert 16794 (backport #16895) (#16896)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2023-07-10 08:02:04 +00:00 |
|
mergify[bot]
|
4bda616956
|
fix: remove setting of finalizeBlockState in FinalizeBlock + fix initialHeight + add ProcessProposal in tests/sims (backport #16794) (#16857)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2023-07-06 12:22:57 -04:00 |
|
mergify[bot]
|
0bbfc654a3
|
feat(auth,client/v2): add validator address codec (backport #16768) (#16789)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-30 10:33:40 +00:00 |
|
mergify[bot]
|
d805e631e4
|
refactor: use appmodule.AppModule in integration helpers (backport #16755) (#16756)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-29 11:01:43 +00:00 |
|
Julien Robert
|
c452721442
|
style: add gci linter (#16758)
Co-authored-by: Jacob Gadikian <faddat@users.noreply.github.com>
|
2023-06-29 09:46:37 +00:00 |
|
mergify[bot]
|
cd8ba48926
|
feat(auth): make address codec pluggable (backport #16621) (#16736)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-28 12:19:55 +00:00 |
|
mergify[bot]
|
9f7a16080a
|
refactor(x/staking)!: KVStoreService, return errors and use context.Context (backport #16324) (#16598)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo Medica <facundomedica@gmail.com>
|
2023-06-19 11:40:27 -03:00 |
|
Facundo Medica
|
903d99e707
|
refactor(x/slashing)!: use kvStoreService, context.Context and return errors (#16246)
|
2023-05-30 09:45:18 +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 |
|
Likhita Polavarapu
|
3936030e16
|
test(x/slashing): write integration tests (#15928)
|
2023-04-28 07:58:35 +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 |
|
Likhita Polavarapu
|
7132a7624e
|
refactor(staking): add missing msgServer tests and move ValidateBasic() logic to msgServer (#15820)
|
2023-04-14 14:54:29 +00:00 |
|
Marko
|
8d6c23faa4
|
feat: add endblocker with valsetupdate type (#15829)
|
2023-04-14 09:41:29 +00:00 |
|
Julien Robert
|
aeaa301506
|
feat: integration test helpers (#15556)
|
2023-03-31 18:02:15 +00:00 |
|
Marko
|
c1ea84d583
|
style: more linting (#15616)
|
2023-03-30 12:05:50 +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 |
|
Likhita Polavarapu
|
75014146e2
|
chore: Replace testify with gotest.tools in slashing integration tests (#14499)
|
2023-01-05 11:27:12 +00:00 |
|
Julien Robert
|
6239cdfddb
|
chore: clean-up deprecated function usage (#14078)
|
2022-11-30 01:10:50 +01: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
|
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 |
|
cool-developer
|
b51537260f
|
refactor: use mocks for x/slashing (#12937)
* move integration tests
* add unit testing
* refactor module import
* add hooks test
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Jeancarlo Barrios <JeancarloBarrios@users.noreply.github.com>
|
2022-08-17 14:40:41 -04:00 |
|