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

btcli fixes #41

Merged
merged 6 commits into from
Aug 30, 2024
Merged

btcli fixes #41

merged 6 commits into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    6d22844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3aed7f View commit details
    Browse the repository at this point in the history
  3. We were checking if my_uid is None, but my_uid is a ScaleType, and …

    …thus could never be None. Instead use `my_uid.value`, which will be None. Consistent with root slash
    thewhaleking committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9d580d7 View commit details
    Browse the repository at this point in the history
  4. u16 normalise the take from delegates, fix setting archive node when …

    …a network is specified in config. Fix 0% when previous stake is 0 and current stake is also 0.
    thewhaleking committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7862d97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a9ebdf View commit details
    Browse the repository at this point in the history
  6. set-identity fixed.

    thewhaleking committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    db09c69 View commit details
    Browse the repository at this point in the history