Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some display / API issue #600

Merged

Commits on Oct 3, 2022

  1. Fix upnp port forwarding bugs on some router

    Using upnp on some router do not allow requesting public ip from the router itslef
    For metric polling, if node request itself, replace public ip by 127.0.0.1
    Neylix committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    6d3cefc View commit details
    Browse the repository at this point in the history
  2. Fix serialization of %Balance message

    Use 64 bits instead of float as all numbers are in Big Int
    Neylix committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    cf91322 View commit details
    Browse the repository at this point in the history
  3. Fix oracle chain display order to be consistent as new transaction ar…

    …e prepended in the list
    Neylix committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    346c002 View commit details
    Browse the repository at this point in the history