feat(ledger): populate stubs in ledger view
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
> so it doubles the unsynced policy
added: * github:input-output-hk/mithril/88590a190e7a2985478fc5f55ded89e2fb0ba549#mithril-client-cli * github:input-output-hk/mithril/88590a190e7a2985478fc5f55ded89e2fb0ba549#mithril-signer removed: * github:input-output-hk/mithril/7d503446aaecbf351023c99bfe0e2822ada80140#mithril-client-cli * github:input-output-hk/mithril/7d503446aaecbf351023c99bfe0e2822ada80140#mithril-signer
This reverts commit 520a85ca96e5bf851c924dfac2fec03e87f8e908.
Each workflow now has a build job that warms the nix store before test/check jobs fan out. Without this, all runners would start simultaneously and block on the same nix build lock.
Signed-off-by: Chris Gianelloni <[email protected]>
Build docker image via nix, run mainnet and preview boot syncs. Mithril full sync left out (was manual-triggered in Buildkite).
Move Check Nix (linux) and Dev Shell Attic Cache from Buildkite to GHA. Attic cache push runs only on master pushes and requires ATTIC_TOKEN secret.
Move nix build, evaluate shell, and package build from Buildkite to GHA. Package artifacts uploaded via actions/upload-artifact.
Move 6 code quality checks from Buildkite to GHA self-hosted runners: Code Format, HLint, Cabal Configure, Bash Lint, EOL, Swagger validation.
Move TODO List, HLS check, Cabal Build, and git-revision check from Buildkite to GHA. Remove entire Code Quality group from Buildkite.
All tests use nix run instead of cabal test. Removes Linux unit test steps from Buildkite pipeline (replaced by GHA self-hosted runners).