All notable changes to zksync_rs
will be documented in this file.
Version 0.2.2 is being developed.
- Additional unit tests.
- Exporting
closest_greater_or_eq_packable_fee_amount
andclosest_greater_or_eq_packable_token_amount
functions.
- Improved overall quality of code.
Wallet::is_signing_key_set
instead of checking if there is anysigning_key
at all, now checks if thesigner
's public key is the same as the public key that is set in zkSync.
Version 0.2.0 is released.