Home / Reports / Dec 22, 2023
Friday, December 22, 2023
29 commits had been pushed across 17 repos by 17 authors. There were 8,605,358 additions and 11,259 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- cardano-ledger-specs4
- cardano-api3
- catalyst-ci3
- cardano-token-registry2
- cardano-js-sdk2
- cardano-node-tests2
- haskell.nix2
- hermes2
- yoroi1
- cardano-updates1
- cardano-wallet1
- formal-ledger-specifications1
- haskell-nix-example1
- hydra1
- hydra-poc1
- quickcheck-contractmodel1
- stackage.nix1
Commit Log
03:55:00
[69096854]
Merge pull request #3946 from IntersectMBO/lehins/epoch-interval-instances
(cardano-ledger-specs)
07:38:01
[1eaf393f]
Deploying to gh-pages from @ input-output-hk/catalyst-ci@40450f69c6fd430e934011ad129b7c200818a521 🚀
(catalyst-ci)
09:19:11
[3986834e]
Deploying to gh-pages from @ input-output-hk/hermes@eed7194e7214ce5bcba1e133a164f0b5a269d57f 🚀
(hermes)
09:42:09
[f3b3350f]
Merge pull request #2138 from IntersectMBO/tests_dir_skipped
(cardano-node-tests)
10:07:06
[885fc495]
Merge pull request #1017 from input-output-hk/feat/lw-8287-trezor-multisig-tx
(cardano-js-sdk)
10:41:21
[92ec6ce4]
docs: Make the `NotEnoughMoney` API error machine-readable. (#4348) ## Issue ADP-3247 ## Description This PR revises the `NotEnoughMoney` API error so that it is machine-readable, with a well-defined schema. ## Example ```json { "code": "not_enough_money" , "message": "I can't process this payment as there are not enough funds available in the wallet." , "info": { "shortfall": { "ada": { "quantity": 1 , "unit": "lovelace" } , "assets": [ { "policy_id": "FRUIT" , "asset_name": "APPLE" , "quantity": 2 } , { "policy_id": "FRUIT" , "asset_name": "BANANA" , "quantity": 4 } ] } } } ``` Source commit: 4335f75611e9a659ed6c5838cdd1e4f199ecfcc9
(cardano-wallet)
11:12:21
[9ea2be60]
Deploying to gh-pages from @ input-output-hk/catalyst-ci@257ad5569a1361d02bab11f3dcbaee1c88660fd7 🚀
(catalyst-ci)
12:42:26
[d2e7e1d7]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 94efc6b78fe9791c8a784b7268908718cd6212fa
(cardano-ledger-specs)
13:05:45
[7821c07e]
Merge pull request #32 from input-output-hk/sv/cardano-api-8.36
(quickcheck-contractmodel)
15:22:15
[0a183656]
Deploying to gh-pages from @ input-output-hk/hermes@a95f1ffb6ef2d02d9ed2bd3f8d4b8ba123b35843 🚀
(hermes)
15:27:16
[b0c94e79]
Merge pull request #1219 from input-output-hk/ensemble/survive-conway-fork
(hydra-poc)
17:10:18
[1bdf0ee6]
Updated for 01fb09639336cba7e1602e8bfec12ef1fde34378
(formal-ledger-specifications)
20:05:27
[707f456f]
Deploying to gh-pages from @ input-output-hk/catalyst-ci@b220c1ed03298ab9f6c0d9a203128efe8f9c4252 🚀
(catalyst-ci)
20:05:29
[f5b1e4fa]
Merge pull request #1222 from input-output-hk/ch1bo/refactor-offline-mode
(hydra)