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

Fix/abci #188

Merged
merged 12 commits into from
Aug 21, 2023
Merged

Fix/abci #188

merged 12 commits into from
Aug 21, 2023

Commits on Aug 21, 2023

  1. created some basic initializations to better abstract cometBFT node c…

    …reation. Still a bit more to think through. Spent some time trying to figure out the proper way to do validator keys, only to find out that it does in fact only support ED25519 and will fail at runtime if anything else implements the interface
    brennanjl committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    09627bc View commit details
    Browse the repository at this point in the history
  2. added atomic kv store, altered atomic committer to suport atomic pers…

    …istence of app-hashes, made slight bug fixes, implemented wal for 2pc
    brennanjl committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f23f154 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    774dbc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efed24c View commit details
    Browse the repository at this point in the history
  5. got cometbft running

    brennanjl committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    938bd6f View commit details
    Browse the repository at this point in the history
  6. bug fixes for atomic committer, added garbage collection for KV store…

    …, workable dependency building
    brennanjl committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ce6bbc2 View commit details
    Browse the repository at this point in the history
  7. typo fix

    brennanjl committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a15d503 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4766d8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    36890c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b082a11 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3eb1796 View commit details
    Browse the repository at this point in the history
  12. removed debug_bin

    brennanjl committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9c2ea34 View commit details
    Browse the repository at this point in the history