Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Release 1.0.3

Compare
Choose a tag to compare
@georgeee georgeee released this 11 Dec 13:04
· 6210 commits to develop since this release
0c1fab9

CSL v1.0.3 Release notes

Various minor fixes:

  • CSL-1758 Risk of infinite update loop in Daedalus update system
    Fix was provided to disallow update issue in case of particular operational error.

  • CSL-1747 cardano-launcher should kill cardano-node process properly
    Fix to problem of applying updates.

  • CSL-1708 Fix leaks in log-warper
    Fix to some space leaks in logging library.

  • CSL-1640 couldn't run the node error
    Fix to minor problem few users were seeing.

Minor features for wallet API:

  • CSM-484 Add flag to make TLS optional
    Allow TLS encryption of Wallet API communication to be turned off.

  • CSL-1783 Create API for checking current version info
    New API for Wallet backend

Fixes for issues occurred on wallets operating with hundreds of addresses:

  • CSL-1720 Don't call BListener during lrc
  • CSM-491 Acid evnts log automatically grows over time
  • CSM-494 /api/wallets (as well as /api/accounts) works for a long time
  • CSM-505 Wallet shows incorrect balance

Fixes to wallet logging (verbosity, readability):

  • CSM-474 Implement ApiCanLogArg for ClientTypes explicitly
  • CSE-244 Enable Explorer logging

Fixes to Explorer:

  • CSE-236 Search by time is not working
  • CSE-240 Add getLeaders pagination
  • CSE-231 "Address does not exist" error for existing addresses
  • CSE-193 Extend genesis page

Updates to utility code for operation on clusters:

  • CSL-1840 Port devnet configuration to cardano-sl-1.0
    Added configuration to launch dev clusters with cardano-sl-1.0, further was used for testing

  • CSL-1794 Provide necessary knowledge and code changes to increase tx size limit in cardano-sl-1.0
    Update to utility code, docs.

  • CSL-1765 automate update system proposals
    Update utility improvement.