-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: persist new vals to the base comet state (#160)
* cleanup * add e2e * move funcs to keeper namespace * fix(abci v2): Fix (#161) * `UpdatedValidatorsCacheKey` * ABCI: `DeleteValidatorByPowerIndex` logic * validate ABCI events are not stuck * wait for blocks jail test * BeforeJailedValidatorsKey * lint + fix remove val test (check bonded) * lint * logs * touchups * cleanup & touches * deps: bump SDK & Comet
- Loading branch information
1 parent
9d71a7b
commit f9dc521
Showing
30 changed files
with
1,550 additions
and
742 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
ictest-poa: | ||
go clean -testcache && go test -race -v -run TestPOA . | ||
go clean -testcache && go test -race -v -run TestPOABase . | ||
|
||
ictest-jail: | ||
go clean -testcache && go test -race -v -run TestPOAJailing . | ||
go clean -testcache && go test -race -v -run TestPOAJailing . | ||
|
||
ictest-val-add: | ||
go clean -testcache && go test -race -v -run TestPOAAddValidator . | ||
|
||
ictest-val-remove: | ||
go clean -testcache && go test -race -v -run TestPOARemoval . | ||
|
||
ictest-gov: | ||
go clean -testcache && go test -race -v -run TestPOAGovernance . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.