-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* "Added basic data collection, pointed out spots for web socket" * "Added data gathering points and prints for testing" * "Fixed bugs with compiling stats" * "Changed message collection to be per message rather than queried periodically" * "Added conversion of stats values to JSON, need to fix replica id setting" * "Added more precision to timestamps in JSON" * "Added new data to the summary view" * "Got transaction detail collection working" * "Changed to GETALLVALUES based on main repo" * Changed Produced JSON to include txn_number * "Added websocket to send to front end, slightly inconsistent" * Add files via upload * "Added ability to receive messages from front end" * "Viewchange Update" * "Removed possible infinite loop in sending summary" * "Fixing file inclusion issue" * "Added 2 new apis in same thread to save resources" * "Adjusted make faulty endpoint" * "Removed vestigial variables, turned off faulty switch for PR" * "Fixed failing response manager test"
- Loading branch information
1 parent
ca0ac0f
commit 69ef583
Showing
20 changed files
with
552 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
build --cxxopt='-std=c++17' --copt=-O3 --jobs=40 | ||
#build --action_env=PYTHON_BIN_PATH="/usr/bin/python3.10" | ||
build --action_env=PYTHON_BIN_PATH="/usr/bin/python3.10" | ||
#build --action_env=PYTHON_LIB_PATH="/usr/include/python3.10" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.