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

Bitcoin Connector: Proof of Concept Implementation #1

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. init project

    olga24912 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    aea8074 View commit details
    Browse the repository at this point in the history
  2. add types project

    olga24912 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    be243d1 View commit details
    Browse the repository at this point in the history
  3. transaction type

    olga24912 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bdeb69f View commit details
    Browse the repository at this point in the history
  4. decode tx

    olga24912 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e138594 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. add omniBTC

    olga24912 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f40da2d View commit details
    Browse the repository at this point in the history
  2. parse tx

    olga24912 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    dc3b39e View commit details
    Browse the repository at this point in the history
  3. parse script

    olga24912 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e377362 View commit details
    Browse the repository at this point in the history
  4. save pk

    olga24912 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a92d567 View commit details
    Browse the repository at this point in the history
  5. check transfered value

    olga24912 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bbdaa32 View commit details
    Browse the repository at this point in the history
  6. save omni_bitcoin account

    olga24912 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ebf69a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e13d511 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. transfer OmniBTC

    olga24912 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    983d802 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. calculate tx hash

    olga24912 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    cf050d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a09aa2c View commit details
    Browse the repository at this point in the history
  3. deploy test contracts

    olga24912 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c6a055e View commit details
    Browse the repository at this point in the history
  4. deploy contracts

    olga24912 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1564171 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. add merkle proof args

    olga24912 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1de3bf8 View commit details
    Browse the repository at this point in the history
  2. save svg

    olga24912 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a327500 View commit details
    Browse the repository at this point in the history
  3. check tx

    olga24912 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fdc532c View commit details
    Browse the repository at this point in the history
  4. save utxos

    olga24912 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ca82e43 View commit details
    Browse the repository at this point in the history
  5. add ft_on_transfer

    olga24912 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    466168d View commit details
    Browse the repository at this point in the history
  6. safe new_transfers

    olga24912 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0ef20b0 View commit details
    Browse the repository at this point in the history
  7. burn in omniBTC

    olga24912 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    29ae3b6 View commit details
    Browse the repository at this point in the history
  8. log init transfer event

    olga24912 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    216fb44 View commit details
    Browse the repository at this point in the history
  9. simple get_unsigned_tx

    olga24912 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    87b90c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. get sign msg

    olga24912 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ce2ba18 View commit details
    Browse the repository at this point in the history
  2. mpc sign transaction

    olga24912 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f80755b View commit details
    Browse the repository at this point in the history
  3. add sign_callback

    olga24912 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    39b340b View commit details
    Browse the repository at this point in the history
  4. save signed ransfer

    olga24912 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e6be478 View commit details
    Browse the repository at this point in the history
  5. remove custom tx

    olga24912 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b359170 View commit details
    Browse the repository at this point in the history
  6. save publick key

    olga24912 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c360d20 View commit details
    Browse the repository at this point in the history
  7. fmt

    olga24912 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    efa30ad View commit details
    Browse the repository at this point in the history
  8. only one utxo

    olga24912 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3377cc1 View commit details
    Browse the repository at this point in the history
  9. return max UTXO

    olga24912 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    860c1e1 View commit details
    Browse the repository at this point in the history
  10. change output

    olga24912 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    dcfc7b1 View commit details
    Browse the repository at this point in the history
  11. get fee

    olga24912 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f7389a4 View commit details
    Browse the repository at this point in the history