Home / Reports / Feb 17, 2023

Friday, February 17, 2023

81 commits had been pushed across 23 repos by 32 authors. There were 1,194,293 additions and 1,655,814 deletions. Official weekly status updates can be found on essentialcardano.io.

Authors

Repos Updated

Commit Log

00:20:38 [24a6180e] :bento: Update graphs [skip ci] (uptime)
00:21:04 [fe625784] :card_file_box: Update status summary [skip ci] [upptime] (uptime)
00:21:04 [64ae0255] :pencil: Update summary in README [skip ci] [upptime] (uptime)
00:34:15 [81780e0e] Add workflow for checking hie.yaml and fix-hie command (#17) (marlowe-explorer)
00:51:04 [0c5e0103] Update Hackage and Stackage (haskell.nix)
03:17:43 [5cb1dbac] Merge pull request #19 from input-output-hk/erikd/deps-20230214 (ekg-forward)
05:47:31 [3bffea1f] Add Slack Notifications for script-evaluation-test Workflow (#5149) (plutus)
06:10:36 [9c1c2218] Fix writing the freeze file to plan-nix.freeze (#1845) (haskell.nix)
07:39:26 [c433e129] delete outdated link (cardano-documentation)
07:56:14 [8c0268ac] plutusStaging: Bump plutus to 7647d072249f984cbad84435361c0bda8ecf1e9f (plutus-ops)
08:12:41 [a4eb452d] Merge pull request #603 from input-output-hk/bump-ogmios-5.6.0 (cardano-js-sdk)
09:29:13 [b543b18d] deploy: d71211faa36b40f9e32e20362cd9278b80488b05 (catalyst-core)
09:43:18 [cbcc5be8] deploy: edd0421394ca292c121795d436b2544e27fe6793 (catalyst-core)
09:54:45 [e32aa60d] deploy: ce47bd1a522cbc76accacaaea23b3faf425a4f3c (catalyst-core)
11:07:22 [cfc3cb4e] deploy: 5c77eac21ed65acec9d179a962fb4953b3fbd564 (catalyst-core)
11:16:25 [3d13fb9c] deploy: f96f098be6a45a1990e7d5d2447ddf7744313784 (quickcheck-dynamic)
11:23:15 [7c286428] deploy: 2c73fdbd66ceb7fb84f82e43aeb66ad4ec796e2d (catalyst-core)
11:24:35 [69cd3f6e] xfail when unexpected values appears on stake-snapshot --all-stake-poools (cardano-node-tests)
11:42:13 [304cb1bf] Merge pull request #1663 from saratomaz/wrong_values_stake_snapshot_all_pools (cardano-node-tests)
11:56:01 [96b220ad] Removed Draft Docs for fix/explorer (catalyst-core)
11:56:43 [035b8e21] Minor syntax fix (quickcheck-contractmodel)
12:08:21 [4f7b16de] deploy: 56ff0ea181a0cc56ff6dc2fb68c5a3be8ef42f4a (catalyst-core)
12:24:02 [8e768652] Merge pull request #465 from input-output-hk/nahern-patch-3 (cardano-documentation)
12:26:02 [cd675d3a] Merge pull request #464 from LukaKurnjek/master (cardano-documentation)
12:35:27 [cfa4d812] Merge #3740 (cardano-wallet)
12:37:24 [8b0479e7] chore: remove redundant devDependency (cardano-js-sdk)
12:44:01 [98d44e0c] Update README.md (hydra-voting-poc)
12:47:49 [79583556] ci: publish release [skip actions] (cardano-js-sdk)
13:07:42 [a46c720f] staging: Bump marlowe to ea46085115a866cf4fe89c7e5eae6fd428a43da4 (plutus-ops)
13:08:32 [fe7cb71a] docs: Merge #3740 3740: [ADP-2664] Simplify the semantics of `RollBackTxMetaHistory` r=HeinrichApfelmus a=HeinrichApfelmus ### Overview This pull request simplifies the semantics of `RollbackTxMetaHistory` β€” we no longer have to consider `Pending` or `Expired` transactions as part of the `TxMetaHistory`. ### Issue number ADP-2664 Co-authored-by: Heinrich Apfelmus <[email protected]> Source commit: cfa4d812c7aae44c301a0b28752ea0b7e9476d4c (cardano-wallet)
13:10:21 [dd685a7b] deploy: 16375466a45f0bfda103ed40e81d55a882144287 (cardano-updates)
13:38:48 [38580aa5] staging: Bump marlowe to ad32a2a553fb8519e644a8f9d8af7fd919ac7f9d (plutus-ops)
13:51:16 [aa1fbf7a] Merge #4831 #4886 (cardano-node)
13:53:35 [dbe619d2] Merge #3750 (cardano-wallet)
14:01:38 [00e2a01c] deploy: cfb3e662f4462334e8b77345e40e93b59e249669 (cardano-updates)
14:07:01 [4c040fc1] deploy: 7897ed4b7782713bcc1722219ee9a1001a48582c (catalyst-core)
14:15:47 [dc302d5c] Merge #4831 (cardano-node)
14:18:45 [a357c46b] New monthly addition (February 2023) to the Developer Blog - NEWM Interview (#961) (developer-portal)
14:20:00 [8eb4fec3] deploy: 4898c8bea831adb2cedc934c4a3d9c1c081f6856 (catalyst-core)
14:32:23 [810ae267] Merge pull request #1664 from input-output-hk/skip_incomplete_first_log_line (cardano-node-tests)
14:38:53 [6e646e2c] docs: Merge #3750 3750: bugfix: readDelegation r=Unisay a=Unisay **Symptom:** Integration test `STAKE_POOLS_JOIN_02` fails consistently when run in isolation from other tests in the suite. **Reason:** The integration test cluster increases epoch number every 32 seconds or so while the test suite is running, and when running in isolation the test always sees epoch 0 only. However, when run as a part of the test suite it manages to start later, by the time the epoch is already > 0. There is a special case in the Wallet’s code that treats delegation in epoch 0 differently: it always returns status `NotDelegating`, but it also assumes there are no next delegations, whereas its possible that in the epoch 0 a new delegation certificate is registered. **Solution:** Even in epoch 0 wallet needs to look ahead to determine upcoming delegations. ### Issue Number ADP-2724 Co-authored-by: Yura Lazarev <[email protected]> Source commit: dbe619d25f58813e939e765cdd3cc8b5ad05ed04 (cardano-wallet)
14:40:57 [bdd47267] Merge #4358 (ouroboros-network)
14:52:26 [fca025a2] plutusStaging: Bump plutus to 0a077df672bbadb879f07a127b02f32b9ab670e2 (plutus-ops)
14:55:56 [447029bc] deploy: 2be6d037b72b016650b8d1129f10878caf7f04fe (cardano-updates)
15:03:46 [c039fafb] Merge pull request #4831 from input-output-hk/jordan/refactor-genesis-create-cardano-testnet (cardano-node)
15:10:52 [8d318740] staging: Bump marlowe to d269f02600468ee5a841a64c24121a30aaae6fe9 (plutus-ops)
15:11:22 [e10918f8] deploy: 5730ce513e8f8efbb032a7da2106b800b17c5387 (cardano-updates)
15:11:36 [3bd41bcc] Removed Draft Docs for NPG-5257-create-seed-data-for-vit-ss-compatible-the-new-schema (catalyst-core)
15:14:44 [bac3589b] deploy: 11e1e1a91abd920c6606feb20c3561aa2678fce8 (quickcheck-dynamic)
15:21:07 [ceda834f] Add Cardano Studio to Showcases (#907) (developer-portal)
15:21:43 [f617bd29] deploy: 408053e4946fbf9397602ca291234d8934dab852 (catalyst-core)
15:27:53 [57a1bca6] deploy: c039fafbfc65d273b5d0c9e73337bced782531aa (cardano-node)
15:40:48 [f312abc3] deploy: e4b25628de05d02daec7510bf587a30dc063b51a (cardano-updates)
15:47:11 [1f284a74] Merge #4358 (ouroboros-network)
15:57:28 [99b06ed4] Merge #4866 (cardano-node)
16:01:53 [3d83507b] deploy: 1a2659a202e8329464cb67bb210d3e41f9f91096 (hydra)
16:53:53 [4f6063dd] Force buffer allocation. Failing tests (kes)
16:54:21 [29f71005] plutusStaging: Bump plutus to 5ff1e38c1d3b8763e73b8c183e908aad47932af7 (plutus-ops)
17:21:27 [67c31f7c] Add docs for NPM scripts to template (cardano-browser-tx)
18:25:38 [688ac44d] Improve docs for E2E testing (screenshot) (cardano-browser-tx)
18:31:45 [01a369b3] Merge pull request #1432 from Plutonomicon/klntsky/document-npm-scripts (cardano-browser-tx)
19:25:51 [d03e0078] staging: Bump marlowe to 43eff850019b803b1f034005367ee615e1da0522 (plutus-ops)
20:10:51 [f91cbdf5] NFT Gallery (#2282) (yoroi-mobile)
21:52:41 [a8c3ce69] Use NFT Thumbnail in NFT Gallery (#2343) (yoroi-mobile)
21:53:43 [1f665848] New Crowdin updates (#2341) (yoroi-mobile)
21:59:25 [1522667c] New translations en-US.json (Portuguese, Brazilian) (#2344) (yoroi-mobile)
22:05:26 [628c9666] chore(iOS): sync Podfile.lock (yoroi-mobile)
22:09:14 [7f3a0204] Merge pull request #1665 from input-output-hk/utxo_hd_support (cardano-node-tests)
22:15:30 [222c016c] Fix NFT parsing (#2342) (yoroi-mobile)
22:33:36 [ab474169] Add loose nft parsing (#183) (cardano-multiplatform-lib)
23:05:21 [2d986e3f] 🟩 C1 Devnet Sidechain Explorer is up (200 in 79 ms) [skip ci] [upptime] (uptime)
23:05:21 [1cff38ff] 🟩 C1 Mainnet RPC is up (200 in 119 ms) [skip ci] [upptime] (uptime)
23:05:21 [ca9647ee] 🟩 C1 Devnet RPC is up (200 in 42 ms) [skip ci] [upptime] (uptime)
23:05:22 [f47053d9] 🟩 C1 Mainnet Sidechain Explorer is up (200 in 621 ms) [skip ci] [upptime] (uptime)
23:05:23 [8412b217] 🟩 A1 Devnet RPC is up (200 in 410 ms) [skip ci] [upptime] (uptime)
23:05:24 [18576633] 🟩 A1 Mainnet L2 Explorer is up (200 in 147 ms) [skip ci] [upptime] (uptime)
23:05:24 [73f68545] 🟩 A1 Mainnet RPC is up (200 in 77 ms) [skip ci] [upptime] (uptime)
23:05:24 [54900d9a] 🟩 A1 Devnet L2 Explorer is up (200 in 492 ms) [skip ci] [upptime] (uptime)
23:09:26 [19947e62] Bump cip25 (cardano-multiplatform-lib)
23:25:17 [0849483d] Run all nightly with PV8 (cardano-node-tests)
23:26:43 [8aecc7c5] Merge pull request #1667 from input-output-hk/run_nightly_pv8 (cardano-node-tests)