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

[WIP]: ZHTLC remaining bugs and issues #1938

Closed
8 tasks done
smk762 opened this issue Aug 16, 2022 · 1 comment · Fixed by #1775
Closed
8 tasks done

[WIP]: ZHTLC remaining bugs and issues #1938

smk762 opened this issue Aug 16, 2022 · 1 comment · Fixed by #1775
Assignees
Labels
bug Something isn't working

Comments

@smk762
Copy link
Collaborator

smk762 commented Aug 16, 2022

  • Sending funds with custom fees fails.
  • Some overlap for public address / private key in "View seed and private keys"
  • Sent funds confirmation shows tx date of 1970
  • Sent funds confirmation address and tx hash is being clipped.
  • Receive funds address text is clipped
  • Incoming / outgoing funds do not update balance (tho tx appears in history) in wallet and portfolio tabs. non-zhtlc coins function as expected.
  • Block sending or swapping when in mid activation (Use signal to track activation state).
  • Better communicate ZHTLC activation percentage.
@smk762 smk762 added the bug Something isn't working label Aug 16, 2022
@smk762 smk762 self-assigned this Aug 16, 2022
@smk762
Copy link
Collaborator Author

smk762 commented Aug 20, 2022

Case found where coin "enables" but not really. "status": "Ready" can have errors.

{
    "id": null,
    "mmrpc": "2.0",
    "result": {
        "details": {
            "error": "Error on platform coin ARRR creation: transport error",
            "error_data": {
                "error": "transport error",
                "ticker": "ARRR"
            },
            "error_path": "lib.z_coin_activation.z_coin.z_rpc",
            "error_trace": "lib:93] z_coin_activation:191] z_coin:805] z_rpc:187]",
            "error_type": "CoinCreationError"
        },
        "status": "Ready"
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant