Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Indra v4.0.16 | Client v4.0.16

Compare
Choose a tag to compare
@rhlsthrm rhlsthrm released this 17 Feb 16:59
· 6253 commits to staging since this release

Features

  • #721 - Exchange rates are now extendable. Node operators can configure their own tokens to be supported, collateralized, and swapped. Swap module defaults to Uniswap rates but can be configured to plug in your own price oracles. Contact us if you need help setting this up. Docs coming!
  • #798 - We are working on a bunch of rebalancing updates to optimize the collateral cost of running a node, without sacrificing UX. This lays a lot of groundwork for that.
  • Deprecating client.requestCollateral. Collateral and channel rebalancing will be fully handled by the node now, so do not rely on this client method to request collateral.
  • Allow TLS support for the messaging layer. Now you can use tls://<NATS_URL>:4223 as the node URL if you deploy a TLS-secured NATS server. More updates around NATS auth/security coming as well!

Bugfixes

  • Fixed a bug that made it to staging where the local Daicard UI was not spinning up properly.