-
Notifications
You must be signed in to change notification settings - Fork 86
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
Incremental commits off-chain #1541
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ffff16e - Browse repository at this point
Copy the full SHA ffff16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d90cd2 - Browse repository at this point
Copy the full SHA 6d90cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3857514 - Browse repository at this point
Copy the full SHA 3857514View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac67b0c - Browse repository at this point
Copy the full SHA ac67b0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef25bb4 - Browse repository at this point
Copy the full SHA ef25bb4View commit details -
Remove IncrementalCommitRecoverRequest
We don't need to accept lower boundary slot number also
Configuration menu - View commit details
-
Copy full SHA for b01289d - Browse repository at this point
Copy the full SHA b01289dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 547ebc8 - Browse repository at this point
Copy the full SHA 547ebc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce76f92 - Browse repository at this point
Copy the full SHA ce76f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c40233 - Browse repository at this point
Copy the full SHA 9c40233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c97b44 - Browse repository at this point
Copy the full SHA 9c97b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 200d403 - Browse repository at this point
Copy the full SHA 200d403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 846a66a - Browse repository at this point
Copy the full SHA 846a66aView commit details -
Define genRecoverTx in terms of genDepositTx
This also enables re-enables observation properties of Deposit/Recover transitions. We note though, that these are not "real" head state transitions and the ctx / state return values are superficial.
Configuration menu - View commit details
-
Copy full SHA for 49fde01 - Browse repository at this point
Copy the full SHA 49fde01View commit details -
Change definition of recoverTx and move observeDepositTx to hydra-tx
This makes it easier to use in combination with observing a deposit.
Configuration menu - View commit details
-
Copy full SHA for 4e70cfa - Browse repository at this point
Copy the full SHA 4e70cfaView commit details -
Move recover observation to hydra-tx
Remove deposit and recover from the Head tx observation tests and have dedicated tests for deposit/recover.
Configuration menu - View commit details
-
Copy full SHA for 56096d7 - Browse repository at this point
Copy the full SHA 56096d7View commit details -
Resolve fixme in deposit observation
Make sure to check if the deposit datum actually contains the deposit tx inputs. Remove the `utxo` from `DepositObservation` and propagate this change. Increment observation is broken now since it was depending on this utxo but we need to do it differently any way.
Configuration menu - View commit details
-
Copy full SHA for 8236df1 - Browse repository at this point
Copy the full SHA 8236df1View commit details -
Keep Map TxIn locally so we support multiple deposits
Added TxInType since we needed abstract type for use in head logic. Ideally I would not try to find utxo in the map but deal with txin/id only on increment/recover
Configuration menu - View commit details
-
Copy full SHA for f6791e4 - Browse repository at this point
Copy the full SHA f6791e4View commit details -
Add deposit TxIn to Increment and OnIncrementTx
If we have this type around it will serve us well for deleting observed deposits and also on recovers.
Configuration menu - View commit details
-
Copy full SHA for 0a9817a - Browse repository at this point
Copy the full SHA 0a9817aView commit details -
Add extra UTxO to make the observations pass
On increment the UTxO we are incrementing is not part of the head UTxO yet so we need more information in order to be able to observe the relevant transaction.
Configuration menu - View commit details
-
Copy full SHA for d8d109e - Browse repository at this point
Copy the full SHA d8d109eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bedd0a8 - Browse repository at this point
Copy the full SHA bedd0a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b7e61 - Browse repository at this point
Copy the full SHA 14b7e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff6c7c9 - Browse repository at this point
Copy the full SHA ff6c7c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b13a8ae - Browse repository at this point
Copy the full SHA b13a8aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4954793 - Browse repository at this point
Copy the full SHA 4954793View commit details -
Configuration menu - View commit details
-
Copy full SHA for c43612a - Browse repository at this point
Copy the full SHA c43612aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a577c9b - Browse repository at this point
Copy the full SHA a577c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ddcc56 - Browse repository at this point
Copy the full SHA 4ddcc56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 524de66 - Browse repository at this point
Copy the full SHA 524de66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d5ac1f - Browse repository at this point
Copy the full SHA 5d5ac1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e774ed - Browse repository at this point
Copy the full SHA 4e774edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9aed0 - Browse repository at this point
Copy the full SHA 7f9aed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a4756a - Browse repository at this point
Copy the full SHA 7a4756aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5139946 - Browse repository at this point
Copy the full SHA 5139946View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f4da7 - Browse repository at this point
Copy the full SHA 44f4da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a786804 - Browse repository at this point
Copy the full SHA a786804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd06ab - Browse repository at this point
Copy the full SHA 9bd06abView commit details -
Configuration menu - View commit details
-
Copy full SHA for efe7083 - Browse repository at this point
Copy the full SHA efe7083View commit details