Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Release v1.6.5-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jimni1222 jimni1222 released this 20 Aug 00:55
· 490 commits to dev since this release
177efe8

v1.6.5-rc.1 Release Notes

Improvements

  • Established a structure to perform conformance test, which is the tests that Klaytn SDK must satisfy. (#522)
  • Added a signatureData.isEqual(sig) function to compare two signatureData. (#520)

Fixes

  • In order to replace the code that causes memory leaks, when an instance of a subclass is created, it is initialized together with therequestManager used in the upper class, and the instance of the upper class and the instances of the subclass store the same requestManager object. In addition, the provider variable held by each instance is modified so that it looks at the provider of the requestManager without assigning it separately, so that when the provider information of the requestManager of the upper instance is changed, the changed information can be used in the subclass instance as well. (#524)
  • Removed unsupported RPC call by Klaytn Node named klay_writeThroughCaching from caver.rpc.klay. (#521)