Add Test.Cardano.Ledger.Conway.Gen.UTxO module.
Provide generator for conway-based UTxO with valid domain values.
Provide generator for conway-based UTxO with valid domain values.
Previously, the "Increment" dialog would always re-query the L1 utxo state; this can be quite slow. Now, it just uses the previously-computed value, and allows you a chance to refresh if you wish.
Resolves #2713 <!-- Describe your change here --> --- <!-- Consider each and tick it off one way or the other --> * [ ] CHANGELOG updated or not needed * [ ] Documentation updated or not needed * [ ] Haddocks updated or not needed * [ ] No new TODOs introduced or explained herafter
* [js] mithril-explorer from `0.8.2` to `0.8.3`
... until browser limits are hit, at that point every change in the store saves because it can't persist them into the local storage, making the UI totally unresponsive.
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Bumps [github.com/blinklabs-io/cardano-models](https://github.com/blinklabs-io/cardano-models) from 0.7.0 to 0.7.2. - [Release notes](https://github.com/blinklabs-io/cardano-models/releases) - [Commits](https://github.com/blinklabs-io/cardano-models/compare/v0.7.0...v0.7.2) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/cardano-models dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.153.1 to 0.183.0. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Changelog](https://github.com/blinklabs-io/gouroboros/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/blinklabs-io/gouroboros/compare/v0.153.1...v0.183.0) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-version: 0.183.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
See plutus-private#2257.
The uplc-evaluator is a non-critical on-demand tool, so its integration tests need not gate every PR. The test executable is still built on every PR; the suite is run nightly instead. See plutus-private#2257.
Test teardown ran terminateProcess followed by an unbounded waitForProcess, so a spawned service that missed SIGTERM hung the run until the 2h CI cap (plutus-private#2257). Bound the wait and escalate to SIGKILL, add a per-test tasty timeout as a safety net, and a regression test that drives a SIGTERM-ignoring process.
The Starlight docs build (txpipe/docs) failed compiling the v2 docset merged
in #950:
- advanced/stateful_cursor.mdx: a `</TabItem>` indented two spaces directly
after a Markdown list was absorbed as a loose list-item paragraph, so MDX
never saw the closing tag ("Expected the closing tag </TabItem>"). Moving the
Tabs/TabItem JSX tags to column 0 with blank lines around the content puts
the tags outside the list.
- how_it_works.mdx: harden the Mermaid block to canonical syntax (spaced
dotted-link labels, non-reserved node id) so rehype-mermaid's img-svg
renderer accepts it.
Verified with a full local `astro build` of txpipe/docs against this content:
195 pages built, the diagram rasterizes to SVG, all three new pages render.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
The Starlight docs build (txpipe/docs) failed compiling the v2 docset:
- advanced/stateful_cursor.mdx: a `</TabItem>` indented two spaces directly
after a Markdown list was absorbed as a loose list-item paragraph, so MDX
never saw the closing tag ("Expected the closing tag </TabItem>"). Move all
the Tabs/TabItem JSX tags to column 0 with blank lines around the content so
the tags sit outside the list.
- how_it_works.mdx: harden the Mermaid block to canonical syntax (spaced
dotted-link labels, non-reserved node id) so rehype-mermaid's img-svg
renderer accepts it.
Verified with a full local `astro build` of txpipe/docs against this content:
195 pages built, the diagram rasterizes to SVG, all three new pages render.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>