Skip to content

IOTA.php 1.5.2 Release

Latest
Compare
Choose a tag to compare
@StefanSeehaus StefanSeehaus released this 29 Dec 14:31
· 1 commit to main since this release

1.5.2 - 2022-08-15

Lib Update (fix)

Changed

  • fix: No confirmed transaction if PayloadIndexation is empty

1.5.1 - 2022-07-11

Lib Update

Added

  • Example: 06_sendTokenAndCheckTranscation

Changed

  • SingeNodeClient, network is now public

1.5 - 2022-05-16

This library is functionally complete for the IOTA Chrysalis network

0.5.5 - 2022-02-07

Lib Update (fix)

Changed

  • fix: ($value) must be of type Countable|array, IOTA\Api\ResponseArray given
  • example update: 05_fetchMessage

0.5.4 - 2022-02-06

Lib Update

Added

  • Example: SingleNodeClient 10_getOutput.php

Changed

  • sendTokens now check output type 1 if 0 is empty
  • fix docs
  • fix Identity check messageIds

0.5.3 - 2022-01-24

Lib Update

Added

  • JSON: ArrayAccess
  • Converter: add methods string2Int, string2UInt16, string2BigInt
  • Ed25519Address: add method toAddressBase58
  • Converter: add method xorBytes

Changed

  • ApiCaller: fetchJSON returns JSON width useJSONHandler = false
  • JSON: new methods to call as Array
  • Network: switch default Network to "devnet"
  • ApiCaller: update default value from $route
  • Models/TraitSerializer: calls Converter methods
  • UnitTest: FaucetClientTest add new Ouput Message
  • Wallet : add method subSeed to create a subSeed from the Seed
  • Wallet: fix docs
  • ApiCaller: param (bool)useJSONHandler
  • Ed25519Seed: Input now allows base58 decoded input
  • Ed25519: statics now public

0.5.2 - 2022-01-20

Api Update

Added

  • Api/ResponseArray

Changed

  • Api now uses ResponseArray (Object) instead of array
  • Example SingleNodeClient/02_getNodeInfo

0.5.1 - 2022-01-05

Network Update

Added

  • IOTA 1.5 Comnet
  • Faucet setting to network class

Changed

  • set comnet as default network (reason: PoW is disabled in default devnet node)
  • binding faucet api call to network class

0.5.0 - 2021-12-29

Interact with an IOTA PermaNode (Chronicle)

Added

  • PermaNodeClient (Interact with Chronicle API)

    (health, info, message, messageFind, messageChildren, messageMetadata, milestone, output)

  • Examples (PermaNodeClient)

    • 01_getNodeHealth
    • 02_getNodeInfo
    • 04_getMessage
    • 05_fetchMessage
    • 09_getMilestone ###