cardano-base icon indicating copy to clipboard operation
cardano-base copied to clipboard

Code used throughout the Cardano eco-system

Results 45 cardano-base issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR integrates the repo https://github.com/IntersectMBO/cardano-addresses in https://github.com/IntersectMBO/cardano-base. This PR: - Moves the three haskell projects from `cardano-addresess` repo (the pattern is using the name of the cabal file/project as...

This PR ensures we don't have duplicate CI runs for the same PR. Also it adds nightly CI runs

This should fix hydra CI. After it is fixed it will also be marked as required

Per the Security TWG: Please update/add Security.md Please refer to: https://github.com/IntersectMBO/Open-Source-Office/blob/main/SECURITY.md The initial deadline for these changes to be made is 30 September 2024. Thank you. Ref: Issue #482

quality-assurance
audit

# Description Add a new issue template for opening release related issues such as https://github.com/IntersectMBO/cardano-base/issues/521https://github.com/IntersectMBO/cardano-base/issues/521 # Checklist - [x] Commit sequence broadly makes sense and commits have useful messages -...

# Description # Checklist - [ ] Commit sequence broadly makes sense and commits have useful messages - [ ] New tests are added if needed and existing tests are...

We need to add these pragmas and add a comment to all internal modules to clearly indicate that they are indeed internal: ```haskell {-# OPTIONS_GHC -Wno-orphans #-} {-# OPTIONS_HADDOCK not-home...

**Changes** Fixes #564 - Enhanced existing docs : README.md, cardano-binary, cardano-crypto-class, cardano-crypto-praos - Added new READMEs : base-deriving-via, cardano-slotting, cardano-strict-containers, heapwords, measures, orphans-deriving-via **What's Included** - Working code examples for...

The Security Council has approved a new SECURITY.md aligned with the bug-bounty process. Please update your project’s SECURITY.md with the correct links for your project and confirm that private vulnerability...

# Description Preliminary ghc-9.14 support. Currently using ghc-9.14.0.20251007. # Checklist - [ ] Commit sequence broadly makes sense and commits have useful messages - [ ] New tests are added...