fix(ledgerstate): support newer mithril snapshot shapes
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Allain Magyar <[email protected]>
From https://github.com/input-output-hk/fs-sim at 6e50751964e2d44d102747490728dbcc3fa65bc1
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yurii Shynbuiev <[email protected]>
* mithril-common from `0.6.67` to `0.6.68` * mithril-stm from `0.10.6` to `0.10.7`
This should fix the following error:
error: hash mismatch in fixed-output derivation '/nix/store/4a81ynkkkxdg2zj29vf3nv9933n0ckxv-head.hackage.ghc.haskell.org.drv':
specified: sha256-yFGpWo9ulwBEUyzTLKJBtbCWi7Ly4NEtocBRogdew9g=
got: sha256-O6vUr/LlMiC9FtmGQg+1DiiTnhkru8Bkgtrjo+A06gw=
error: Cannot build '/nix/store/xa64sf0p9kxd57zbrn5jh4x6gnh7r22b-dot-cabal.drv'.
Signed-off-by: Chris Gianelloni <[email protected]>
Remove specific security caveat content from the caution admonition, replacing it with a neutral info admonition pointing to the Protocol security page. Drop the Swift/Kotlin mobile bindings paragraph. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Move EpochStateView, its background-thread setup, the STM-based wait primitive, and the retry loops out of Testnet.Components.Query and into a new module Testnet.Components.EpochStateView. The new module carries a top-down haddock that explains how the writer thread, the version counter, and awaitStateUpdateTimeout cooperate so that future readers can learn the mechanism from one place rather than piecing it together across Query.hs. Testnet.Components.Query re-exports the public API so existing callers do not need to change their imports.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
add a new `test-with-slow` target to allow their execution if needed
Fixup 0.4.1.1 wrong version for 0.5.0.0
added: * github:input-output-hk/mithril/2478748ea9771baed8181ef0938c78f79ed60760#mithril-client-cli * github:input-output-hk/mithril/2478748ea9771baed8181ef0938c78f79ed60760#mithril-signer * github:input-output-hk/mithril/737dacb95c20082f7286f3b367ab355f50b56a64#mithril-client-cli * github:input-output-hk/mithril/737dacb95c20082f7286f3b367ab355f50b56a64#mithril-signer removed: * github:input-output-hk/mithril/6756b0f7d73d37229321ec6be74954f5c6d0486c#mithril-client-cli * github:input-output-hk/mithril/6756b0f7d73d37229321ec6be74954f5c6d0486c#mithril-signer * github:input-output-hk/mithril/cc204d86fa4451ff4710c9adc24eab5b45f0ef05#mithril-client-cli * github:input-output-hk/mithril/cc204d86fa4451ff4710c9adc24eab5b45f0ef05#mithril-signer