Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

DUNE v1.0.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@stephenpdeos stephenpdeos released this 31 Aug 19:06
· 414 commits to main since this release
v1.0.0-rc3
2f1e219

DUNE v1.0.0-rc3 Release Notes

This is a RELEASE CANDIDATE for version 1.0.0.

This release introduces DUNE, Docker Utilities for Node Execution. DUNE is a tool to abstract over Leap programs, CDT, and other services/tools to perform the functions of node management, compiling smart contracts, running tests, and several other common tasks required to develop smart contracts on Antelope blockchains.

This release is a version dependency bump to accommodate the latest CDT 3.0.0 RC3 and Leap 3.1.0 stable releases.

Read on for details.

Upgrading from previous versions

If you have cloned prior to v1.0.0-rc3 you will need to run the ./bootstrap script again to update it and run dune --destroy-container. This will erase the container and start over from the new image, so please export your wallet or nodes that you want to persist.

If you have used v1.0.0-rc1 or prior, the option --set-system-contract is now --set-core-contract to use the naming convention we are moving forward with for EOS system contracts.

Features

The full list of commands for DUNE can be accessed in the DUNE Commands section of the README or by using the -h or --help command inside of DUNE.

Further details on changes since last release

Contributors

Special thanks to the contributors that submitted patches for this release:

Full list of changes since last release

PRs

  • (16) [1.0] bump to 1.0.0-rc3 with leap 3.1.0 & cdt 3.0.0-rc3


Full Changelog: v1.0.0-rc2...v1.0.0-rc3