-
Notifications
You must be signed in to change notification settings - Fork 12
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
Commits on Aug 21, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 09627bc - Browse repository at this point
Copy the full SHA 09627bcView commit details -
added atomic kv store, altered atomic committer to suport atomic pers…
…istence of app-hashes, made slight bug fixes, implemented wal for 2pc
Configuration menu - View commit details
-
Copy full SHA for f23f154 - Browse repository at this point
Copy the full SHA f23f154View commit details -
Configuration menu - View commit details
-
Copy full SHA for 774dbc4 - Browse repository at this point
Copy the full SHA 774dbc4View commit details -
aqdded register/unregister to AtomicCommitter for on-the-fly registra…
…tion of Committables
Configuration menu - View commit details
-
Copy full SHA for efed24c - Browse repository at this point
Copy the full SHA efed24cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 938bd6f - Browse repository at this point
Copy the full SHA 938bd6fView commit details -
bug fixes for atomic committer, added garbage collection for KV store…
…, workable dependency building
Configuration menu - View commit details
-
Copy full SHA for ce6bbc2 - Browse repository at this point
Copy the full SHA ce6bbc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a15d503 - Browse repository at this point
Copy the full SHA a15d503View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4766d8c - Browse repository at this point
Copy the full SHA 4766d8cView commit details -
made resource closure synchronous to prevent bugs that can occur from…
… out of order closing
Configuration menu - View commit details
-
Copy full SHA for 36890c7 - Browse repository at this point
Copy the full SHA 36890c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b082a11 - Browse repository at this point
Copy the full SHA b082a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb1796 - Browse repository at this point
Copy the full SHA 3eb1796View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c2ea34 - Browse repository at this point
Copy the full SHA 9c2ea34View commit details