Home / Reports / Mar 29, 2023

Wednesday, March 29, 2023

62 commits had been pushed across 20 repos by 20 authors. There were 733,308 additions and 751,088 deletions. Official weekly status updates can be found on essentialcardano.io.

Authors

Repos Updated

Commit Log

00:10:21 [c9429d92] Automatic Update (stackage.nix)
00:20:05 [9914303a] :bento: Update graphs [skip ci] (uptime)
00:20:57 [d7752dd3] :pencil: Update summary in README [skip ci] [upptime] (uptime)
00:20:57 [463c0ca2] :card_file_box: Update status summary [skip ci] [upptime] (uptime)
00:32:03 [45aac22e] add Mempool (customSmallerIsBetter) benchmark result for 5e04afe2e6dcaeefac39f118c7d92afa848fec78 (ouroboros-consensus)
00:39:29 [4e58c7ef] Deployed haddocks (ouroboros-network)
00:43:22 [d9cf28ae] Merge pull request #3361 from input-output-hk/lehins/drop-alonzo-genesis-from-conway-genesis (cardano-ledger)
00:48:18 [22f94b36] add Haskell Benchmark (customSmallerIsBetter) benchmark result for d9cf28aefca1cdb919f67a1b9241c2a75f3443ce (cardano-ledger)
00:51:58 [ed34a697] Update Hackage and Stackage (haskell.nix)
08:18:08 [4d994bc9] deploy: acf4c65e86112733002b7eb52072479a5b8ec620 (catalyst-core)
08:32:42 [66561677] deploy: 00bea44ddeea4c94cecfac4c19ffeaec790939dc (catalyst-core)
08:33:42 [3804a3a8] deploy: f24116a3fe1c86a5f3b3fcbfc57cbc823b9f56bd (catalyst-core)
08:43:45 [61e77005] new acca (hydra-voting-poc)
09:12:49 [dfe3355c] deploy: c0980aeb7007113064f7d645cf6459c2697c060f (catalyst-core)
09:14:27 [b623ec1e] deploy: d2aabde031464526ab2fbaf09f1ef4a60ca81776 (catalyst-core)
09:16:12 [c66683f1] Merge pull request #666 from input-output-hk/feat/optimised-healthcheck (cardano-js-sdk)
09:19:48 [da26c572] Merge #3816 (cardano-wallet)
09:21:49 [88d9c4bd] Update installing-cardano-node with minor fixes (#1008) (developer-portal)
09:22:04 [086c77b9] Merge #4466 (ouroboros-network)
10:23:14 [edc75285] Merge #3817 (cardano-wallet)
10:24:39 [f78caeee] docs: Merge #3816 3816: [ADP-2878] Remove cleandb from db-bench.hs r=paolino a=paolino This is part of the epic to remove (unused) multi-wallet support in DBLayer Because we need to remove the `removeWallet` function in the DBLayer we need to remove cleanDB function which is based on it. A lot of testing/benching code depends on it to reuse the database instance for multiple subsequent operations. The solution is to use instead a reset/cleanup operation at the DBFactory level that will restart the DB completely. - [x] remove `cleanDB` function and restructure a bit to reuse db factory-level cleanup in db-bench-hs ADP-2878 Co-authored-by: paolino <[email protected]> Source commit: da26c572bda4269bd01cbd3b9b0ad950d1a5d847 (cardano-wallet)
10:51:40 [997ca204] docs: Merge #3817 3817: [ADP-2878] remove cleanDB from unit tests r=paolino a=paolino This is part of the epic to remove (unused) multi-wallet support in DBLayer Because we need to remove the removeWallet function in the DBLayer we need to remove cleanDB function which is based on it. A lot of testing/benching code depends on it to reuse the database instance for multiple subsequent operations. It turned out redundant at all call sites - [x] remove cleanDB function use in tests - [x] remove cleanDB function definition ADP-2878 Co-authored-by: paolino <[email protected]> Source commit: edc75285eba555f0b2d30f41aec04a2e341328b4 (cardano-wallet)
12:03:17 [554d0dc9] Merge #3811 (cardano-wallet)
12:37:19 [a0695a02] Merge #4474 (ouroboros-network)
12:37:45 [7b249f62] Merge pull request #5011 from input-output-hk/mafo/cli-wrappers (cardano-node)
12:42:26 [7b08e3b5] docs: Merge #3811 3811: Add `UTxOAssumptions` abstraction to `balanceTransaction` interface r=Anviking a=Anviking - [x] `BoundedAddressLength` matters only for change generation, so let's embed it inside `ChangeAddressGen`. - [x] Bundle together`TransactionLayer k ktype SealedTx` and shared-wallet-specific arguments inside a new `UTxOAssumptions` record. - [x] Get CI fully green - [x] Remaining: look over doc comments for new abstractions in `.Balance` module ### Overall strategy - Reduce type parameters of `balanceTransaction`. This PR changes it from `era m s k ktype` to `era m changeState` ### Comments - Setup for #3765 where pairs of `UTxO` and `UTxOAssumptions` will be generated in both shelley, byron and shared wallet styles in the property tests. - Designed to be reviewed commit per commit <!-- Additional comments, links, or screenshots to attach, if any. --> ### Issue Number ADP-2613 <!-- Reference the Jira/GitHub issue that this PR relates to, and which requirements it tackles. Note: Jira issues of the form ADP- will be auto-linked. --> Co-authored-by: Johannes Lund <[email protected]> Source commit: 554d0dc93ce9676975770fcd7defea22e592100f (cardano-wallet)
13:05:31 [802a9d3a] Merge #3818 (cardano-wallet)
13:20:13 [a9213809] Merge #4475 (ouroboros-network)
13:29:04 [3ae2cce7] deploy: 3cc96ff669efddd59a6a974e7205d9ded50c1a88 (cardano-updates)
13:52:44 [f49230f6] Remove Flat instances for UPLC terms and programs (#5238) (plutus)
13:57:34 [61166ab7] docs: Merge #3818 3818: [ADP-2878] remove remove wallet from dblayer r=paolino a=paolino This is part of the epic to remove (unused) multi-wallet support in DBLayer - [x] Remove removeWallet from DBLayer record - [x] Remove deleteWallet functionality from Wallet module ADP-2878 Co-authored-by: paolino <[email protected]> Source commit: 802a9d3ac311ab2e27a2016f4a644baf0f477eba (cardano-wallet)
14:05:23 [93ff7ea2] clarify script integrity hash data further in CDDL (cardano-ledger-specs)
14:09:56 [79484510] add Haskell Benchmark (customSmallerIsBetter) benchmark result for 93ff7ea22a60dd1f992e0ebfcdb1632a82668b67 (cardano-ledger-specs)
14:40:47 [7f672e53] deploy: 4de8adc72f3a19040fe1a1314a538a3e42a43c2f (catalyst-core)
14:42:32 [92b75e3d] Deploying to gh-pages from @ input-output-hk/plutus@f49230f6505e30f153d9d821be0784e832b9b5ea 🚀 (plutus)
14:43:49 [2cf8aba4] Merge pull request #796 from input-output-hk/hydra-node-crashed-after-a-fork (hydra-poc)
14:44:16 [33aed9a6] deploy: d9c6ccaad9be1724b16cf32c90fb976a1da0f7dd (catalyst-core)
14:48:37 [95673726] Merge pull request #310 from phdang/master (metadata-registry-testnet)
14:51:07 [5f551e0a] add Plutus Benchmarks (customSmallerIsBetter) benchmark result for f49230f6505e30f153d9d821be0784e832b9b5ea (plutus)
15:01:11 [9478f3fb] Merge pull request #1727 from input-output-hk/rollback_testing (cardano-node-tests)
15:04:59 [e7749289] Merge pull request #1721 from saratomaz/test_address_key_hash (cardano-node-tests)
15:06:57 [e8a90a97] deploy: 2cf8aba4c8996d356d4eb23f7afd9fe95df6d685 (hydra-poc)
16:16:08 [575fb284] Merge #3814 (cardano-wallet)
16:51:15 [af011acf] docs: Merge #3814 3814: [ADP-2877] Remove multiple wallet restoration benchmarks r=paolino a=paolino This is part of the epic to remove (unused) multi-wallet support in DBLayer - [x] cleanup of the only part of the code (benchmarks) that was leveraging multi-wallet database support ADP-2877 Co-authored-by: paolino <[email protected]> Source commit: 575fb284a4e05a3d62bf7d99bac71af3ef5e8fb3 (cardano-wallet)
19:15:15 [6f5178aa] deploy: 6ab51cba8bc1d19502f2287b41292e1695f484a6 (catalyst-core)
19:16:21 [6a941f78] deploy: 991d2f6f74bb93088154159504b1dc282253398d (catalyst-core)
19:19:23 [672effba] Merge #3820 (cardano-wallet)
21:04:48 [4f9d8715] deploy: e75ee1a29ea72bd65c68c71d2c00bf8ac7d42635 (catalyst-core)
21:05:47 [9ad7bd0f] deploy: 2373afa3a39659657a38d05370c2c9bbc0dc6629 (catalyst-core)
21:08:25 [ad4fc071] plutusStaging: Bump plutus to 5a38be78616b43d99f6cb5d02caadc953d98eb1e (plutus-ops)
21:19:26 [533928fc] Deploying to gh-pages from @ input-output-hk/plutus-apps@5a38be78616b43d99f6cb5d02caadc953d98eb1e 🚀 (plutus-apps)
22:20:28 [825b45de] plutusStaging: Bump plutus to 3b560a218d5573dca752e6b2f82273f43544cf05 (plutus-ops)
22:31:51 [f34c7bfd] Deploying to gh-pages from @ input-output-hk/plutus-apps@3b560a218d5573dca752e6b2f82273f43544cf05 🚀 (plutus-apps)
23:05:32 [c762bffd] 🟩 C1 Devnet RPC is up (200 in 720 ms) [skip ci] [upptime] (uptime)
23:05:33 [e1a152d6] 🟩 C1 Devnet Sidechain Explorer is up (200 in 449 ms) [skip ci] [upptime] (uptime)
23:05:34 [fa0f2769] 🟩 C1 Mainnet RPC is up (200 in 368 ms) [skip ci] [upptime] (uptime)
23:05:35 [28d22492] 🟩 C1 Mainnet Sidechain Explorer is up (200 in 844 ms) [skip ci] [upptime] (uptime)
23:05:36 [9db3e748] 🟩 A1 Devnet RPC is up (200 in 653 ms) [skip ci] [upptime] (uptime)
23:05:37 [6e18973f] 🟩 A1 Devnet L2 Explorer is up (200 in 837 ms) [skip ci] [upptime] (uptime)
23:05:38 [1e5e56f9] 🟩 A1 Mainnet RPC is up (200 in 369 ms) [skip ci] [upptime] (uptime)
23:05:39 [d1fe5032] 🟩 A1 Mainnet L2 Explorer is up (200 in 498 ms) [skip ci] [upptime] (uptime)
23:49:43 [fad4f5ea] plutusStaging: Bump plutus to 5f90c2e3cbf1cfaf1887837e3b2109752a729c7c (plutus-ops)