Home / Reports / May 3, 2023
Wednesday, May 3, 2023
96 commits had been pushed across 23 repos by 31 authors. There were 9,203,184 additions and 2,042,360 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- catalyst-core17
- cardano-token-registry15
- plutus15
- uptime11
- cardano-wallet8
- cardano-multiplatform-lib5
- cardano-node-tests3
- yoroi2
- cardano-js-sdk2
- cardano-updates2
- formal-ledger-specifications2
- hydra-poc2
- mithril2
- blockfrost-backend-ryo1
- developer-portal1
- yoroi-frontend1
- yoroi-mobile1
- cardano-clusterlib-py1
- haskell.nix1
- hydra1
- iohk-nix1
- marlowe-explorer1
- stackage.nix1
Commit Log
00:53:20
[8c0f674f]
Merge pull request #99 from blockfrost/srk/nix/unusedRegistry
(blockfrost-backend-ryo)
07:51:07
[5fb743ad]
Merge pull request #722 from input-output-hk/fix/token-metadata-return-type
(cardano-js-sdk)
08:14:54
[537abf5f]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for 497c6d2ca08d004b88393a9e963b4f94d905ed46
(plutus)
08:27:00
[83a8d60e]
Deploying to gh-pages from @ input-output-hk/plutus@ab0999c769cda8d78763bdd278875f06108ec044 🚀
(plutus)
08:59:00
[b3581187]
Merge pull request #1770 from saratomaz/update_verify_poll_msg
(cardano-node-tests)
09:19:31
[80788658]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for ab0999c769cda8d78763bdd278875f06108ec044
(plutus)
09:56:30
[7ddf5d3b]
docs: Merge #3900 3900: Consolidate conversions between `Coin` and `Quantity`. r=jonathanknowles a=jonathanknowles ## Issue
None. Noticed while working in the area.
## Summary
This PR consolidates several different functions that perform conversions between `Coin` and `Quantity`, leaving just:
- `Coin.fromQuantity`
- `Coin.toQuantity`
Some of the removed functions use `fromIntegral`, which is a potential footgun, as it performs silent truncation at runtime if the target type is not at least as wide as the source type.
The `Coin.{from,to}Quantity` functions use `intCast`, which is safer, as its type signature allows the compiler to check that the target type is at least as wide as the source type. Co-authored-by: Jonathan Knowles <[email protected]> Source commit: 6ad80f3c17bb6ccd99181e88f6e1862c26150bf9
(cardano-wallet)
10:35:01
[99ce8c6e]
docs: Merge #3899 3899: [ADP-3003] Remove DeltaMap for wallet state r=paolino a=paolino - [x] Remove the support for multiple wallets in the wallet state (for one database)
- [x] Remove last unused errors based on ErrNoSuchWallet
- [x] Move mkDBLayerFromParts in the Layer module
ADP-3003 Co-authored-by: paolino <[email protected]> Source commit: 61a630b49efc088e1f1c8fae5b79bd72b084ddcf
(cardano-wallet)
10:46:54
[8f7682c0]
Deploying to gh-pages from @ input-output-hk/plutus@e42d1a03576520c0b7bcbbb7fed073946b9ba5ba 🚀
(plutus)
11:49:37
[0045c517]
Merge pull request #179 from input-output-hk/add_setup_requires
(cardano-clusterlib-py)
11:59:53
[66121849]
Merge pull request #1772 from input-output-hk/update_clusterlib_0.4.7
(cardano-node-tests)
12:13:14
[55bff48b]
Deploying to gh-pages from @ input-output-hk/plutus@5697ae917acceb7a350491673bddf1cf670e04ba 🚀
(plutus)
12:22:25
[99e5bfda]
Merge pull request #3193 from Emurgo/fix/YOEXT-589/confirm-nft-label
(yoroi-frontend)
13:32:37
[32fd5efa]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for 5697ae917acceb7a350491673bddf1cf670e04ba
(plutus)
13:35:04
[bac52afe]
Merge pull request #2847 from cardano-tools-nft/234fd770-857b-4ec7-a2ef-87c8fe43664e
(cardano-token-registry)
13:38:10
[2519f4eb]
Merge pull request #2850 from MynthAI/remove-old-mynth-token
(cardano-token-registry)
13:44:40
[9c9348bb]
Merge pull request #2856 from cardano-foundation/deletion/2850
(cardano-token-registry)
14:57:02
[64aa5201]
Bump unicode-segmentation from 1.10.0 to 1.10.1 in /rust
(cardano-multiplatform-lib)
15:30:34
[227c6ab0]
Deploying to gh-pages from @ input-output-hk/plutus@a2be05ed9bd4597c624c415231b8a2814c78ef1d 🚀
(plutus)
16:00:43
[fe277e9f]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for a2be05ed9bd4597c624c415231b8a2814c78ef1d
(plutus)
16:02:20
[97be4547]
Merge pull request #2857 from cardano-tools-nft/a9221f19-72ce-4535-ad87-f7b9f377141d
(cardano-token-registry)
16:11:21
[6542f5a5]
docs: Merge #3896 3896: [ADP-3005] Merge `Store` and `QueryStore` r=HeinrichApfelmus a=HeinrichApfelmus ### Overview
This pull requests merges the `QueryStore` type with the `Store` type and updates the documentation.
The type synonym `UpdateStore` takes the role of the previous `Store` type.
### Comments
Future pull requests should:
CODE-OF-CONDUCT.md LICENSE README.md bors.toml cabal.project default.nix docker-compose.yml docs flake.lock flake.nix floskell.json hie-direnv.yaml lib nix prototypes reports scripts shell.nix specifications test touch.me.CI weeder.dhall Move the contents of `*.Layer` modules (which have implemented `QueryStore`) into the `*.Model` modules (→ `Query` instance) and `*.Store` modules (→ `queryS` implementation).
CODE-OF-CONDUCT.md LICENSE README.md bors.toml cabal.project default.nix docker-compose.yml docs flake.lock flake.nix floskell.json hie-direnv.yaml lib nix prototypes reports scripts shell.nix specifications test touch.me.CI weeder.dhall Add the properties explained in the documentation to the `Test.Store` module.
### Issue number
ADP-3005 Co-authored-by: Heinrich Apfelmus <[email protected]> Co-authored-by: paolino <[email protected]> Source commit: b49996b4af48e6b3425819c25e5c6a958f722286
(cardano-wallet)
18:25:42
[845118d4]
Deploying to gh-pages from @ input-output-hk/plutus@78f0369a88bc8b5d4c0c9b77ddac189b522c4888 🚀
(plutus)
18:47:49
[49288b47]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for 78f0369a88bc8b5d4c0c9b77ddac189b522c4888
(plutus)
23:05:30
[2a8826a0]
🟩 C1 Devnet Sidechain Explorer is up (200 in 84 ms) [skip ci] [upptime]
(uptime)
23:05:32
[31fd5743]
🟩 C1 Mainnet Sidechain Explorer is up (200 in 508 ms) [skip ci] [upptime]
(uptime)