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

Releases: connext/indra

Indra v3.1.1 | Client v3.0.1

21 Jan 16:34
Compare
Choose a tag to compare

General bugfixes/improvements

Indra v3.1.0 | Client v 3.0.0

21 Jan 04:02
Compare
Choose a tag to compare

Changes

Bugfixes

  • #741 - Client functions that return Promises now properly reject in all cases instead of indefinitely hanging.

Indra v2.4.1 | Client v1.5.1

14 Jan 23:13
Compare
Choose a tag to compare

New Features

Indra v2.4.0 | Client v1.5.0

14 Jan 05:10
Compare
Choose a tag to compare

Breaking Change!

  • addPaymentProfile is now an admin-only function. Clients were never intended to set their own profiles, this is something a node operator should only be able to do. The Connext hosted node has default profiles set up for ETH and DAI.

Bugfixes

  • #704 - Add fields to client method getLinkedTransfer.
  • #523 - Reclaim collateral when client connects with node.
  • #246 - Error handling.
  • #244 - Handle incorrect mnemonics better.

Indra v2.3.25 | Client v1.4.4

13 Jan 02:10
Compare
Choose a tag to compare

Bugfixes

  • Crypto library fix for non-browser environments.

Indra v2.3.22 | Client v1.4.2

07 Jan 08:45
Compare
Choose a tag to compare

Issues resolved:

  • #641: Prevent hanging during certain edge cases
  • #677: Don't depend on wrapper around crypto primatives, increases compatibility w react native
  • #680: Don't trust the hub, the client now decrypts and takes action based on the preImage.

Indra v2.3.20

06 Jan 12:46
Compare
Choose a tag to compare

Little-to-no changes to functionality, this release focuses on test-ability.

Issues resolved by this release:

  • #655 Initialize a new set of integration tests
  • #661 Setup ops to get integration tests running properly in our automated test pipeline
  • #665 Fix some ops issues
  • #666 Integration tests run as a container instead of service so they're faster now
  • #672 Fixes CD pipeline to not require npm-publish before our full automated test suite can run

Indra v2.3.19 | Client v1.4.1

24 Dec 17:00
Compare
Choose a tag to compare

A lot of behind the scenes CI work to get our pipelines cleaned up and working well. We are in the process of beefing up integration testing, so expect more fixes around there. We also moved to GitHub CI.

Issues fixed in this release:

  • #621 - Use the bot farm (highly concurrent test environment) on CI/CD to make sure we are able to handle a highly concurrent environment.
  • #646 - Switch from using BigNumbers to hex strings to make transporting more predictable.
  • #651 - Fix a regression that came up where channelProvider broke.
  • #583 - Working on simplifying the main client instantiation/connection. Eventually it will be as easy as client.connect("mainnet"). This is some necessary legwork to make that happen.

Indra 2.3.17 | Client 1.3.14

17 Dec 03:07
Compare
Choose a tag to compare

Some fixy-fixes headed your way! This release is all about cleaning up client state.

The issues that were:

  • #614 -- clients will automatically restore state if no proxyFactoryAddress is included in the channel object
  • #630 -- clients will now automatically clean up state if they unexpectedly go offline during the execution of registered application flows (swap, conditionalTransfer, etc.)

Indra v2.3.15 | Client v1.3.8

13 Dec 08:34
Compare
Choose a tag to compare

Thread-safety added in the client wrapped methods!

  • #464 Deposit then immediate withdrawal bug 🐛 (e2e test forthcoming!)