This repository has been archived by the owner on May 28, 2021. It is now read-only.
Indra v2.3.19 | Client v1.4.1
rhlsthrm
released this
24 Dec 17:00
·
7735 commits
to staging
since this release
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.