fix: switch forks on the ledger atomically
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
buildRedeemers, buildWitness and computeCollateral are defined in tx-builder/utils.ts but the tx-builder barrel never re-exported them, so they were absent from the package's public API. Consumers assembling Plutus transactions manually (mint / script-spend / withdrawal redeemers, collateral) had to reimplement buildRedeemers and could not use computeCollateral. Re-export ./utils from the barrel to expose them. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Fix pool_relay.port signed-16-bit overflow (#2135)
Signed-off-by: Sasha Bogicevic <[email protected]>
Co-authored-by: Neil Mayhew <[email protected]>
* mithril-aggregator from `0.9.8` to `0.9.9` * mithril-common from `0.7.6` to `0.7.7` * mithril-stm from `0.10.37` to `0.10.38`
Make CTree module exports explicit