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

Prepare for Prost v0.8+ upgrade #978

Closed
wants to merge 10 commits into from
Closed

Commits on Sep 16, 2021

  1. Use prost master

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    29f431c View commit details
    Browse the repository at this point in the history
  2. cargo clippy --fix

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    096f426 View commit details
    Browse the repository at this point in the history
  3. Use &Path instead of &PathBuf

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    900c96b View commit details
    Browse the repository at this point in the history
  4. Fix clippy warnings

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    4c305d5 View commit details
    Browse the repository at this point in the history
  5. Patch prost-types and prost-build

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    02d3fc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Pull in latest changes from master

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4df34d5 View commit details
    Browse the repository at this point in the history
  2. prost-build is only necessary in ./tools/

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f73d8a9 View commit details
    Browse the repository at this point in the history
  3. Patch prost-derive dep

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    651b8fa View commit details
    Browse the repository at this point in the history
  4. Bump prost-derive dep in tendermint-p2p

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    65b9ef5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Pull latest changes from master

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    339effb View commit details
    Browse the repository at this point in the history