-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency on Tendermint Core (#168)
* Remove dependency on tmrand Signed-off-by: Thane Thomson <connect@thanethomson.com> * Remove integration test Signed-off-by: Thane Thomson <connect@thanethomson.com> * Remove transactor dependency on rpctypes Signed-off-by: Thane Thomson <connect@thanethomson.com> * Remove network info dependency on Tendermint RPC Signed-off-by: Thane Thomson <connect@thanethomson.com> * Remove dependency on Tendermint Core Signed-off-by: Thane Thomson <connect@thanethomson.com> * Bump golangci-lint version to v1.50.1 Signed-off-by: Thane Thomson <connect@thanethomson.com> * ci: Remove code coverage, since integration tests will take place via Docker Signed-off-by: Thane Thomson <connect@thanethomson.com> * Revert "Remove integration test" This reverts commit 207b2b7. * Add Docker-based integration test Signed-off-by: Thane Thomson <connect@thanethomson.com> * Remove lint prerequisite for integration-test target (breaks CI) Signed-off-by: Thane Thomson <connect@thanethomson.com> * Change subnet for integration test to 192.168.0.0/16 Signed-off-by: Thane Thomson <connect@thanethomson.com> * Remove debug command from entrypoint script Signed-off-by: Thane Thomson <connect@thanethomson.com> * Remove hacky mutex-based approach to serializing integration tests Signed-off-by: Thane Thomson <connect@thanethomson.com> * Remove unnecessary exit condition check in integration test script Signed-off-by: Thane Thomson <connect@thanethomson.com> Signed-off-by: Thane Thomson <connect@thanethomson.com>
- Loading branch information
1 parent
a9c21a5
commit 4edcd62
Showing
18 changed files
with
546 additions
and
314 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
Oops, something went wrong.