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: fix Tor ID deserialization issue #3950

Merged
merged 3 commits into from
Mar 24, 2022

Commits on Mar 23, 2022

  1. fix: fix Tor ID deserialization issue

    Due to an issue with excluding the private key from the TorIdentity serialization that was fixed in tari-project#3946 any console wallets that ran the old code would crash on startup with a serialization error.
    
    This PR adds some resilience to the startup process that if it cannot deserialize the old Tor Id it will log the issue and then use a newly generated one.
    philipr-za committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    6de4bdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde65d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

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