- derivatives.DerivativeStatus fixed payload quality check
- convert.F64ValOrZero now returning float64 for non float interface representations instead of 0
- convert.BValOrFalse now correctly maps 0, 1, "0" and "1" to boolean values
- trades resource is now aware of trading and funding pairs and maps data correctly
- book resource is now aware of trading and funding pairs and maps data correctly
Description:
Splitting legacy
types.go
into small modules. Each test covered and refactored to follow certain patterns. Unused/dead code cleanup.Breaking changes:
New features:
Fixes:
PR status: