·
259 commits
to master
since this release
0.2.0 - 2025-05-07
Added
- Add deploy contract output (display the new contractId)
- Add optional deposit to ContractCall [#3650]
- Add pagination for transaction history to not pollute the stdout [#3292]
Changed
- Change dependency declaration to not require strict equal [#3405]
- Change key derivation to PBKDF2 and wallet encryption to AES-GCM [#3391]
- Change default deploy gas limit to be accepted by std mempool
- Change transaction history error message to a more helpful one [#3707]
Removed
- Remove
async
fromState::register_sync
[#3623] - Remove return of
Result<(), Error>
fromState::register_sync
[#3623]
Fixed
- Fix wrong lower limit for stake operation when performing topup [#3394]
- Fix
is_synced()
method in the wallet to avoid overflow [#3593] - Fix transaction history deserialization [#3598]
- Fix contract init parsing [#3602]
- Fix contract call non-interactive parsing [#3602]
- Fix exit when command errors in interactive mode [#3597], [#3192]
- Fix out of order transaction history [#3702]
- Fix empty transaction history error [#3700]
- Fix insufficient balance to stake error message [#3713]
- Fix wrong amount in phoenix transaction history [#3704]