Skip to content

Releases: pshenmic/platform-cli

platform-cli v0.1.5

20 Oct 16:18
0791533
Compare
Choose a tag to compare

Verbose logging and fix for mainnet network type (was only accepting dash as a value for mainnet)

What's Changed

Full Changelog: v0.1.4...v0.1.5

platform-cli v0.1.4

20 Oct 01:15
3dcd4cb
Compare
Choose a tag to compare

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

19 Oct 21:41
4c88e0f
Compare
Choose a tag to compare

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

19 Oct 11:45
098c527
Compare
Choose a tag to compare

Linux ARM64 builds support

What's Changed

  • Added Linux arm64 builds on CI by @pshenmic in #4
  • Removed rs-drive from the project dependencies

Full Changelog: v0.1.1...v0.1.2

platform-cli v0.1.1

18 Oct 09:36
5507741
Compare
Choose a tag to compare

Minor documentation updates and cleanup

What's Changed

  • Updated application and README.md documentation by @pshenmic in #5

Full Changelog: v0.1.0...v0.1.1

platform-cli v0.1.0

18 Oct 08:13
8bc049b
Compare
Choose a tag to compare

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