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

Don't panic across FFI #358

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 7, 2022

  1. Don't panic across FFI

    Panicking across FFI was UB in older Rust versions and thus because of
    MSRV it's safer to avoid it. This replaces the panic with print+abort on
    `std` and double panic on no-std.
    
    Closes rust-bitcoin#354
    Kixunil committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    4aabbbd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Fixed typo

    Kixunil committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    540c783 View commit details
    Browse the repository at this point in the history