Ryan O'Hara-Reid
Ryan O'Hara-Reid
# PR Description * ~~Create worker pool balanced to `gomaxprocs`~~ Have it locked to one worker to keep logs in order. * Segregate caller with a buffered jobs channel *...
# PR Description resolves #969 As per an excellent suggestion by @mshogin * Add error handling potential to certain calling functions via script and updated documentation and examples. Also: *...
gctcli: * Merge getOrderbookCommand, whaleBombCommand, getOrderbookStreamCommand, getExchangeOrderbookStreamCommand to orderbookcommand * Link RPCServer to GetOrderbookMovement, GetOrderbookAmountByNominal, GetOrderbookAmountByImpact and add to orderbookcommand calculator.go: * Add test and update WhaleBomb() as this was...
# PR Description * Force config currency pairs to have a delimiter so unmarshalling is more consistent * Format method to take in PairFormat struct * Update FindDifferences method to...
## Type of change Please delete options that are not relevant and add an `x` in `[]` as item is complete. - [ ] Bug fix (non-breaking change which fixes...
# PR Description * Reduce go routine spawn and inline waitgroup action when calling `LockForDuration` * reuse timer instead of allocating on ever potential rest call * rm rw mutex...
# PR Description Requires #1488 This allows context to go through websocket connector functions. This also allows the toggle of auto subscriptions to pause for later. Tried to have as...
# PR Description * ~~There was a lag process involving numerous outbound subscriptions, this helps alleviate that by batching calls [spot only]~~ This was done in a PR that was...
# PR Description * Requires dependency #1472 * Shifts wrapper method `UpdateTradablePairs` to `exchange.go` as base method. Which reduces code foot print. * Fixes casing bug on digits for currency.Code...
# PR Description Shifts `GetDefaultConfig` wrapper function to `exchange.go` Mitigates potential issue when its called in a wrapper test and overwrites memory after initial `SetDefault` method func is called. Also...