-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't keep deposit script utxo in local state (#1692)
### Why This is a leftover from off-chain changes needed to implement #199 We kept in the local state a map of UTxO we already observed so this simplifies the code around that since the observed UTxO is already to be found in the chain state UTxO. Now we keep a list of `[(TxId, UTxO)]` where UTxO is just there to check off-chain if the next snapshot is snapshotting exactly what we saw already as (`utxoToCommit`). ### What Remove the local map and fields in the observations for increment/recover and rely completely on observed UTxO (`spendableUTxO`) --- <!-- Consider each and tick it off one way or the other --> * [x] CHANGELOG updated or not needed * [x] Documentation updated or not needed * [x] Haddocks updated or not needed * [x] No new TODOs introduced or explained herafter
- Loading branch information
Showing
23 changed files
with
63,356 additions
and
37,609 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
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
17,393 changes: 17,393 additions & 0 deletions
17,393
hydra-node/golden/ReasonablySized (ServerOutput (Tx ConwayEra)).json
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.