Skip to content

Releases: ArkEcosystem/php-crypto

0.2.1

20 Jul 07:29
Compare
Choose a tag to compare

Fixed

  • Properly handle asset if empty in ArkEcosystem\Crypto\Transactions\Transaction.
  • Properly handle version and network if not set on ArkEcosystem\Crypto\Transactions\Transaction.
  • Added missing ArkEcosystem\Crypto\Networks\Devnet use to ArkEcosystem\Crypto\Configuration\Network

0.2.0

18 Jul 04:04
Compare
Choose a tag to compare

Several files and folders have been moved around for guideline compliance - see the diff for more details

Fixed

  • Multi Payment Serialisation & Deserialisation

Added

  • Slot helper
  • Validate PublicKey
  • Get Public Key from Hex
  • Get Private Key from Hex
  • Get Private Key from WIF
  • Transaction to Array
  • Transaction to JSON

Changed

  • Upgraded bitwasp/bitcoin to 0.0.35

Removed

  • Dropped nethash from networks as it was not used

0.1.0

02 Jul 03:44
Compare
Choose a tag to compare
  • Initial Release