Skip to content

Commit

Permalink
Daily engine changes
Browse files Browse the repository at this point in the history
1) Although gRPC does server side validation currently, validate basic things
on gctcli before relaying the request to the gRPC server
2) Make pair format consistent for the exchange sycner
3) Fix OKEX ticker failure due to thinking futures info is authenticated
4) Start filling out config tests
5) Extend timeout for golangci config so that AppVeyor has time to
complete (Travis is fine)
6) Add IsSupported exchange func for easy lookup
  • Loading branch information
thrasher- committed Sep 10, 2019
1 parent 0824ee0 commit e8b517e
Show file tree
Hide file tree
Showing 11 changed files with 490 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
deadline: 40s
deadline: 1m0s
issues-exit-code: 1
tests: true
skip-dirs:
Expand Down
Loading

0 comments on commit e8b517e

Please sign in to comment.