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

refactor: clean up unwraps in wallet_ffi #3585

Merged

Commits on Nov 18, 2021

  1. refactor!: clean up unwraps in wallet_ffi

    Remove unwrap() in functions of wallet_ffi, code is considered best-effort to try prevent a panic since the nature of handling invalid pointers or invalidly converted pointers passed in results in undefined behaviour.
    
    Modified function signature of log_debug_message() to take into account an error occurring.
    
    Fixed potential panic when unwrapping parse() for MultiAddr.
    
    Fixed missing documentation for init_logging()
    
    cargo-fmt
    
    review comments
    StriderDM committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    f63fde2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

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