Update leios-cost-analysis.md
- Improve grammar - Make language more appropriate for documentation
- Improve grammar - Make language more appropriate for documentation
Add the technical design document and fix a broken link
This commit updates FAQs for relevance and the latest development progress. Based on suggestions from Kris.
Closes #31
## Summary - Index-applier Job `activeDeadlineSeconds`: 24h -> 72h - Cardano-node startup probe `failureThreshold` default: 720 (3h) -> 1920 (8h) The 24h deadline caused the index-applier pod to be killed by the garbage collector before sync completed. The 3h startup probe was insufficient for ImmutableDB replay on mainnet.
Replace internal lib/balance-tx/ with the standalone cardano-balance-transaction library. All imports updated from Internal.Cardano.Write.* / Cardano.Write.* to Cardano.Balance.Tx.*. Remove balance-tx entries from CI workflows and flake.nix. Closes #5203
feat(health): replace [HEALTH] logs with prometheus counter health_ch…
Closes #7
Correct spelling errors, grammar issues, and formatting mistakes found across 16 documentation files including READMEs, CHANGELOGs, issue templates, and technical documentation. Notable fixes: - Misspellings: worklooad, infrastrucutre, Promtheus, mangager, etc. - Grammar: "such networking" -> "such as networking", "it's components" -> "its components" - Wrong words: "date" -> "data", "cost mode" -> "cost model" - Formatting: version "0,2,3" -> "0.2.3", stray "#" in heading Co-authored-by: Ronald Eddy Jr <[email protected]>
Add Copilot instructions to suppress false positives on shared qualified import aliases
Changed pull_request_target to pull_request to enhance security. Signed-off-by: Fabio Pinheiro <[email protected]>
Add ADR-018 - cardano-rpc
Replace internal lib/balance-tx/ with the standalone cardano-balance-transaction library. All imports updated from Internal.Cardano.Write.* / Cardano.Write.* to Cardano.Balance.Tx.*. Remove balance-tx entries from CI workflows and flake.nix. Closes #5203
Closes #32
Closes #8