-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: e2e testing utils, stateEngine (see below)
The following is a summary of changes made by this commit in rough order of completion - stateEngine (*) - Parse contract state (status: wip) - Parse contract creation (status: needs testing) - Parse election results (status: e2e testing required) -- Including election result minimums - Parse VSC transactions (status: wip, needs e2e) - Implemented ledger executor and ledger system (status: wip, need e2e) - Implemented fractional reserve calculations and hbd_savings + claim interest logic - (streamer): implemented virtual op pulling and indexing - (consensus): implemented WIP schedule randomization and slot leader calculation - Implemented MVP E2E testing utils for full end to end transaction creation to streaming pipeline - Implemented transaction creation and signing interfaces for separation of concerns and easy hook up into mock streaming. - NOTE: The above utility allows us to rapidly test real world changes under a mock environment which replicates close to 95% of the same characterisitics as a real world network. With the exception of conditions such as network issues, database issues, and the unlikely hood of disk failures or other "random acts of god" during the test execution.
- Loading branch information
Showing
35 changed files
with
2,711 additions
and
504 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 +1,3 @@ | ||
data | ||
data | ||
|
||
.env |
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.