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

fix: return rate in/out as number #3798

Merged
merged 5 commits into from
Aug 10, 2021
Merged

Commits on Aug 9, 2021

  1. fix: return rate in/out as float

    The return type for `rateIn`/`rateOut` should be a float and not an
    integer.
    
    go-IPFS returns a `float64` which isn't representible in js, but we
    are not interested in that level of accuracy for this value so just
    return it as a regular `float`.
    
    Fixes #3782
    achingbrain committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    610bff7 View commit details
    Browse the repository at this point in the history
  2. chore: update type

    achingbrain committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    21bd3ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daf3111 View commit details
    Browse the repository at this point in the history
  4. chore: fix test

    achingbrain committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    26bd4d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    74abb64 View commit details
    Browse the repository at this point in the history