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

DUNE v1.0.0-rc2 Release Notes

Pre-release
Pre-release
Compare
Choose a tag to compare
@larryk85 larryk85 released this 18 Aug 18:42
· 416 commits to main since this release
09d8f4d

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.

Read on for details.

Upgrading from previous versions

If you have cloned prior to v1.0.0-rc2 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

  • (2) Antelope renaming
  • (4) Small fixes
  • (7) update to new packages and bump version


Full Changelog: 71991a7...v1.0.0-rc2