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

Hotfix/masked result #4361

Merged
merged 3 commits into from
Feb 10, 2024
Merged

Hotfix/masked result #4361

merged 3 commits into from
Feb 10, 2024

Commits on Feb 6, 2024

  1. fix: rc_consensus_hash in the burn view is the stacks tip consensus h…

    …ash, not the reward cycle consensus hash
    jcnelson committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5a661fd View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    d3f20d2 View commit details
    Browse the repository at this point in the history
  2. fix: .expect_result() returns Result<Result<..>, ..>, so try! to re…

    …move that outer error before acting on a blanket `Ok(_)` / `Err(_)` match
    jcnelson committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7f7707c View commit details
    Browse the repository at this point in the history