kevin
kevin
`client.CreateOrder` does not have a function parameter to allow setting TimeInForce resulting in using the default `GTE` value every time. The only thought I had was to make use of...
### Overview In an effort to support a more standard kube deployment, leverage helm charts to deploy unchained services to a kubernetes cluster. The goal is to prep unchained infra...
### Overview There are different block speeds which would imply different block time estimates for fee calc ### References and additional details utxo/service.ts ### Acceptance Criteria configurable block times ###...
### Overview Blockbook doesn't understand cashaddr addresses without the `bitcoincash:` prefix, add if not provided as part of the address ### References and additional details https://github.com/shapeshift/unchained/blob/develop/node/coinstacks/bitcoincash/api/src/controller.ts ### Acceptance Criteria -...
### Overview In an effort to help with documentation for future bounties, a coin integration guide would be of great help for an outside party to reference and successfully integrate...
## Description Show total crypto value with fees in Confirm summary ## Notice - [x] Have you followed the guidelines in our [Contributing]('https://github.com/shapeshift/web/blob/develop/CONTRIBUTING.md) guide? - [ ] Have you checked...
### Overview synchronous block fetch on un-cached blocks is a bottleneck for tx history fetching ### References and additional details block.go ### Acceptance Criteria - concurrently fetch block details for...
### Overview In an effort to move away from 3rd party nodes to save money and improve performance, we want to add self hosted node infra. ### References and additional...