Home / Reports / May 19, 2023

Friday, May 19, 2023

87 commits had been pushed across 20 repos by 31 authors. There were 3,735,365 additions and 1,485,430 deletions. Official weekly status updates can be found on essentialcardano.io.

Authors

Repos Updated

Commit Log

00:17:09 [71f82363] :bento: Update graphs [skip ci] (uptime)
00:17:51 [55952322] :pencil: Update summary in README [skip ci] [upptime] (uptime)
00:17:52 [d71af952] :card_file_box: Update status summary [skip ci] [upptime] (uptime)
00:50:28 [87b604e9] Update Hackage and Stackage (haskell.nix)
01:27:25 [44d83842] Merge pull request #3430 from input-output-hk/erikd/plutus-1.6 (cardano-ledger)
03:54:18 [acead85f] [Textual] Improve readable pretty-printing (#5325) (plutus)
04:10:37 [d3b42533] Enable editorconfig checker and reduce indentation for a few modules (#5317) (plutus)
04:19:59 [9e133446] Deploying to gh-pages from @ input-output-hk/plutus@acead85ff60b6502872a7c1ac449a56a4a62d1e8 🚀 (plutus)
04:41:48 [ec7b1850] Deploying to gh-pages from @ input-output-hk/plutus@d3b425335602e892f0929c9051ae195672e30f07 🚀 (plutus)
04:59:38 [27c192aa] deploy: b88c276f51cbf9fa561ef279bcf14934083215e2 (hydra-poc)
05:26:01 [cff2bc0b] Add std++ to postgres as well as setting LC_CTYPE (#1959) (haskell.nix)
06:32:17 [1b92cf57] Merge pull request #186 from input-output-hk/erikd/reduce-allow-newer (cardano-prelude)
07:15:08 [5092b930] deploy: b6b9cf831ff60496c771c6143dd15b2cdef1ba0c (catalyst-core)
07:17:59 [1a5ce73d] deploy: c6133dbb22d2ef94e650320659171bf4c2869fdd (catalyst-core)
07:41:28 [f9e7b256] docs: Merge #3946 3946: Reduce usage of `unsafeSubtract`. r=jonathanknowles a=jonathanknowles ## Issue None. Noticed during code review. ## Summary Where applicable and safe to do so, this PR converts certain expressions that manipulate `TokenBundle` and `TokenMap` values to use `difference` instead of `unsafeSubtract`. Given a partial order `>=`, we can write ``a `difference` b`` in cases where either: - we do care that ``a >= b`` holds and have already verified it to be true; or - we don't care whether or not ``a >= b`` holds. - i.e., we only care about computing the part of `a` that is in excess of `b`. The `difference` operation behaves analogously to: - truncated subtraction of natural numbers. - ordinary set difference. More generally, the `difference` operation is an example of [monus](https://en.wikipedia.org/wiki/Monus) subtraction for commutative monoids. ## Future work Remove the `unsafeSubtract` operation, or restrict it to test suites. We can't yet do this, because various `subtract` operations are defined in terms of `unsafeSubtract`. Co-authored-by: Jonathan Knowles <[email protected]> Source commit: 24e54995cd3caf7baf7757b2cb05afe59a73db94 (cardano-wallet)
08:51:07 [ad0a54c0] Merge pull request #730 from input-output-hk/fix/hardware-signing-data (cardano-js-sdk)
09:47:56 [6c5a7d01] Misc tidying (#5333) (plutus)
10:03:06 [b71f9b25] Remove old xfails from kes tests (cardano-node-tests)
10:11:36 [085c4cf1] Merge pull request #1793 from saratomaz/remove_todos_from_kes_tests (cardano-node-tests)
10:12:08 [3716eee1] deploy: d631c64ad96be5daf6902927f0555758b4ac96e8 (catalyst-core)
10:12:46 [98091a66] Deploying to gh-pages from @ input-output-hk/plutus@6c5a7d01ede53625c1fb7ceff864abd3ca1eb841 🚀 (plutus)
10:31:13 [e48d874c] doc update (guild-operators)
11:37:37 [254d7c38] Flatten the ifs (cardano-node-tests)
11:47:46 [439d4a6a] Merge pull request #1823 from input-output-hk/kes_blockers_finish_test (cardano-node-tests)
11:49:23 [c7051dec] Merge remote-tracking branch 'origin/develop' into fix/YOEXT-601/dapp-url (yoroi-frontend)
11:57:52 [8285109a] i18n file updated (yoroi-frontend)
11:58:56 [dea8238e] deploy: 3899c8f902354ac41a985a688601d6e5ecd73159 (catalyst-core)
12:05:14 [4ca0b51b] Deploying to gh-pages from @ input-output-hk/engineering@257e1ed737d03476889230bd17ae7f8175409034 🚀 (engineering)
12:13:36 [b3afa72e] Update 2023-05-18-ghc-update-10.md (#56) (engineering)
12:14:42 [b39c14ad] Merge pull request #3205 from Emurgo/fix/YOEXT-601/dapp-url (yoroi-frontend)
12:16:08 [d7877b2e] Deploying to gh-pages from @ input-output-hk/engineering@b3afa72e0154c3b122dbad2c75368118200c79f6 🚀 (engineering)
12:20:19 [4784264f] deploy: dcf4cb4cad82e124ca09299e98a67e678ebc942d (catalyst-core)
12:26:24 [80743e1e] Merge pull request #27 from blockfrost/1000101/refresh (blockfrost.dev)
12:50:17 [d99ccd94] Backport fix for m32_allocator_init to GHC 9.2 (#1956) (haskell.nix)
12:56:45 [fe55583d] deploy: b03d6a126a26c043860c00d98df765df043df041 (catalyst-core)
13:02:08 [41903e6a] Merge pull request #727 from input-output-hk/refactor/ADP-2410-more-db-connections (cardano-js-sdk)
13:06:43 [9a56049b] deploy: 650be476b901d5f552476563a2569e8f6b2b2606 (catalyst-core)
13:13:27 [c777a03f] Update plutus-tx-plugin.cabal (#5335) (plutus)
13:17:48 [7ff8edf3] Deploying to gh-pages from @ input-output-hk/plutus@c777a03f6ca2cc8c7c135b787c5402e6048567dd 🚀 (plutus)
14:06:38 [394d7702] chore: remove NFT feature flag (#2475) (yoroi-mobile)
14:15:02 [7d263c43] deploy: b1cf61c59fa11a4c61a2017c3888982f02d4e68e (catalyst-core)
14:25:24 [9c1188f2] deploy: 82f7514d5ae9e6354983031f404238a0faa44790 (catalyst-core)
14:30:24 [aa3df53d] bump (tools)
14:33:28 [02ee9e73] not all pkgs! (tools)
14:38:47 [ff7f8b12] Merge pull request #720 from input-output-hk/ci/release-branch (cardano-js-sdk)
15:43:01 [3019c980] Update plutus-benchmark.cabal (#5336) (plutus)
15:56:13 [4bbcd13f] deploy: 1be65302775252d5efb4bfecd498ea9d972f3f9e (cardano-updates)
16:04:52 [6145b39c] Merge pull request #1824 from input-output-hk/skip_expected_scenario (cardano-node-tests)
16:21:09 [60b32748] Merge pull request #1825 from saratomaz/nightly_dbsync_13.1.1.0 (cardano-node-tests)
16:49:05 [bee128a4] Add --silent option to plc/pir/uplc commands (#5334) (plutus)
16:58:43 [77e1951e] Merge pull request #31 from blockfrost/1000101/cip14 (blockfrost.dev)
17:10:15 [b3b3811b] Deploying to gh-pages from @ input-output-hk/plutus@bee128a411cefd85750b1aaa59935dd193c81b19 🚀 (plutus)
17:17:27 [a5438a0b] add perf nodes (cardano)
17:31:16 [428a7705] deploy: 50975cae6707a60743403bc98dd96be95483753b (catalyst-core)
18:05:52 [294c1666] Little fix for the TTL in scripts 11 (scripts)
18:33:55 [1055ee38] Add files via upload (cardano-token-registry)
18:52:32 [fcc1805a] Removed Draft Docs for deploy-eventdb (catalyst-core)
18:59:45 [dbc4f7ec] deploy: e37aab8c85be228c73d5dce038954d4c093d4fed (catalyst-core)
19:05:45 [9bd70a05] deploy: f6bb88dc30dca765c4da8053c6e3d7a0c0d84dd1 (catalyst-core)
19:08:34 [0f69f6ca] Merge pull request #3054 from ChronoSerene/master (cardano-token-registry)
19:09:02 [02110769] Merge pull request #3055 from DogWarsCryptoverse/master (cardano-token-registry)
19:09:38 [391ef1f6] Merge pull request #3056 from hgmdesign/master (cardano-token-registry)
19:10:09 [d8e86a44] Merge pull request #3057 from GioZan/master (cardano-token-registry)
19:11:15 [6a82b529] Merge pull request #3058 from MiladyCardano/master (cardano-token-registry)
19:11:44 [ebb7dd49] Merge pull request #3059 from MynthAI/master (cardano-token-registry)
19:13:02 [e96c521f] deploy: a3a0b3b83eb8383b87eb1779dc3ebd7dfe13fa52 (catalyst-core)
19:14:17 [bfd2c516] Merge pull request #3060 from adanitro536/master (cardano-token-registry)
19:15:18 [b8d5a183] deploy: 70c188ae0b1cc503aa81dd4c269ebdeb2f550dfd (catalyst-core)
19:15:45 [201c2b39] Merge pull request #3062 from continuity-to/master (cardano-token-registry)
19:16:13 [f725a35f] Merge pull request #3063 from cardano-tools-nft/b28e323d-7cb6-4db2-86e9-611211551ef4 (cardano-token-registry)
19:16:41 [3644d37c] Merge pull request #3064 from Woofcarda/master (cardano-token-registry)
19:29:09 [d08c0aee] deploy: b6b26564efc073478e3f69a704617be25449c043 (catalyst-core)
19:48:39 [df50f4be] deploy: bc3dff628bedd46fb112be994c39becab03ba253 (catalyst-core)
20:28:55 [18b46c2e] Format and line lengths for some modules (#5338) (plutus)
20:32:41 [a9e08215] Deploying to gh-pages from @ input-output-hk/plutus@18b46c2e539b78ab2d9769b3cf79d2876c6a91e9 🚀 (plutus)
20:48:46 [de778e10] deploy: fa6e679f7f908f151a999cac7e7115079b198bb0 (catalyst-core)
22:55:05 [2914f1d1] Merge pull request #3432 from input-output-hk/lehins/add-example-to-versioning (cardano-ledger)
23:05:26 [ec117be0] 🟩 C1 Devnet RPC is up (200 in 233 ms) [skip ci] [upptime] (uptime)
23:05:27 [3fc683dd] 🟩 C1 Devnet Sidechain Explorer is up (200 in 397 ms) [skip ci] [upptime] (uptime)
23:05:27 [c30f0a97] 🟩 C1 Mainnet RPC is up (200 in 212 ms) [skip ci] [upptime] (uptime)
23:05:28 [26e41d48] 🟩 C1 Mainnet Sidechain Explorer is up (200 in 252 ms) [skip ci] [upptime] (uptime)
23:05:29 [a2d3a956] 🟩 A1 Devnet RPC is up (200 in 585 ms) [skip ci] [upptime] (uptime)
23:05:30 [a16813db] 🟩 A1 Devnet L2 Explorer is up (200 in 708 ms) [skip ci] [upptime] (uptime)
23:05:30 [781ba9df] 🟩 A1 Mainnet RPC is up (200 in 206 ms) [skip ci] [upptime] (uptime)
23:05:31 [b0372403] 🟩 A1 Mainnet L2 Explorer is up (200 in 257 ms) [skip ci] [upptime] (uptime)
23:16:51 [4ad429b5] Use readable uplc for Budget.Spec (#5340) (plutus)
23:20:09 [aa7a1bde] Deploying to gh-pages from @ input-output-hk/plutus@4ad429b566545163f41b1b60b02c745a5ec550c2 🚀 (plutus)