fixup: pipeline policy flag
Allow STM contention benchmarks to disable pipelining.
Allow STM contention benchmarks to disable pipelining.
move dropLookupOnly and dropTxKeys into sweepSharedState so they can share deleteTxId defenetion
50ms was too low in my mainnet relay. Most tx requests took longer than that. 125ms should be long enough for 90% of all requests.
Bump plutus to version 1.65.0.0
50ms was too low in my mainnet relay. Most tx requests took longer than that. 125ms should be long enough for 90% of all requests.
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The CI deploy job already publishes the built repository to the `repo` branch. Push the same tree minus the `package/` subdirectory and `01-index.tar` to a new `index-only` branch so that consumers who only need the index (e.g. a Nix flake input used to compute a cabal install plan) can avoid the large tarball download. cabal regenerates `01-index.tar` locally from `01-index.tar.gz` during `v2-update`, so the uncompressed mirror is not needed in the source. The filtered tree is recomputed via `git ls-tree | git mktree` so we never have to touch the working tree. The README is updated to point Nix users at `?ref=index-only` as the default, with a note about the trade-off for `?ref=repo`.