Neil Mayhew
Neil Mayhew
Another alternative has just occurred to me. If the upload action could arrange for the Zip64 marker to be put at the beginning of the file instead of at the...
Downgrading `upload-artifact` to `4.2.0` so that it uses `archiver` version `5.3.1` instead of `7.0.1` avoids triggering this bug, though. Something about the way the archive is generated allows `unzip-stream` to...
I think it would be better to make all uses of `foldl'` from `Foldable` unqualified, and where there's an ambiguity with one of the specialized versions (eg from `Set`) make...
Includes the commits from #6119 and needs to be rebased after that's merged
OK, this is ready for another review now
With the new commit to switch to using `applyBlockEither`, I think this is complete. As we discussed, I won't change `trySubmitTx` for now, but will make a follow-up PR after...
I had to change the design slightly, because there wasn't a way to submit a block containing failing transactions, because failing transactions aren't recorded. I therefore changed `tryTxsInBlock` to take...
I suppose another possibility would be to have `trySubmitTx` record all transactions, not just successful ones.
> I suppose another possibility would be to have `trySubmitTx` record all transactions, not just successful ones. As we discussed, I won't do this. However, one of the [tests](https://github.com/IntersectMBO/cardano-ledger/pull/5392/commits/136fa778e9404d12fd067716860bd92a1f53c090#diff-dd327b221094df09cddcda4bd54bd2e6ce8b4adeb3ce7f0c768fcc2721c4fd0dR95-R113) in...
This includes the commits from #5404 and will need to be rebased after that's merged