cosmos-sdk/x/staking
SaReN f92f6c9dd1
Add CLI tests for simd, distribution (#6095)
* Added cli integration base setup

* Added cmd to simapp

* Fixed ci-lint issues

* Fixed ci-lint issues

* Addressed changes in Makefile

* Updated simd to latest

* Removed testnet and replay commands

* Modified tx command for simcli

* Did code cleanup

* Removed duplication in Makefile

* Refactored cli_test

* Added build-sim to Makefile

* Added test-cli to circleci

* Added tests for staking txns

* Addressed format issues

* refctored tests code

* Added tests for send, staking

* Removed test_hepers file

* Moved test_cover to contrib

* Added codec in fixtures

* Migrated tests to respective modules

* Exported helper methods

* Moved helpers to bank

* Added codec to fixtures

* Migrated tests to modules

* Removed auth helpers from staking

* Did minor code cleanup

* Added test-cli to Makefile

* Updated github actions

* Did code refactor

* Fixed github actions for cli-test

* Added tests for recover keys and fee deduction

* Did minor code cleanup

* Added build flag to cli_tests

* Moved cli_test to tests

* Modified path in Makefile

* Updated codec std in fixtures

* Added doc for cli tests

* Remove ibc genesis validation

* Fix issue number

* Added missing imports

* Add tests for distribution and simd

* Modified naming for test functions

* Added test for withdraw rewards

* Modified test function names

* Fixed import format

* Migrated helpers to package cli

* Fixed github test actions

* Fixed test coverage in actions

* Added build sim to actions

* Apply Alessio patch for tests

* Removed unused imports

* Added init for go tests

* try fix tests

* goimports what wasn't goimports'd

* try fix ci

* add relevant tags to integration tests

* run integration tests separately

* use go build -o flag and let compiler gemerate the binary with the
right extension for the HOST platform

rename cli-test to test-integration

* update ci

* rename

Co-authored-by: atheesh <atheesh1>
Co-authored-by: kaustubhkapatral <54210167+kaustubhkapatral@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: anilCSE <anil@vitwit.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2020-05-01 20:16:17 +00:00
..
client Add CLI tests for simd, distribution (#6095) 2020-05-01 20:16:17 +00:00
exported Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
keeper x/ibc: fix missing return statement (#6099) 2020-04-29 22:36:34 -04:00
legacy Merge PR #5495: Replace Redundant Bech32 PubKey Functions 2020-01-09 09:04:28 -05:00
simulation x/ibc: fix missing return statement (#6099) 2020-04-29 22:36:34 -04:00
spec Update docs website (#5827) 2020-03-24 16:20:30 +00:00
types Update DefaultHistoricalEntries to 100 (#6059) 2020-04-23 15:06:30 +00:00
abci.go Merge PR #5527: Bump Tendermint Version to v0.33.0 2020-01-16 13:46:51 -08:00
alias.go x/staking: skip HistoricalInfo in simulations (#5949) 2020-04-07 22:33:30 +00:00
app_test.go lint: various linting fixs (#5825) 2020-03-20 19:24:18 +00:00
common_test.go x/ibc: fix missing return statement (#6099) 2020-04-29 22:36:34 -04:00
genesis.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
genesis_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
handler.go Merge PR #5952: Refactor Evidence Age Util + Governable Consensus Params 2020-04-16 11:10:39 -04:00
handler_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
module.go Merge PR #6037: refactor simulation decoder 2020-04-21 17:33:56 -04:00
module_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00