Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 658 Bytes

js-sdk.md

File metadata and controls

26 lines (15 loc) · 658 Bytes

JavaScript SDK changelog

All notable changes to zksync.js will be documented in this file.

Unreleased

Version 0.8.4 is being developed.

Added

  • updateTokenSet function that updates the tokenSet stored in the Provider.
  • newMockProvider and DummyTransport. Tests for the library.
  • closestGreaterOrEqPackableTransactionAmount and closestGreaterOrEqPackableTransactionFee functions. Tests for them.

Changed

  • HTTP provider is now the default one.

Fixed

  • Bug with integerToFloat function. Now, it really rounds to the closest less or equal float number.

Prior to 2020-12-10

Version 0.8.3 is released.