Home / Reports / May 25, 2023
Thursday, May 25, 2023
59 commits had been pushed across 17 repos by 22 authors. There were 3,163,852 additions and 958,763 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- uptime10
- bech326
- cardano-wallet6
- catalyst-core6
- plutus6
- cardano-ledger-specs4
- cardano-updates4
- hydra4
- hydra-poc3
- plutus-apps2
- cardano-browser-tx2
- guild-operators1
- bitte1
- cardano-db-sync1
- cardano-node-tests1
- haskell.nix1
- marlowe1
Commit Log
01:18:04
[087e9c84]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for c4a404f98015db514f9de48b1577ec0318e714e9
(plutus)
05:29:51
[6e3bdbb0]
Make script-evaluation-test run on the new dedicated self-hosted runner (#5357)
(plutus)
05:46:47
[bdbe0f4a]
Merge pull request #3952 from input-output-hk/piotr/update-bk-workflows
(cardano-wallet)
05:50:09
[87118bd7]
docs: Merge pull request #3952 from input-output-hk/piotr/update-bk-workflows Update workflows for default and benchmark boxes on buildkite Source commit: bdbe0f4aab76de7299cf38b2e62e8d70873015f0
(cardano-wallet)
07:01:41
[29e43c9c]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for 6e3bdbb009e8519e2d73716636da2fc414b2210b
(plutus)
10:15:48
[b7e90a6e]
Merge pull request #890 from input-output-hk/dependabot/github_actions/cachix/install-nix-action-21
(hydra-poc)
11:07:37
[83c133a8]
Deploying to gh-pages from @ input-output-hk/plutus-apps@a621dbdd61aebc34a633f71ae7f6084a11e97411 🚀
(plutus-apps)
12:23:35
[2761f768]
docs: Merge #3938 3938: [ADP-3039] Remove WalletKey class r=paolino a=paolino
ADP-3039 Co-authored-by: paolino <[email protected]> Source commit: 4c0dd64be3936725dbbaf8f0f91db0d7431abe78
(cardano-wallet)
12:56:33
[ed0c22d6]
Merge pull request #884 from input-output-hk/abailly-iohk/micro-benchmarks
(hydra)
13:06:43
[e48231d9]
Deploying to gh-pages from @ input-output-hk/plutus@41f70cb3251e47cb91749081c92dc2e6db87b85c 🚀
(plutus)
13:41:48
[c0b7ad4d]
docs: Merge #3947 3947: [ADP-3042] add state-to-ktype implication r=paolino a=paolino - [x] add new type family `CredFromOf` that maps states to `CredFromKey` types, which are part of `Depth` kind , which is ... strange, but I didn't touch it.
- [x] remove ktype from `ApiLayer`
- [x] remove ktype from `WallteLayer`
- [x] remove k and ktype from `MockWalletLayer `
I'm a bit perplexed on the `ktype` , after binding it to the state type I realized that even the key type implies it. So a type function like
```haskell
type family CredFromOfKey k where
CredFromOfKey (SharedKey) = 'CredFromScriptK
CredFromOfKey _ = 'CredFromKeyK
type CredFromOf s = CredFromOfKey (KeyOf s)
```
would just suffice, instead of the bulky
```haskell
type family CredFromOf s where
CredFromOf (SharedState n key) = 'CredFromScriptK
CredFromOf (SeqState n key) = 'CredFromKeyK
CredFromOf (RndState n) = 'CredFromKeyK
CredFromOf (TestState n key) = 'CredFromKeyK
CredFromOf (RndAnyState n p) = 'CredFromKeyK
CredFromOf (SeqAnyState n key p) = 'CredFromKeyK
```
I'm proposing here
The key type implication would also remove ktype from other data , like
- TransactionLayer
- PaymentAddress
- DelegationAddress
and derived types/classes
I left this out of the PR, because I'm not sure of the intentions of this polymorphism.
ADP-3042
Co-authored-by: paolino <[email protected]> Source commit: 0a0ba43b1ed96ca3e207c75b97d6b66c2a905c59
(cardano-wallet)
14:26:28
[5ea66ce2]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for 41f70cb3251e47cb91749081c92dc2e6db87b85c
(plutus)
15:00:05
[98980523]
Deploying to gh-pages from @ input-output-hk/plutus-apps@e98c255c66f3aae7f62cdcad15033a09537a0605 🚀
(plutus-apps)
15:57:21
[d956ce5a]
Merge pull request #1502 from Plutonomicon/klntsky/daniel/mnemonic-wallets
(cardano-browser-tx)
15:59:31
[4ab45f34]
Deploying to gh-pages from @ Plutonomicon/cardano-transaction-lib@d956ce5a7c50189620747736a53c9b9c8556a7f3 🚀
(cardano-browser-tx)
16:13:56
[e2275553]
Merge pull request #1841 from input-output-hk/artur/update-benchmark-queue
(cardano-node-tests)
17:52:54
[df06d4ea]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for c1603995da7c57d95371844191d235b05bb476b7
(cardano-ledger-specs)
23:05:16
[f2f8ea60]
🟩 C1 Devnet Sidechain Explorer is up (200 in 391 ms) [skip ci] [upptime]
(uptime)
23:05:18
[dfbe38e6]
🟩 C1 Mainnet Sidechain Explorer is up (200 in 811 ms) [skip ci] [upptime]
(uptime)