v 0.2.0 Pepe Testnet
·
153 commits
to master
since this release
-
Improved the CLI
- Deprecated the
--proof
and--out
options. The CLI now outputs JSON data, containingto
andcalldata
fields for later signing. If you'd like to sign and submit yourself via a private key, supply this with--sender
. If you'd like to sign and submit later, save this JSON to a file and sign/broadcastcalldata
/to
.
- Deprecated the
-
Semver
- This repository will be following semver. This is a minor change. Major protocol changes will include a major version bump, while minor changes are reserved for tooling incompatibilities or upgrade. Patch changes encompass all else.
Please update your CLIs and post any questions! Thank you.