Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Minor Release: v5.1.0

Choose a tag to compare

@timoxley timoxley released this 15 Mar 20:12
· 372 commits to master since this release

New Features

  • Added withdrawToMainnet option to DataUnions withdraw methods. Defaults to true. Set to false to 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.