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

WIP: Implement ABCI++ #1

Commits on Apr 14, 2021

  1. Disable failing doctests.

    These could be re-enabled later, but they don't compile on master and I need a
    clean test suite to be able to catch regressions from updating proto
    definitions.
    hdevalence committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    93590fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb4396e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc6512c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b607c08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3720b3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b20533c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eeafb52 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    a1849f7 View commit details
    Browse the repository at this point in the history
  2. Add ABCI domain types.

    These types mirror the generated types in tendermint_proto, but have better
    naming.  The documentation is filled in from the ABCI methods & types
    documentation.
    hdevalence committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    a12d8d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27fd9f2 View commit details
    Browse the repository at this point in the history
  4. Split out the Event type into its own module.

    This conflicts with the existing Event type, so wait to replace it until that
    type's usages are cleaned up.
    hdevalence committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    614b309 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a068bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    976cd05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91d68e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1175d4f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. ABCI++

    A-Manning committed May 24, 2021
    Configuration menu
    Copy the full SHA
    e235296 View commit details
    Browse the repository at this point in the history