-
Notifications
You must be signed in to change notification settings - Fork 88
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
Rename Event -> Input #1348
Rename Event -> Input #1348
Conversation
Hydra.HeadLogic.* renamed
Both are not used in any of our interfaces (plainly).
This utility saw very minimal use and even in the we documentation we recommend using other off-the-shelf structured logging tools.
Transactions CostsSizes and execution budgets for Hydra protocol transactions. Note that unlisted parameters are currently using
Script summary
Cost of Init Transaction
Cost of Commit TransactionThis is using ada-only outputs for better comparability.
Cost of CollectCom Transaction
Cost of Close Transaction
Cost of Contest Transaction
Cost of Abort TransactionSome variation because of random mixture of still initial and already committed outputs.
Cost of FanOut TransactionInvolves spending head output and burning head tokens. Uses ada-only UTxO for better comparability.
End-To-End Benchmark ResultsThis page is intended to collect the latest end-to-end benchmarks results produced by Hydra's Continuous Integration system from the latest Please take those results with a grain of salt as they are currently produced from very limited cloud VMs and not controlled hardware. Instead of focusing on the absolute results, the emphasis should be on relative results, eg. how the timings for a scenario evolve as the code changes. Generated at 2024-03-12 14:29:31.040463892 UTC Baseline Scenario
Baseline Scenario
|
Test Results413 tests - 4 405 ✅ - 4 14m 31s ⏱️ +17s Results for commit a04997a. ± Comparison against base commit 34d2890. This pull request removes 5 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
As outlined in the consequences of ADR29, many things are currently called "Event" in the hydra code base. To improve
💫 Rename
Event
->Input
in code, tests, documentation and specification. WhileInput
is not that much more descriptive, it is specific that these things are inputs to our system. Hence, sometimes these entities are also referred to as input events still.💫 Rename
EventQueue
->InputQueue
and make it even less specific of what it queues (while the name still indicates it isInput tx
entities)💫 Remove golden JSON tests of
Event SimpleTx
andHeadState SimpleTx
because these types are not used on any interface and higher-levelClientInput tx
orStateChanged tx
tests would capture regressions.💫 Remove
log-filter
as this would have needed an update and nobody is seemingly using it? (TBD)XXX
aTODO
as we really should removechainState
from the actualHeadState