mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
* fix 440: SubmitOrder and CB-ACCESS-TIMESTAMP value * removed gctcli executable and added it to gitignore * removed nonce from conibasepro send payload * fixed typo in executable name * Bump github.com/grpc-ecosystem/grpc-gateway from 1.12.2 to 1.13.0 (#442) Bumps [github.com/grpc-ecosystem/grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) from 1.12.2 to 1.13.0. - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases) - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md) - [Commits](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.12.2...v1.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Minor general cleanup and bug fixes (#443) * Bugfix, remove non-needed code and cleanup some code * Run go mod tidy * Remove non-needed test and fix tautological err * Fix Huobi interim var reference * (Logger) Rename package to log (#444) * renamed package to log to stop side import requirement * reverted comment changes * reverted comment changes * one more reverting wording back to logger * wording changes on comments * Bump github.com/gorilla/mux from 1.7.3 to 1.7.4 (#445) Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.7.3...v1.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * (QOL) Improve test setup for logger, improve test coverage for database (#447) * Improved test setup for logger, improved test coverage for database * removed some new lines * add new line * removed database config detailS * removed lines * code cleanup * Bump github.com/d5/tengo/v2 from 2.0.2 to 2.0.4 (#449) Bumps [github.com/d5/tengo/v2](https://github.com/d5/tengo) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/d5/tengo/releases) - [Changelog](https://github.com/d5/tengo/blob/master/.goreleaser.yml) - [Commits](https://github.com/d5/tengo/compare/v2.0.2...v2.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump github.com/d5/tengo/v2 from 2.0.4 to 2.0.5 (#450) Bumps [github.com/d5/tengo/v2](https://github.com/d5/tengo) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/d5/tengo/releases) - [Changelog](https://github.com/d5/tengo/blob/master/.goreleaser.yml) - [Commits](https://github.com/d5/tengo/compare/v2.0.4...v2.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Adrian Gallagher <thrasher@addictionsoftware.com> Co-authored-by: Andrew <andrew@disvelop.net>
32 lines
404 B
Plaintext
32 lines
404 B
Plaintext
config.json
|
|
config.dat
|
|
node_modules
|
|
lib
|
|
.vscode
|
|
|
|
testdata/dump
|
|
testdata/preengine_config.json
|
|
testdata/writefiletest
|
|
|
|
# InteliJ
|
|
.idea
|
|
*.iml
|
|
vendor/
|
|
|
|
# Binaries for programs and plugins
|
|
gocryptotrader
|
|
cmd/gctcli/gctcli
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
sqlboiler.toml
|
|
sqlboiler.json
|