This repository was archived by the owner on Dec 21, 2021. It is now read-only.
Minor Release: v5.1.0
New Features
- Added
withdrawToMainnetoption to DataUnions withdraw methods. Defaults totrue. Set tofalseto withdraw tokens to sidechain. See README for more info. #220.
Docs
- DataUnions Docs Rewrite in README. #222.
- Added auto-generated DataUnion Docs #219
- Added auto-generated API docs for rest of client. #221
- Various README Updates
Refactoring
- Centralized Ethereum address validation in Client Config. #223
Testing & CI
- Added new workflow to build docs in CI. #221
- Split CI jobs into code & build tests workflows. The build tests require a built client. Allows more granular rerunning of CI tasks.