You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
optimisation: Maintain a lookup of frequently used big.Int instances (#……154)
* Maintain a small lookup of the first few big.Ints - reduces GC pressure significantly
* Update decimal/decimal.go
---------
Co-authored-by: Ed Harrod <[email protected]>
Add auth header details to all calls if specified
When auth details are specified, add auth header to all requests regardless if the endpoint requires authentication. This will allow the system to apply rate limiting according to the limits set to the user and not general ip-based rate limiting.
time: Handle different time formats when unmarshalling (#162)
* time: Handle different time formats when unmarshalling
* readme: Update example, increment version