docs: match v0.33.0 tone to prior notes
Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]>
Usage of `StrictMaybe` in the pattern synonym is unnecessary, since the type itself is strict and using `StrictMaybe` instead of `Maybe` only causes unnecessary allocations when `Maybe` is desired, which is most of the time is the case.
Some fields in transaction were empty. Therefore, we make sure each field has at least some entry so that our serialisation golden tests can detect regressions in transaction serialisation.
Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Bumps the pip group with 2 updates in the /infrastructure/utils/python/github-helpers directory: [requests](https://github.com/psf/requests) and [pytest](https://github.com/pytest-dev/pytest). Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) Updates `pytest` from 6.2.4 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.2.4...9.0.3) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
Some fields in transaction were empty. Therefore, we make sure each field has at least some entry so that our serialisation golden tests can detect regressions in transaction serialisation.
Required updating `haskell.nix` as well to the latest timestamp.
Validation checks that the current protocol version is within the era's bounds