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

add(rpc): Add a tonic server in zebra-rpc #8674

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

Commits on Jul 9, 2024

  1. adds a tonic server

    arya2 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c83a91f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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

Commits on Jul 12, 2024

  1. Moves indexer rpc mod behind a feature, adds a config field for its l…

    …isten address, and initializes the indexer RPC when zebrad starts
    arya2 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    775a40a View commit details
    Browse the repository at this point in the history
  2. Skips tonic_build() in zebra-rpc build script unless indexer-rpcs fea…

    …ture is selected, simplifies indexer.proto file, makes tonic deps optional
    arya2 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5f884ae View commit details
    Browse the repository at this point in the history
  3. formats zebra-rpc Cargo.toml

    arya2 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    21bb6d3 View commit details
    Browse the repository at this point in the history
  4. Adds tokio_stream dependency, adds chain_tip_change field to IndexerR…

    …PC, and implements a simple version of the chain_tip_change RPC method
    arya2 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    41f4e16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0787ce View commit details
    Browse the repository at this point in the history
  6. passes latest chain tip to indexer::server::init from start cmd and u…

    …pdates vectors test
    arya2 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    27e77b7 View commit details
    Browse the repository at this point in the history
  7. fixes compilation issue

    arya2 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    21eee5c View commit details
    Browse the repository at this point in the history