build: update Apollo to 1.8.8 (#1808)
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
The Windows `Check` CI job failed compiling `[email protected]`'s C feature tests (`c11.c`) under the runner's new MSVC toolchain (VS 18 / 14.51), which GitHub is rolling out as it redirects windows-latest to windows-2025-vs2026. Bump the rustls crypto backend, which transitively pulls a newer aws-lc-sys that supports current compilers: - aws-lc-rs 1.13.3 -> 1.17.0 - aws-lc-sys 0.30.0 -> 0.41.0 Lockfile-only change (transitive deps; the aws-sdk crates were already current). Verified `cargo build --features aws` compiles locally; Windows build is validated by CI. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Since `Cardano.Ledger.Shelley.API` will be removed, we would like to keep re-exporting the deprecated names which will force us to change the imports at other places.
Tidy repository a little
Signed-off-by: Chris Gianelloni <[email protected]>
added: * github:cardano-scaling/hydra/25b8bd2b54cdc28aed491346dca383f3c8001077#packages.x86_64-linux.hydra-node * github:cardano-scaling/hydra/25b8bd2b54cdc28aed491346dca383f3c8001077#packages.x86_64-linux.hydra-tui * github:input-output-hk/mithril/aab34211273e57a3da79a394cc2c604e8f277bc4#mithril-client-cli * github:input-output-hk/mithril/aab34211273e57a3da79a394cc2c604e8f277bc4#mithril-signer removed: * github:input-output-hk/mithril/c1c8be9fa1b179434061f3bdfd8573f4ef0b71ec#mithril-client-cli * github:input-output-hk/mithril/c1c8be9fa1b179434061f3bdfd8573f4ef0b71ec#mithril-signer
The Lint job historically died at the cargo fmt step, so clippy never ran and these latent lints accumulated unnoticed. Now that fmt passes, clear them so `cargo clippy --all-features --all-targets -- -D warnings` is green: - framework: derive `Default` for `ChainConfig` instead of a manual impl. - select filter: use an array literal instead of `vec!` in a test. - redis sink: remove the unused `StreamStrategy` enum. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
- `DijkstraBBODY` -> `BBODY` - `DijkstraCERT` -> `CERT` - `DijkstraGOV` -> `GOV` - `DijkstraGOVCERT` -> `GOVCERT` - `DijkstraLEDGER` -> `LEDGER` - `DijkstraMEMPOOL` -> `MEMPOOL` - `DijkstraSUBCERT` -> `SUBCERT` - `DijkstraSUBCERTS` -> `SUBCERTS` - `DijkstraSUBDELEG` -> `SUBDELEG` - `DijkstraSUBGOV` -> `SUBGOV` - `DijkstraSUBGOVCERT` -> `SUBGOVCERT` - `DijkstraSUBLEDGER` -> `SUBLEDGER` - `DijkstraSUBLEDGERS` -> `SUBLEDGERS` - `DijkstraSUBPOOL` -> `SUBPOOL` - `DijkstraSUBUTXO` -> `SUBUTXO` - `DijkstraSUBUTXOW` -> `SUBUTXOW` - `DijkstraUTXO` -> `UTXO` - `DijkstraUTXOW` -> `UTXOW`
Signed-off-by: Matthieu Pizenberg <[email protected]>