-
Notifications
You must be signed in to change notification settings - Fork 225
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
Add minimal blocking ABCI crate #794
Commits on Jan 28, 2021
-
Add minimal blocking ABCI library
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbb855f - Browse repository at this point
Copy the full SHA cbb855fView commit details -
Expand API to implement in-memory key/value store app
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f766e16 - Browse repository at this point
Copy the full SHA f766e16View commit details -
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 247e054 - Browse repository at this point
Copy the full SHA 247e054View commit details -
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14a5cd1 - Browse repository at this point
Copy the full SHA 14a5cd1View commit details
Commits on Jan 29, 2021
-
Merge latest changes from master
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f1ce87 - Browse repository at this point
Copy the full SHA 1f1ce87View commit details -
Bump proto version dependency to v0.18.0
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de60b30 - Browse repository at this point
Copy the full SHA de60b30View commit details -
Replace manual default structs with Default::default()
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71fb034 - Browse repository at this point
Copy the full SHA 71fb034View commit details -
Enable debug logging for all incoming ABCI requests
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 569f6ae - Browse repository at this point
Copy the full SHA 569f6aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4497249 - Browse repository at this point
Copy the full SHA 4497249View commit details -
Allow for read buffer size customization
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e877c90 - Browse repository at this point
Copy the full SHA e877c90View commit details
Commits on Feb 8, 2021
-
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4eaa56 - Browse repository at this point
Copy the full SHA d4eaa56View commit details -
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cee7a9 - Browse repository at this point
Copy the full SHA 7cee7a9View commit details
Commits on Feb 9, 2021
-
Add ABCI integration test for minimal ABCI crate (#797)
* Add integration testing utility for ABCI key/value store Signed-off-by: Thane Thomson <[email protected]> * Add hacky bash script to demonstrate parallel execution Signed-off-by: Thane Thomson <[email protected]> * Created abci test harness (#800) * Created abci test harness * cargo make additions and docs Co-authored-by: Greg Szabo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b429e5b - Browse repository at this point
Copy the full SHA b429e5bView commit details -
Merge latest changes from master
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e237a9a - Browse repository at this point
Copy the full SHA e237a9aView commit details -
Co-authored-by: Romain Ruetschi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e106f8 - Browse repository at this point
Copy the full SHA 7e106f8View commit details -
Apply suggestion from https://github.com/informalsystems/tendermint-r…
…s/pull/794\#discussion_r573100911 Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88f3247 - Browse repository at this point
Copy the full SHA 88f3247View commit details -
Refactor error handing and expose eyre::Result as crate default Resul…
…t type Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7d2903 - Browse repository at this point
Copy the full SHA a7d2903View commit details -
Refactor to use tracing instead of log
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98d0368 - Browse repository at this point
Copy the full SHA 98d0368View commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7950597 - Browse repository at this point
Copy the full SHA 7950597View commit details -
Remove comment relating to constraints on Codec struct params
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad2501a - Browse repository at this point
Copy the full SHA ad2501aView commit details
Commits on Feb 18, 2021
-
Merge latest changes from master
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d935482 - Browse repository at this point
Copy the full SHA d935482View commit details -
Version tendermint-abci crate in line with other tendermint-rs crates
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fefa9bc - Browse repository at this point
Copy the full SHA fefa9bcView commit details -
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 723c506 - Browse repository at this point
Copy the full SHA 723c506View commit details -
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a77b8da - Browse repository at this point
Copy the full SHA a77b8daView commit details -
Extract request dispatch functionality from Application trait
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17ee9d9 - Browse repository at this point
Copy the full SHA 17ee9d9View commit details -
Move ABCI server example to crate root
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a30d19d - Browse repository at this point
Copy the full SHA a30d19dView commit details -
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56a339f - Browse repository at this point
Copy the full SHA 56a339fView commit details -
Replace EchoApp example with KeyValueStoreApp example
Signed-off-by: Thane Thomson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f8cbe2 - Browse repository at this point
Copy the full SHA 5f8cbe2View commit details