Commit Graph
4 Commits
Author SHA1 Message Date
thomasmodeneis 5417b4bb54 migrate build to Travis #258 (#259)
* add travis file
* update lint so it reports properly
* disable circleci
* separate test structure into Verify deps & Lint, Unit Tests, Race Tests, Integration Tests
* fix path issue now evident on ci build err
* fixed golangci version to latest stable
* Upgrade ci lint to go script and avoid cache issues #268
* fix lint issues #268
* bump go version for travis build to match go.mod version recently updated with Cosmos SDK upgrade
* add panic for err edge cases on os.Stat
* increase timeout to 10m since its failing on jenkins
* bump GOLANGCI_VERSION to 1.23.8 in order to try avoiding some weird errors on CI
2020-04-29 22:38:57 +02:00
thomasmodeneis 2693718662 fix lint (#264) 2020-04-22 19:39:09 +02:00
thomasmodeneis 729e93f8a8 Automated Tests for RPC endpoints #253 (#257)
* add RPC integration script that run all tests for ethermint rpc endpoints, 
updated tester_test.go to rpc_test.go and moved it to package tests
2020-04-21 21:37:10 +02:00
thomasmodeneis c9b09c1d55 Implement eth_newPendingTransactionFilter #51 (#251)
* Implement eth_newPendingTransactionFilter
2020-04-16 16:53:14 +02:00