github ergoplatform/ergo v4.0.22
Ergo Protocol Reference Client 4.0.22

latest releases: v5.0.24, v5.0.23, v6.0.0-alpha2...
2 years ago

Ergo Protocol Reference Client 4.0.22 release. It contains following PRs:

  • #1540 - now wallet API supports burning tokens. Request example ( for /wallet/transaction/send ):
{
  "requests": [
    {
      "assetsToBurn": [
        {
          "tokenId": "4ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
          "amount": 1000
        }
      ]
    }
  ],
  "fee": 1000000,
  "inputsRaw": [ ],
  "dataInputsRaw": []
}
  • #1569 - better logging and improved blacklist datastructures for the mempool

  • #1579 - /script/executeWithContext is now executing a script exactly as in transaction validation

  • #1584 - fixed float type input problems in Safari

  • #1590 - fixing possible message queue overflow issue during active sync.

  • #1593 - transaction generated with /wallet/transaction/send or /wallet/payment/send now checked like it is submitted into the mempool via posting to /transactions

  • #1594 - small typo fix

SHA-256 sum (if built with Java 8): 63fc23475695cedbbdbe9614f029235902905580993533efd430de51e9274b0f

Contributors: @aslesarenko , @ccellado , @deadit , @kushti, @pragmaxim , @ross-weir

Don't miss a new ergo release

NewReleases is sending notifications on new releases.