Skip to content

Releases: WebDollar/webdollar-client-php

[v1.5.0]

14 Apr 16:00

Choose a tag to compare

Added

  • Method SendAdvancedTransaction

[v1.4.3]

20 Mar 12:14

Choose a tag to compare

Added

  • Method to get the baseUri for the client

[v1.4.2]

12 Mar 22:09

Choose a tag to compare

Added

  • Handle 401 (Unauthorized) http status
  • Handle 429 (Too Many Requests) http status
  • Process 401 & 429 http statuses into Client errors
  • Added tests

[v1.4.1]

06 Mar 01:23

Choose a tag to compare

Added

  • Test GetTransactionByHashTest
  • Test NodeWaitListTest

Changed

  • Get fee_reward & total_reward directly from node API

[v1.4.0]

04 Mar 23:24

Choose a tag to compare

Added

  • Method NodeWaitList

[v1.3.0]

26 Feb 00:12

Choose a tag to compare

Added

  • Block::getFeeReward
  • Block::getFeeRewardRaw
  • Block::getTotalReward
  • Block::getTotalRewardRaw
  • Transaction::isVirtual

[v1.2.0]

25 Feb 14:27

Choose a tag to compare

Added

  • getRawData for single models

[v1.1.1]

24 Feb 16:17

Choose a tag to compare

Added

  • Option to add custom method

Removed

  • Remove not needed debug messages

[v1.1.0]

21 Feb 21:54

Choose a tag to compare

Added

  • Method DeleteAccount
  • Method EncryptAccount
  • Method ExportAccount
  • Method ImportAccount
  • Method NewAccount
  • Method GetBlockCount
  • Method GetBlocksByNumbers
  • Method GetBlocksByRange
  • Method GetTransactionByBlockHashAndIndex
  • Method GetTransactionByBlockNumberAndIndex
  • Method GetTransactionByHash
  • Method NetworkHashRate
  • Added tests

Changed

  • New Logic for managing and calling the methods

[v1.0.0]

21 Feb 01:56

Choose a tag to compare

Added Readme + comments for async methods in Webdollar Factory