This repository has been archived by the owner on May 28, 2021. It is now read-only.
Releases: connext/indra
Releases · connext/indra
Indra v3.1.1 | Client v3.0.1
General bugfixes/improvements
Indra v3.1.0 | Client v 3.0.0
Changes
- Updated mocked DAI token address for Rinkeby to token which contains
permit
function. Deployed at 0x16655FAf612D714039F92c408407D46c5A394a6C.
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
New Features
- #724 - Published an implementation of the store module. This makes starting a Connext client much easier. Guidelines published in repo: https://github.com/ConnextProject/indra/tree/master/modules/store
Indra v2.4.0 | Client v1.5.0
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
Indra v2.3.25 | Client v1.4.4
Bugfixes
- Crypto library fix for non-browser environments.
Indra v2.3.22 | Client v1.4.2
Indra v2.3.20
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
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
Some fixy-fixes headed your way! This release is all about cleaning up client state.
The issues that were:
Indra v2.3.15 | Client v1.3.8
Thread-safety added in the client wrapped methods!
- #464 Deposit then immediate withdrawal bug 🐛 (e2e test forthcoming!)