Skip to content

Releases: neto737/BitGoSDK-PHP

BitGoSDK 2.2.3

29 Jun 03:17
Compare
Choose a tag to compare
  • Added Taproot fork address format
  • Updated API endpoints
  • Updated currencies in CurrencyCode enum (ERC20 tokens weren't updated)
  • Fixed bug in getWalletAddress and updateWalletAddress functions in BitGoSDK
  • Removed allowedCoins system from BitGoSDK and BitGoExpress

BitGoSDK 2.2.2

28 Feb 19:37
Compare
Choose a tag to compare
  • Fixed bug in setRequestIP when using testnet mode

BitGoSDK 2.2.1

14 Dec 21:50
Compare
Choose a tag to compare
  • Fixed bug in toBTC function

BitGoSDK 2.2.0

04 Dec 00:11
Compare
Choose a tag to compare
  • Added setRequestIP function (gives the possibility to force the request from a specific IP)
  • Added support to create address in Native Segwit format (Bech32)
  • Updated getWalletAddresses function (issue #11)
  • Updated getWalletAddress function
  • Updated updateWalletAddress function
  • Removed useless interfaces

BitGoSDK 2.1.9

02 Sep 17:08
Compare
Choose a tag to compare
  • Improved API request system

BitGoSDK 2.1.8

08 Jul 21:40
Compare
Choose a tag to compare
  • Added new functions:
    • BitGoSDK:
      • addBlockWebhook
      • listBlockWebhooks
      • removeBlockWebhook
    • BitGoExpress:
      • ping
      • encrypt
      • decrypt
      • verifyAddress
  • Updated cacert.pem file
  • Improved some things
  • Renamed interfaces

BitGoSDK 2.1.7

19 Apr 00:32
Compare
Choose a tag to compare
  • Fixed bug in toBTC function

BitGoSDK 2.1.6

13 Apr 14:55
Compare
Choose a tag to compare
  • Added some coins that was missing

BitGoSDK 2.1.5

11 Feb 19:33
Compare
Choose a tag to compare
  • Fixed user related functions problem
  • Converted getWebhookPayload into static function
  • Updated sendTransaction example
  • Updated receiveWebhook example
  • Added sendTransactionToMany example

BitGoSDK 2.1.4

20 Jan 17:43
Compare
Choose a tag to compare
  • Fixed bug in login function
  • Fixed bug in generateWallet function
  • Fixed bug in addWallet function
  • Fixed bug in consolidateWalletUnspents function
  • Updated getWebhookPayload function
  • Updated some examples
  • Added receiveWebhook example