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

Feat/33 convenient way to gather user balances #34

Merged
merged 5 commits into from
Jun 22, 2023

Commits on Jun 2, 2023

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

Commits on Jun 15, 2023

  1. Feature: Updated balance, removed some logging and added pox endpoint…

    …s to support forthcoming signer dashboard.
    radicleart committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    08210f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Commitment of initial signers dashboard.

    Addition of end point to bridge api to determine the commit data for electrum plugin
    radicleart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8e59d41 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Endpoints: build and parse the payload data for deposits

    1. /bridge-api/:network/v1/btc/tx/commit-deposit-data/:stxAddress/:revealFee
    2. /bridge-api/:network/v1/btc/tx/commit-deposit/:data
    for withdrawals
    3. /bridge-api/:network/v1/btc/tx/commit-withdrawal-data/:signature/:amount
    4. /bridge-api/:network/v1/btc/tx/commit-withdrawal/:data/:sbtcWallet/:compression
    and fetch the taproot commitment sccript data
    5. /bridge-api/:network/v1/btc/tx/commitment/:stxAddress/:revealFee
    radicleart committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b6866c9 View commit details
    Browse the repository at this point in the history
  2. Chore: unit tests

    radicleart committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5c3375e View commit details
    Browse the repository at this point in the history