Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Releases: symbol/catapult-rest

[v2.4.0] - 16-Nov-2021

16 Nov 21:25
bcd0ac7
Compare
Choose a tag to compare

Fixed

  • Fixed total, circulating and max supply.
  • Removed cmc plugin and moved cmcRoutes into mosaic:supplyRoutes.

[v2.3.9] - 11-Nov-2021

12 Nov 12:49
4c9a7aa
Compare
Choose a tag to compare

Added

  • Added mosaic supply revocation transaction support.
  • Added new catapult 1.0.3.0 new status codes.

[v2.3.8] - 1-Nov-2021

12 Nov 12:49
Compare
Choose a tag to compare

Added

  • Removed private network type support.
  • Renamed network names to from public to mainnet and from publicTest to testnet.

[v2.3.7] - 31-Oct-2021

31 Oct 21:39
527dcfb
Compare
Choose a tag to compare

Added

  • Native HTTPS support by providing SSL certificates.
  • timestamp in recipients payload.
  • timestamp and feeMultiplerin transactions payloads.

Fixed

  • Removed babel from local catapult-sdk module.
  • Docker image migrated to ubuntu v20.04.

v2.3.6

24 May 14:26
bb0369e
Compare
Choose a tag to compare

[v2.3.6] - 24-May-2021

Added

  • Tokenomics endpoints.
  • Symbol-bootstrap version in server version endpoints. Deployment metadata in /node/server from rest.json. Bootstrap will update the details automatically. Node operators would need to update the rest.json when installing rest manually.

Fixed

  • Fixed zero median network transaction fee issue

v2.3.5

16 Mar 23:59
bd8d952
Compare
Choose a tag to compare

[v2.3.5] - 15-Mar-2021

  • Symbol Mainnet Launch

v2.3.4

05 Mar 14:37
578c401
Compare
Choose a tag to compare

[v2.3.4] - 5-Mar-2021

Fixed

  • Account endpoint pagination issue.

Added

  • Max zmq socket connection cap.

v2.3.3

15 Feb 21:31
Compare
Choose a tag to compare

[v2.3.3] - 15-Feb-2021

Fixed

  • Fixed duplicate alias names returned from namespace endpoint issue.
  • Fixed duplicated status results. The status is now retrieved by priority.

Changed

  • Set default connection pool size to 10.
  • Changed node/storage endpoint to use estimated counts from mongo collections.
  • Allow all transaction groups to be queried by cosigners.
  • Allow address aliases in web socket listener subscriptions.

v2.3.2

02 Feb 20:14
488004b
Compare
Choose a tag to compare

[v2.3.2] - 02-Feb-2021

Added

  • FromHeight and ToHeight to receipt search endpoint.

Fixed

  • Fixed issues on only multisig and aggregate initiator can query partial transactions.