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

blockchain: subscriptions API refactoring #3281

Closed
wants to merge 1 commit into from

Commits on Jan 10, 2024

  1. blockchain: make SubscribeFor* channel arguments send-only

    There is no need to accept rw channel. Strengthening the type to
    send-only will allow the caller to ensure control of reading from the
    provided channel.
    
    Closes #2885
    
    Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
    AliceInHunterland committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e337a2f View commit details
    Browse the repository at this point in the history