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

feat: expose InitChain tx responses #1941

Merged
merged 32 commits into from
Jul 23, 2024

Commits on Apr 17, 2024

  1. feat: expose InitChain response

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7be8225 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    667f8bd View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. tmp: start try to store results like in ApplyBlock

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9107f45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bcee48 View commit details
    Browse the repository at this point in the history
  3. feat: save InitChain's ResponseDeliverTxs and add test

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8fa79be View commit details
    Browse the repository at this point in the history
  4. chore: clean

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e4dd0f6 View commit details
    Browse the repository at this point in the history
  5. fix: preserve existing getHeight behavior

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d0da512 View commit details
    Browse the repository at this point in the history
  6. chore: improve comment

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    15e974b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. chore: self-contained tests

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6c41220 View commit details
    Browse the repository at this point in the history
  2. chore: remove artifact

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    13be10f View commit details
    Browse the repository at this point in the history
  3. chore: use testing utils

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    366d229 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. chore: move MockApplication into testing package

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    404fcd5 View commit details
    Browse the repository at this point in the history
  2. chore: inline asserts

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    926e226 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d625a9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2923e8 View commit details
    Browse the repository at this point in the history
  5. chore: update proto

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a182a3a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    9d309b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eda735b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5357f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    d684021 View commit details
    Browse the repository at this point in the history
  2. chore: use t.Cleanup

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    87fe7d8 View commit details
    Browse the repository at this point in the history
  3. chore: use cast instead of generic

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8b33ffc View commit details
    Browse the repository at this point in the history
  4. chore: add getHeight test

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bad682a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    409cd9d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    5cec713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecdf0f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    973a73f View commit details
    Browse the repository at this point in the history
  2. chore: revert getHeight

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    110da7d View commit details
    Browse the repository at this point in the history
  3. chore: remove MockApplication

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    01dc6f8 View commit details
    Browse the repository at this point in the history
  4. chore: SaveABCIResponses internal usage note

    Co-authored-by: Morgan <[email protected]>
    n0izn0iz and thehowl authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e649de5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83dd5a0 View commit details
    Browse the repository at this point in the history