Verbose logging and fix for mainnet network type (was only accepting dash
as a value for mainnet)
- Add more verbose logging to the command by @pshenmic in #10
- Allow mainnet as a network type by @pshenmic in #11
Full Changelog: https://github.com/pshenmic/platform-cli/compare/v0.1.4...v0.1.5
Accept different private key encoding types in the input file
- 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
- Introduced new required
--network
flag
Full Changelog: https://github.com/pshenmic/platform-cli/compare/v0.1.3...v0.1.4
Fix GLIBC issue for older systems (now being build under Ubuntu 20.04), and fix for whitespaces or newlines in the input file data
- Downgrade Linux GLIBC requirement by @pshenmic in #6
- Strip input file whitespaces and newlines by @pshenmic in #7
Full Changelog: https://github.com/pshenmic/platform-cli/compare/v0.1.2...v0.1.3
Linux ARM64 builds support
- Added Linux arm64 builds on CI by @pshenmic in #4
- Removed rs-drive from the project dependencies
Full Changelog: https://github.com/pshenmic/platform-cli/compare/v0.1.1...v0.1.2
Minor documentation updates and cleanup
- Updated application and README.md documentation by @pshenmic in #5
Full Changelog: https://github.com/pshenmic/platform-cli/compare/v0.1.0...v0.1.1
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
- 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
- @pshenmic made their first contribution in #1
Full Changelog: https://github.com/pshenmic/platform-cli/commits/v0.1.0