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: update custom_rpc, runtime_api and broker api for broker level screening #5341

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 30, 2024

  1. Squashed commit of the following:

    commit 3166701
    Author: Maxim Urschumzew <maxu@chainflip.io>
    Date:   Tue Oct 29 15:27:51 2024 +0100
    
        Add `subscribe_tainted_btc_transaction_events` method to Broker API.
    
        It which forwards the node subscription of the same name.
    
    commit 010772d
    Author: Maxim Urschumzew <maxu@chainflip.io>
    Date:   Tue Oct 29 13:56:07 2024 +0100
    
        Add `open_btc_deposit_channels` method to broker api.
    
    commit 9ea7e6f
    Author: Maxim Urschumzew <maxu@chainflip.io>
    Date:   Tue Oct 29 11:19:07 2024 +0100
    
        Add subscription endpoint for tainted transaction events.
    
    commit e81028a
    Author: Maxim Urschumzew <maxu@chainflip.io>
    Date:   Mon Oct 28 15:12:47 2024 +0100
    
        Implement `open_btc_deposit_channels`.
    
    commit 439ddd1
    Author: Maxim Urschumzew <maxu@chainflip.io>
    Date:   Mon Oct 28 14:51:22 2024 +0100
    
        Add boilerplate for `open_btc_deposit_channels`.
    
    commit a3835f1
    Author: Maxim Urschumzew <maxu@chainflip.io>
    Date:   Mon Oct 28 10:25:51 2024 +0100
    
        Add endpoint for marking btc tx as tainted.
    MxmUrw committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e1a6006 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from review.

    In particular the new API methods are now generic
    over the target chain type to keep the interface
    as stable as possible. However, they are still only
    implemented for bitcoin.
    MxmUrw committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b2f64cb View commit details
    Browse the repository at this point in the history
  3. Better name.

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

Commits on Oct 31, 2024

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