Skip to content

v10.0.1

Compare
Choose a tag to compare
@Shaptic Shaptic released this 21 Jan 21:28
· 126 commits to master since this release
d8e3818

Fix

  • Add missing fields to the LedgerRecord: successful_transaction_count and failed_transaction_count (#740). Note that this also marks several fields as deprecated because they don't actually exist in the Horizon API response:

    • transaction_count: superceded by the sum of the aforementioned fields
    • base_fee: superceded by the base_fee_in_stroops field
    • base_reserve: superceded by the base_reserve_in_stroops field

These deprecated fields will be removed in the next major version. It's unlikely that this breaking change should affect anyone, as these fields have likely been missing/invalid for some time.

Update

  • Update a number of dependencies that needed various security updates:

    • several dependencies bumped their patch version (#736, #684, #672, #666, #644, #622)
    • axios has been bumped to 0.25.0 without causing breaking changes (#742)
    • the karma suite of packages has been updated to the latest major version (#743)

All of the dependencies in question besides axios were developer dependencies, so there never was downstream security impact nor will there be downstream upgrade impact.