Home / Reports / Aug 19, 2025
Tuesday, August 19, 2025
708 commits had been pushed across 66 repos by 91 authors. There were 6,898,369 additions and 2,235,905 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- amaru121
- hydra-poc84
- cardano-ledger71
- ouroboros-consensus58
- mithril35
- catalyst-voices29
- cf-identity-wallet25
- dingo17
- gouroboros15
- antithesis13
- hydra13
- ouroboros-leios13
- dolos13
- cf-cip1694-ballot-status10
- yoroi-mobile10
- cardano-node10
- blockfrost-platform9
- cardano-node9
- hermes9
- Governance9
- helm-charts7
- formal-ledger-specifications7
- plutarch7
- bursa6
- cf-token-metadata-registry-status6
- ouroboros-leios-sim6
- ouroboros-network6
- plutus6
- CIPs5
- cardano-db-sync5
- adder4
- cf-cardano-ballot4
- cardano-js-sdk4
- cardano-ledger-specs4
- pallas4
- after-town-hall3
- ansible-cardano3
- cardano-up-packages3
- yoroi3
- yoroi-frontend3
- cardano-cli3
- adder-library-starter-kit2
- cdnsd2
- plutigo2
- pool_groups2
- cardano-token-registry2
- cardano-ledger2
- cardano-updates2
- haskell.nix2
- Intersect-knowledge-base2
- governance2
- docs2
- cardano-rosetta-java1
- developer-portal1
- react-native-haskell-shelley1
- asteria-gl1
- gerolamo1
- acropolis1
- actions1
- capkgs1
- cardano-cli1
- lace1
- ops-lib1
- stackage.nix1
- uplc1
- asteria1
Commit Log
00:11:46
[00a8c585]
:pencil: Update summary in README [skip ci] [upptime]
(cf-token-metadata-registry-status)
00:11:46
[bde944d8]
:card_file_box: Update status summary [skip ci] [upptime]
(cf-token-metadata-registry-status)
00:25:35
[cf20c560]
:card_file_box: Update status summary [skip ci] [upptime]
(cf-cip1694-ballot-status)
00:25:35
[ea9358f5]
:pencil: Update summary in README [skip ci] [upptime]
(cf-cip1694-ballot-status)
05:42:15
[fde19838]
Added community config registry files and workflow to validate files
(Governance)
06:46:14
[a50b2e23]
feat: begin working on a data-structure for ratifying and visualizing governance proposals.
(amaru)
06:46:14
[59819e5f]
feat: define a new type for representing the state of the constitutional committee.
(amaru)
06:46:14
[ae51ae01]
feat: add necessary store interfaces around constitutional committee members.
(amaru)
06:46:14
[84645c81]
feat: rework proposals forest to keep a map of id -> proposals on the side, for fast access.
(amaru)
06:46:15
[99859b36]
feat: decode and import constitutional committee details from snapshots.
(amaru)
06:46:15
[cbf3b08c]
feat: add primitives to store and retrieve proposal roots from the ledge store
(amaru)
06:46:15
[67140ebb]
feat: store validity date of cc members alongside their hot-key delegation choice.
(amaru)
06:46:15
[da408ac8]
fix: index votes by proposal_id + voter, and finish collecting them (naively) for ratification.
(amaru)
06:46:17
[cc2cdb19]
fix: pass *latest* proposal roots when ratifying, not the one from the snapshot.
(amaru)
06:46:17
[77eabd4f]
feat: implement hard forks and bubble ratification errors up the pipeline.
(amaru)
06:46:17
[3d61822c]
feat: refund pruned (due to enactment) proposals alongside expired ones.
(amaru)
06:46:18
[ca5f6e92]
test: property-test proposals_tree, and enforce some runtime invariants.
(amaru)
06:47:06
[7495a2d1]
fix: store and use pools voting stake as part of the stake distributions.
(amaru)
06:48:53
[aa2ac844]
fix: yield candidate proposals following priority then submission order.
(amaru)
06:48:53
[aba589db]
test: start working on some property tests for the ProposalsForest (wip)
(amaru)
06:48:53
[e306a4e8]
chore: move code around, to keep 'ratify_proposals' slightly more lenient.
(amaru)
06:48:53
[cc381596]
chore: disable test relying on protocol parameters generators on windows.
(amaru)
07:07:51
[78909fa3]
docs(cip): update protocol flow figures overview and detail
(ouroboros-leios-sim)
07:28:49
[398b783f]
Remove deprecated fields from org-stats-config.json and update schema to reflect new format. Change reference path in community-config-registry to match updated config file.
(Governance)
08:03:45
[c636ce03]
refactor: introduce KeriaCredential type and improve type safety in credential services
(cf-identity-wallet)
08:24:32
[a1c7ca1f]
Added new github action and script to use new community registry for fetching catalyst projects
(Governance)
08:32:32
[2277ec97]
Update GitHub Actions workflows: change fetch schedule to run daily at 00:10 UTC and add conditional execution for community catalyst projects workflow.
(Governance)
08:54:57
[9f47dc8f]
refactor: remove `test_tools` and `full` features from `mithril-common`
(mithril)
08:58:27
[055921af]
Merge pull request #7563 from CardanoTokenIO/add-a-new-token-2505
(cardano-token-registry)
09:18:24
[d10fa1f7]
Merge pull request #2653 from input-output-hk/djo/2580/test-structure-adr+remove-test_tools_flag
(mithril)
09:20:29
[d9d5d5ec]
chore: merge remote-tracking branch 'origin/develop' into feature/VT20-1908-updates-to-creation-and-deletion-of-connections
(cf-identity-wallet)
09:32:18
[9d3dcde3]
refactor(dmq): rename 'DmqConsumerPallas' to 'DmqConsumerClientPallas'
(mithril)
09:32:19
[75113c92]
refactor(dmq): rename 'DmqPublisherPallas' to 'DmqPublisherClientPallas'
(mithril)
09:32:19
[c6aa11c3]
feat(dmq): add 'DmqPublisherServerPallas' implementation of 'DmqPublisherServer'
(mithril)
09:32:20
[f9c05dfa]
feat(dmq): add 'DmqConsumerServerPallas' implementation of 'DmqConsumerServer'
(mithril)
09:32:54
[89684f80]
fix(dmq): missing wait for Done message in publisher server state machine
(mithril)
09:32:54
[1d197685]
feat(relay): use binary encoding for exchanging messages in P2P pubsub topics
(mithril)
09:35:21
[48acc4a3]
Update eras/shelley/impl/testlib/Test/Cardano/Ledger/Shelley/ImpTest.hs
(cardano-ledger)
09:42:50
[821014eb]
feat: rework proposals forest to keep a map of id -> proposals on the side, for fast access.
(amaru)
09:42:50
[c4ee6b51]
feat: begin working on a data-structure for ratifying and visualizing governance proposals.
(amaru)
09:42:50
[734ec735]
feat: define a new type for representing the state of the constitutional committee.
(amaru)
09:42:51
[1e567ef7]
feat: decode and import constitutional committee details from snapshots.
(amaru)
09:42:51
[f4e8432b]
feat: add primitives to store and retrieve proposal roots from the ledge store
(amaru)
09:42:51
[27c055c3]
feat: store validity date of cc members alongside their hot-key delegation choice.
(amaru)
09:42:51
[c4694727]
feat: add necessary store interfaces around constitutional committee members.
(amaru)
09:42:52
[a41c5a84]
fix: index votes by proposal_id + voter, and finish collecting them (naively) for ratification.
(amaru)
09:42:53
[6a00ed3d]
feat: implement hard forks and bubble ratification errors up the pipeline.
(amaru)
09:42:53
[80aee072]
fix: pass *latest* proposal roots when ratifying, not the one from the snapshot.
(amaru)
09:42:54
[b8e9fb81]
feat: refund pruned (due to enactment) proposals alongside expired ones.
(amaru)
09:44:00
[11142d9a]
test: property-test proposals_tree, and enforce some runtime invariants.
(amaru)
09:44:29
[ee1bc9c2]
fix: store and use pools voting stake as part of the stake distributions.
(amaru)
09:44:31
[a83006c0]
chore: disable test relying on protocol parameters generators on windows.
(amaru)
09:44:31
[c222744e]
test: start working on some property tests for the ProposalsForest (wip)
(amaru)
09:44:32
[4ef2dcfa]
fix: yield candidate proposals following priority then submission order.
(amaru)
09:44:32
[d7ff4a0d]
chore: move code around, to keep 'ratify_proposals' slightly more lenient.
(amaru)
09:48:29
[4e506a8d]
replace labelThisThread from MonadFork with labelMyThread from Hydra.Prelude
(hydra)
09:51:08
[4f105619]
Generalize some functions in the LedgerTablesHandle interface
(ouroboros-consensus)
10:06:16
[44d3eab2]
Merge remote-tracking branch 'origin/develop' into Update-resolver-package
(yoroi-mobile)
10:36:00
[c296660f]
chore: bump ledger cache CI version to invalidate + (temporarily) increase snapshot test timeout
(amaru)
10:38:14
[9ac624e4]
Rename 'RbacRegistrationChainV1' back to 'RbacRegistrationChain' to preserve compatibility
(catalyst-voices)
11:00:39
[df7d2507]
chore: merge remote-tracking branch 'origin/feature/VT20-1908-updates-to-creation-and-deletion-of-connections' into feature/VT20-1912-align-connection-note-and-history-in-the-clould-with-new-schema
(cf-identity-wallet)
11:02:10
[f34b66f1]
replace labelThisThread from MonadFork with labelMyThread from Hydra.Prelude
(hydra-poc)
11:32:51
[39abf0e1]
Integrate KES agent functionality into ouroboros-consensus:
(ouroboros-consensus)
11:32:55
[e1c85d45]
add Void to the PraosCredentialsAgent constructor of PraosCredentialsSource to make it unusable
(ouroboros-consensus)
11:32:56
[8976c924]
include `kesAgentClientTracer` in the changelog for -diffusion
(ouroboros-consensus)
11:32:56
[6fd9472c]
`forget` to `forget_`, add comment suggesting users call `finalize` instead
(ouroboros-consensus)
11:33:21
[58bd6ccd]
feat(core): align connection note and connection history item IDs… (#1289)
(cf-identity-wallet)
11:41:30
[3f122585]
Merge pull request #5242 from IntersectMBO/lehins/slight-improvements-to-genesis
(cardano-ledger)
11:53:30
[6af80756]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 3f1225854024bbe95c112a481fd32bd22f7d5286
(cardano-ledger)
12:08:47
[d4b3a325]
Merge remote-tracking branch 'origin/feature/VT20-1908-updates-to-creation-and-deletion-of-connections' into feature/delete-related-connections-for-identifier
(cf-identity-wallet)
12:11:58
[bf46630b]
Merge remote-tracking branch 'origin/feature/delete-related-connections-for-identifier' into feature/delete-credentials-for-specific-profile
(cf-identity-wallet)
12:39:46
[b463ecc5]
fix(cat-voices): show category questions in proposal viewer (#3252)
(catalyst-voices)
12:41:27
[61512b66]
Rename upload-artifacts to push-artifacts-to-branch
(formal-ledger-specifications)
12:41:28
[f9fe957f]
build(deps): bump github.com/blinklabs-io/gouroboros from 0.130.1 to 0.131.0 (#848)
(dingo)
12:43:02
[1320db31]
feat(core): VT20-1908 updates to creation and deletion of connections (#1272)
(cf-identity-wallet)
12:45:46
[2ee63a6a]
fix(hermes): run integration tests sequentially, restrict checking time assert for computers with small amount of threads
(hermes)
12:46:15
[ae031f9d]
Merge remote-tracking branch 'origin/develop' into feature/delete-related-connections-for-identifier
(cf-identity-wallet)
12:48:07
[1c0d550c]
Merge remote-tracking branch 'origin/develop' into feature/delete-credentials-for-specific-profile
(cf-identity-wallet)
12:55:29
[74d170bf]
Artifacts generated from dfb27bd7f2464ab620b5a174698abe90b5ced887
(formal-ledger-specifications)
13:07:47
[43737907]
chore(compose): cors allow localhost:3000, add ker ballot verifier
(cf-cardano-ballot)
13:07:49
[3acf5a11]
feat : Added changes to add amount to Utxo table to track coin amount (#854)
(dingo)
13:27:46
[dd9691d7]
wb hack | LMDB limits, memory high 4.1 GB and RTS heap 4.0 GB (ony producers, not explorer)
(cardano-node)
13:42:25
[1fce27d9]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 3f1225854024bbe95c112a481fd32bd22f7d5286
(cardano-ledger)
14:00:27
[6d1fe9bc]
Merge remote-tracking branch 'origin/develop' into feat/VT20-1920-Set-up-Group-Profile-as-Joiner
(cf-identity-wallet)
14:04:30
[0ae9c67e]
fix: Add an ESLint override in .eslintrc to allow console in migrations path instead of using pre-line ESLint disable
(cf-identity-wallet)
14:29:26
[7fc57b48]
chore: bump ledger cache CI version to invalidate + (temporarily) increase snapshot test timeout
(amaru)
15:13:34
[6bacfefb]
fix: prevent joining a group already present in connections cache
(cf-identity-wallet)
15:39:31
[41abca8f]
Merge pull request #5241 from IntersectMBO/lehins/fix-CostModel-json-parsing
(cardano-ledger)
15:43:18
[446c58d8]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 41abca8fe832d8880545570b5b09ce6ad48ff45e
(cardano-ledger)
15:58:35
[56dd75b8]
test: add a new test that should pass to avoid switching too early on a shorter chain
(amaru)
16:00:32
[c12a74a8]
Update link to instructions for installing the Cardano node using Cabal
(ouroboros-consensus)
16:08:39
[4d90a2c0]
feat(core): remove connections of specific identifier (#1297)
(cf-identity-wallet)
16:29:06
[fdd2b45a]
feat(core): delete credentials for specific profile (#1299)
(cf-identity-wallet)
16:40:59
[bc58ac2d]
Merge remote-tracking branch 'origin/feature/delete-related-connections-for-identifier' into feature/VT20-2036-Refactor-IdentifierService.deleteIdentifier-for-Single-Responsibility
(cf-identity-wallet)
16:43:10
[3b07eef3]
chore(deps): bump github.com/blinklabs-io/adder from 0.30.5 to 0.31.0 (#58)
(adder-library-starter-kit)
16:43:29
[f0bc651b]
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#59)
(adder-library-starter-kit)
17:02:34
[aed68beb]
Merge pull request #1647 from input-output-hk/feat/tx-summary-inspector-return-resolved-inputs
(cardano-js-sdk)
17:13:32
[6e068f2f]
wb hack | LMDB limits, memory high 4.6 GB and RTS heap 4.5 GB (ony producers, not explorer)
(cardano-node)
17:32:11
[4b76066b]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 41abca8fe832d8880545570b5b09ce6ad48ff45e
(cardano-ledger)
18:40:21
[1cec23c2]
Auto-format CIP: TOC, figures/tables, and markdown formatting [skip ci]
(ouroboros-leios-sim)
21:05:46
[4ee7780f]
wb hack | LMDB limits, memory high 5.0 GB and RTS heap 4.9 GB (ony producers, not explorer)
(cardano-node)
21:09:20
[3fc67336]
fix: search transaction incorrect data for address filtering
(cardano-rosetta-java)
21:47:13
[4edd7fd8]
Merge pull request #5244 from IntersectMBO/carlos/revert-5188
(cardano-ledger-specs)
21:50:47
[a82538ef]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 4edd7fd8b7101d24625c88d45c31f15e6345998e
(cardano-ledger)
23:03:49
[91e47a55]
Refactor connection parameters and timeout handling in Etcd network component
(hydra-poc)
23:04:24
[c1fd77a6]
🟩 API (Specific property) is up (204 in 98 ms) [skip ci] [upptime]
(cf-token-metadata-registry-status)
23:04:24
[4a82d2ab]
🟩 API (All properties) is up (204 in 649 ms) [skip ci] [upptime]
(cf-token-metadata-registry-status)
23:04:24
[375cea19]
🟩 API (Batch) is up (204 in 99 ms) [skip ci] [upptime]
(cf-token-metadata-registry-status)
23:06:25
[c45e73de]
🟥 1694ballot.cardano.org is down (0 in 0 ms) [skip ci] [upptime]
(cf-cip1694-ballot-status)
23:06:26
[b2f50366]
🟥 event-api is down (0 in 0 ms) [skip ci] [upptime]
(cf-cip1694-ballot-status)
23:06:27
[28a0093c]
🟥 blockchain-follower-api is down (0 in 0 ms) [skip ci] [upptime]
(cf-cip1694-ballot-status)
23:06:28
[dc93b4a3]
🟥 login-api is down (0 in 0 ms) [skip ci] [upptime]
(cf-cip1694-ballot-status)
23:06:28
[eb5970ef]
🟥 cast-vote-api is down (0 in 0 ms) [skip ci] [upptime]
(cf-cip1694-ballot-status)
23:06:29
[f5d7598a]
🟥 get-vote-receipt-api is down (0 in 0 ms) [skip ci] [upptime]
(cf-cip1694-ballot-status)
23:06:29
[4ec9f4b9]
🟥 get-votes-api is down (0 in 0 ms) [skip ci] [upptime]
(cf-cip1694-ballot-status)
23:13:48
[af3b7969]
Artifacts generated from 2b225e0f6197d69978449dfad18da51b89b67946
(formal-ledger-specifications)
23:32:35
[a907d96b]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 4edd7fd8b7101d24625c88d45c31f15e6345998e
(cardano-ledger)