Skip to content

Ergo Mainnet 3.0.2 Release

Compare
Choose a tag to compare
@kushti kushti released this 04 Jul 10:39
· 5348 commits to master since this release
07b3aed

This release contains API improvements

  • utils/rawToAddress and utils/addressToRaw methods to convert pubkeyHex (used by mining software) into P2PK address (used by wallet) and vice versa

  • /wallet/updateChangeAddress method allows to set arbitrary address to send change for further transactions (by default, wallet sends change to a random wallet key)

  • /wallet/transactionById method shows data on given transaction id from the wallet

  • /wallet/transactions now has filters by min and max confirmations

  • number of confirmations added to wallet transaction