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

Satoshi's Calculator. #102

Merged

Commits on Sep 9, 2022

  1. update cargo.toml

     - Update dependency
     - Disable `regtest-esplora-*` backends for further testing
    rajarshimaitra committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    992915b View commit details
    Browse the repository at this point in the history
  2. Update commands

    - Add a new NodeCommand to handle backend node operation.
    - Fix the REPL mode to show commands via category
    - Other auxiliary fixes.
    rajarshimaitra committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0212b48 View commit details
    Browse the repository at this point in the history
  3. Update handlers

     - Update the handlers to handle node commands
     - Main `handle_command()` function signature changed to only take
       in a `CliOpts`. This is helpful for wasm or any other binding
       produced on bdk-cli.
    rajarshimaitra committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0eb2dc8 View commit details
    Browse the repository at this point in the history
  4. Update nodes.rs

    Add the backend Node mechanism.
    rajarshimaitra committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    aa6a687 View commit details
    Browse the repository at this point in the history
  5. Update utility

    Various fixes and moves in utility module
    rajarshimaitra committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b596c9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4906764 View commit details
    Browse the repository at this point in the history
  7. Simplify main

    rajarshimaitra committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0ce8426 View commit details
    Browse the repository at this point in the history
  8. Update changelog

    rajarshimaitra committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    322f6f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

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