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
- catalyst-core18
- plutus15
- cardano-token-registry11
- uptime11
- cardano-node-tests6
- yoroi-frontend3
- cardano-js-sdk3
- engineering3
- haskell.nix3
- blockfrost.dev2
- cardano-ledger2
- tools2
- guild-operators1
- yoroi-mobile1
- scripts1
- cardano1
- cardano-prelude1
- cardano-updates1
- cardano-wallet1
- hydra-poc1
Commit Log
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)
06:32:17
[1b92cf57]
Merge pull request #186 from input-output-hk/erikd/reduce-allow-newer
(cardano-prelude)
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)
10:11:36
[085c4cf1]
Merge pull request #1793 from saratomaz/remove_todos_from_kes_tests
(cardano-node-tests)
10:12:46
[98091a66]
Deploying to gh-pages from @ input-output-hk/plutus@6c5a7d01ede53625c1fb7ceff864abd3ca1eb841 🚀
(plutus)
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)
12:05:14
[4ca0b51b]
Deploying to gh-pages from @ input-output-hk/engineering@257e1ed737d03476889230bd17ae7f8175409034 🚀
(engineering)
12:16:08
[d7877b2e]
Deploying to gh-pages from @ input-output-hk/engineering@b3afa72e0154c3b122dbad2c75368118200c79f6 🚀
(engineering)
13:02:08
[41903e6a]
Merge pull request #727 from input-output-hk/refactor/ADP-2410-more-db-connections
(cardano-js-sdk)
13:17:48
[7ff8edf3]
Deploying to gh-pages from @ input-output-hk/plutus@c777a03f6ca2cc8c7c135b787c5402e6048567dd 🚀
(plutus)
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)
17:10:15
[b3b3811b]
Deploying to gh-pages from @ input-output-hk/plutus@bee128a411cefd85750b1aaa59935dd193c81b19 🚀
(plutus)
19:09:02
[02110769]
Merge pull request #3055 from DogWarsCryptoverse/master
(cardano-token-registry)
19:16:13
[f725a35f]
Merge pull request #3063 from cardano-tools-nft/b28e323d-7cb6-4db2-86e9-611211551ef4
(cardano-token-registry)
20:32:41
[a9e08215]
Deploying to gh-pages from @ input-output-hk/plutus@18b46c2e539b78ab2d9769b3cf79d2876c6a91e9 🚀
(plutus)
22:55:05
[2914f1d1]
Merge pull request #3432 from input-output-hk/lehins/add-example-to-versioning
(cardano-ledger)
23:05:27
[3fc683dd]
🟩 C1 Devnet Sidechain Explorer is up (200 in 397 ms) [skip ci] [upptime]
(uptime)
23:05:28
[26e41d48]
🟩 C1 Mainnet Sidechain Explorer is up (200 in 252 ms) [skip ci] [upptime]
(uptime)
23:20:09
[aa7a1bde]
Deploying to gh-pages from @ input-output-hk/plutus@4ad429b566545163f41b1b60b02c745a5ec550c2 🚀
(plutus)