You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,10 @@ changes.
37
37
- **BREAKING** Enable multi-party, networked "offline" heads by providing an `--offline-head-seed` option to `hydra-node`.
38
38
- Drop `hydra-node offline` as a sub-command. Use `--offline-head-seed` and `--initial-utxo` options to switch to offline mode.
39
39
40
+
- Add support for "withdraw zero trick" transactions:
41
+
- Any transaction with a `Rewarding` redeemer for a `Withdrawal` of `0 lovelace`, will be validated as if there would be a corresponding stake `RewardAccount` already registered.
42
+
- No need to register the script's stake address before.
43
+
40
44
- Stream historical data from disk in the hydra-node API server.
41
45
42
46
- Record used and free memory when running `bench-e2e` benchmark.
0 commit comments