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

Parse and fetch proto dependencies from buf.lock in the repository source #1293

Merged
merged 5 commits into from
Apr 14, 2023

Commits on Apr 5, 2023

  1. proto-compiler: make repository URL configurable

    The checkouts could come from either tendermint or cometbft
    repository, and some forks might conceivably want to use both.
    mzabaluev committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    bc31e00 View commit details
    Browse the repository at this point in the history
  2. Parse and fetch proto dependencies from buf.lock

    In case the buf.lock file is present, fetch the dependencies by
    shelling out to the `buf export` command rather than relying on
    the files included in third_party.
    mzabaluev committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5e0d2b6 View commit details
    Browse the repository at this point in the history
  3. proto: Regenerate from tags in cometbft

    Use the modified tendermint-proto-compiler, fetching from
    the official release tags in the CometBFT repo.
    mzabaluev committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    27bada5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    900300f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Changelog entry for #1293

    mzabaluev committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ff92c4d View commit details
    Browse the repository at this point in the history