Skip to content

Releases: Fenguoz/bsc-php

Releases 2.2.5

16 Aug 08:18
Compare
Choose a tag to compare

Get balance to support decimal point parameters

Releases 2.2.2

25 Jul 03:25
Compare
Choose a tag to compare

Optimize

Optimize the description of README and example files

Releases 2.2.1

02 Jun 08:36
Compare
Choose a tag to compare

Added getTransactionByHash interface

Releases 2.2.0

14 Feb 08:32
Compare
Choose a tag to compare

Resolve contract transaction failure due to low gas fees

Releases 2.1.0

14 Feb 02:11
Compare
Choose a tag to compare

Optimize the low version of guzzle

Release 2.0.0

09 Feb 03:44
Compare
Choose a tag to compare

Support PHP8+

Release 1.0.0

09 Feb 03:41
Compare
Choose a tag to compare

Solve

  • Solve BIP44 parameter passing format error

Release v0.1.0

07 Jan 10:29
Compare
Choose a tag to compare

Added

  • Generate a private key to create an account newAccountByPrivateKey()
  • Generate mnemonic and create an account newAccountByMnemonic()
  • Restore account using mnemonic revertAccountByMnemonic(string $mnemonic)
  • Get the address according to the private key revertAccountByPrivateKey(string $privateKey)
  • Check balances(BNB) bnbBalance(string $address)
  • Check balances(BEP20) balance(string $address)
  • Transaction transfer (offline signature) transfer(string $from, string $to, float $amount)
  • Query the latest block blockNumber()
  • Query information according to the blockchain blockByNumber(int $blockID)
  • Query information based on transaction hash transactionReceipt(string $txHash)