formal-ledger-specifications
formal-ledger-specifications copied to clipboard
Removed deposit updating from Haskell version of UTXO
Description
This PR modifies the alternative spec so that the deposit update happens in the LEDGER rule instead of the UTXO rule like in the implementation.
Checklist
- [ ] Commit sequence broadly makes sense and commits have useful messages
- [ ] Any semantic changes to the specifications are documented in
CHANGELOG.md
- [ ] Code is formatted according to CONTRIBUTING.md
- [ ] Self-reviewed the diff