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/vault light #463

Merged
merged 13 commits into from
Apr 12, 2023
Merged

Commits on Mar 21, 2023

  1. refactor: vault light client improvements

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4a57735 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. chore: add tests for light client

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9ad4fa8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. feat: add fee bumping (rbf) to light client

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    326909f View commit details
    Browse the repository at this point in the history
  2. chore: use docker-compose for integration tests

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    327074a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. chore: run electrs tests sequentially

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    54ba6b9 View commit details
    Browse the repository at this point in the history
  2. refactor: duplicate electrs types and remove dep

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4a5e82d View commit details
    Browse the repository at this point in the history
  3. chore: fix clippy warnings

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    34d5e55 View commit details
    Browse the repository at this point in the history
  4. chore: remove outdated todo note

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4cad56b View commit details
    Browse the repository at this point in the history
  5. chore: add get_tx_for_op_return to mocks

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b256022 View commit details
    Browse the repository at this point in the history
  6. chore: update bitcoin user / pass in workflow

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    336899f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. chore: bitcoin-sim should return none for op-return

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b59a97a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. refactor: fallible usize conversion

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    114791e View commit details
    Browse the repository at this point in the history
  2. chore: improve doc comments

    Signed-off-by: Gregory Hill <[email protected]>
    gregdhill committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5bd1968 View commit details
    Browse the repository at this point in the history