Releases: pshenmic/platform-cli
Releases · pshenmic/platform-cli
platform-cli v0.1.5
Verbose logging and fix for mainnet network type (was only accepting dash
as a value for mainnet)
What's Changed
- Add more verbose logging to the command by @pshenmic in #10
- Allow mainnet as a network type by @pshenmic in #11
Full Changelog: v0.1.4...v0.1.5
platform-cli v0.1.4
Accept different private key encoding types in the input file
What's Changed
- Accept all possible private key encoding types (base64, hex, wif) by @pshenmic in #8
- Hardcode DPNS data contract in the code by @pshenmic in #9
Breaking Changes
- Introduced new required
--network
flag
Full Changelog: v0.1.3...v0.1.4
platform-cli v0.1.3
Fix GLIBC issue for older systems (now being build under Ubuntu 20.04), and fix for whitespaces or newlines in the input file data
What's Changed
- Downgrade Linux GLIBC requirement by @pshenmic in #6
- Strip input file whitespaces and newlines by @pshenmic in #7
Full Changelog: v0.1.2...v0.1.3
platform-cli v0.1.2
platform-cli v0.1.1
platform-cli v0.1.0
First release, a basic CLI application structure (3 commands implemented) and cross-compile multi arch CI release builds.
A first, MVP version, allows you to create and broadcast these actions in the Dash Platform network:
- Identity Credit Withdrawal
- Register DPNS Name
- Masternode vote on contested DPNS name
What's Changed
- Basic app structure
- Implemented Identity Credit Withdrawal command
- Implemented Register DPNS Name command
- Implemented Identity Credit Withdrawal command
- Documentation & Changelog
- Added GitHub actions by @pshenmic in #1
- Cross-compiled CI builds on CI by @pshenmic in #3
New Contributors
Full Changelog: https://github.com/pshenmic/platform-cli/commits/v0.1.0