Ryan O'Hara-Reid
Ryan O'Hara-Reid
# PR Description * Updates struct to include all fields and converts string fields that hold a float to types.Number for easier conversion. * Fix bug that stopped transfers from...
# PR Description * Taken from #1252 * ~~In [engine/websocketroutine_manager.go](https://github.com/thrasher-corp/gocryptotrader/compare/master...shazbert:websocket_sub_state?expand=1#diff-ced91e5af7a15f7c959c32b7b5a2ffb26bd9771a25799af41c45acc02de1d3e5) this swaps the connect and the receiver around so we can start a receiving service while the subscription routine is...
# PR Description ~~Opened as draft for initial inspection and critique.~~ This attempts to reduce code duplication for websocket wrappers and gets it another step forward for multi-connection handling. *...
# PR Description Allows websocket connections to be spawned around subscription count to allow for more subscriptions in total Opened for people to 👀 ball over. Requires #1493 ## Type...
# PR Description * Adds field to protocol.Features struct `SpotMarketOrderSubmissionAmounts` to define what the exchange requires in a specific spot market long submission. Inverse can be added later when needed....
# PR Description Allows the logger system to be completely bypassed by a hook while maintaining existing features. This allows clients to define their own independent logger implementations for their...
# PR Description * Adds translator helpers for specific currency matching operations that are bespoke to each exchange. This can be overridden client side and implemented ad-hoc but a hardcoded...
# PR Description Adds verbose output to error using runtime package information. Please delete options that are not relevant and add an `x` in `[]` as item is complete. -...
# PR Description * drops error return on method for ease of use. * Adds GetAsset to obtain asset * Adds GetState method to check timings and how the orderbook...
# PR Description * Drop fields associated with the websocket and pass reference to governing type. * Drop method set proxy as proxy is held and maintained at the websocket...