Skip to content

Releases: iota-community/iota.php

IOTA.php 1.5.2 Release

29 Dec 14:31
Compare
Choose a tag to compare

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 ###

IOTA.php 0.4.2 Alpha Release

06 Sep 07:51
Compare
Choose a tag to compare
Pre-release

0.4.2 - 2021-12-12

Library update

Added

  • example DIDmnemonic
  • Wrapper for Mnemonic, Ed25519Seed
  • DID conflict error

Changed

  • update help (mnemonic example)
  • use object (Util\Keys) instead of array
  • remove ':test' method form DID scheme
  • change readme banner
  • fix composer.json (case sensitive)

0.4.1 - 2021-10-05

TESTNET to DEVNET update

Changed

  • Network class
  • SingleNodeClient
  • FaucetClient
  • Unit tests

0.4.0 - 2021-09-06

Iota DID, create/manipulate/verify IOTA Identity.

Added

  • Identity classes
  • Canonicalie JSON
  • decode, encode base58
  • Util Keys
  • Identity examples
  • Identity help

Changed

  • Help
  • Check the parameters if isHex
  • Keypair from Seed > 64

IOTA.php 0.3.0 Alpha Release

30 Jun 10:49
Compare
Choose a tag to compare
Pre-release

0.3.0 - 2021-07-25

Connects you to the testnet / mainnet more easily and automatically has the settings for the node, explorer and bech32HRP.

Added

  • Util\Network class

Changed

  • SingeNodeClient
  • Builder
  • unitTests

0.2.3 - 2021-07-12

Added

  • get Historic Balances
    • Add new Wallet/Address method
    • Add Example Wallet/05_WalletGetHistoricBalances
    • Add Help Wallet/020_examples_wallet_getHistoricBalance

0.2.2 - 2021-07-01

Added

  • Helper\Amount

Changed

  • Helper\ApiCaller default timeout = 30
  • FaucetClient timeout handle

0.2.1 - 2021-06-30

Added

  • Wallet Help
    • useWallet
    • searchWalletAddress
    • sendTokens

Changed

  • searchAddresses
    • zeroBalance default to false

0.2.0 - 2021-06-30

Added

  • Wallet class
    • address management
    • get Balance over Wallet\Address
    • send Tokens over Wallet\Address
    • Address Searcher

IOTA.php 0.1.0 Alpha Release

28 Jun 10:29
f7c0b24
Compare
Choose a tag to compare
Pre-release
Merge pull request #2 from iota-community/develop

Update 0.1.0