Home / Reports / Feb 24, 2023

Friday, February 24, 2023

70 commits had been pushed across 23 repos by 27 authors. There were 4,583,042 additions and 327,555 deletions. Official weekly status updates can be found on essentialcardano.io.

Authors

Repos Updated

Commit Log

00:03:56 [2911eff2] deploy: 336d72f34d774e365d17e6d14552cd47c9ff2c7a (cardano-node)
00:10:30 [edbf9a66] Automatic Update (stackage.nix)
00:18:38 [d43c4d3e] :bento: Update graphs [skip ci] (uptime)
00:19:04 [e1c6f266] :pencil: Update summary in README [skip ci] [upptime] (uptime)
00:19:05 [e37e4885] :card_file_box: Update status summary [skip ci] [upptime] (uptime)
00:33:50 [3d5670b6] Deployed haddocks (ouroboros-network)
00:51:03 [a970f7b5] Update Hackage and Stackage (haskell.nix)
06:58:30 [afb53943] PLT-1446: Add function to track the type and term lambda abstraction order of a term in inliner (#5160) (plutus)
07:35:31 [b9da8baf] Deploying to gh-pages from @ input-output-hk/plutus@afb539432be232b4cfbb717b25bba95418b9d83f 🚀 (plutus)
08:44:52 [59a5abfc] Merge pull request #746 from input-output-hk/revert_tmp_workaround (hydra)
09:07:15 [fa1760e3] deploy: 59a5abfcb2dc3997e0d2c9ca40e6c625f6f2aa32 (hydra)
09:51:49 [0814c5f0] plutusStaging: Bump plutus to 8251cdf87c90b5257f5eec36827a925907010f7e (plutus-ops)
10:02:24 [9c507c2a] deploy: 68ffcd746e204ae687eeaece2a759c69717aaed2 (catalyst-core)
10:14:20 [469fece3] deploy: 0ee1c3d83a381fbc9576cbfffb406a9bca6102c7 (catalyst-core)
10:14:45 [7bf17ed3] deploy: 59fb48fa92b2fd25bd42922c11c1840a88f8cafd (hydra)
10:34:01 [e805b8bc] deploy: f739542eeebc69559d0c631c091ee544c4f94f98 (catalyst-core)
10:47:16 [de13edf2] deploy: 2670e50ae9f7c4d5a190e8ad02644b92eed8b525 (catalyst-core)
11:02:19 [be46ec77] Merge #3751 (cardano-wallet)
11:24:06 [4b2aa3ae] deploy: 12cebb7de8c8e84f74818180f804002fe2e97630 (catalyst-core)
11:25:28 [4ab1f6af] Update version bounds for cardano-crypto-class (#5165) (plutus)
11:33:51 [0e7fbc98] Merge #1350 (cardano-db-sync)
11:58:24 [f6d4fb94] Merge #4374 (ouroboros-network)
12:11:34 [d9f9a7fd] deploy: 0b556d1c730b80fcc161355da0d6367e1c59232e (catalyst-core)
12:16:48 [a07a572e] Deploying to gh-pages from @ input-output-hk/plutus@4ab1f6afa558392fb7c176f0e91ef608ee05d272 🚀 (plutus)
12:38:07 [41cbeb2b] Rename audit guidelines file and fix some layout issues (hydra)
12:43:28 [d5602650] Merge pull request #1679 from saratomaz/test_stake_non_extended_key (cardano-node-tests)
12:44:16 [157ddacd] Add some level polymorphism (formal-ledger-specifications)
12:44:16 [b32ffcca] Prove POV and computational for LEDGERS (formal-ledger-specifications)
12:44:16 [5c14cd12] Fix and import Ledger.Ledger.Properties (formal-ledger-specifications)
12:44:41 [e0fe2ab9] Merge #1350 (cardano-db-sync)
12:46:05 [6f37d6c5] Merge #4397 (ouroboros-network)
12:50:15 [946818b7] Merge pull request #1438 from Plutonomicon/marton/fix-bundlePursProject (cardano-browser-tx)
12:58:20 [7ff4443a] deploy: 4faed5e532cce465df36b015ed99def6b9f7afc2 (milkomeda-documentation)
13:01:34 [cf96cdeb] Merge #3751 (cardano-wallet)
13:22:45 [beda3d64] Merge #1350 (cardano-db-sync)
13:32:16 [38275ef7] docs: Merge #3751 3751: [ADP-2706] Add `QueryStore` for `TxWalletsHistory` r=HeinrichApfelmus a=HeinrichApfelmus ### Overview This pull request implements a `QueryStore` for the `TxWalletsHistory` by extending `mkStoreTxWalletsHistory` with a query. Here, the `TxSet` and `WalletsMeta` are both on disk. ### Comments 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 This pull request cherry-picks #3698 and #3739. 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 The new `QueryStore` is not yet swapped into `Cardano.Wallet.DB.Layer`, this will be done in an upcoming pull request. 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 The fact that both `TxSet` and `WalletsMeta` are on disk leads to an expensive `loadS` operation during `updateS`. A future pull request will make this operation cheaper by: 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 changing `RemoveWallet` to not require the `txSet` in memory, and by 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 caching the `Store` for the `WalletsMeta` in memory. ### Issue Number ADP-2706 Co-authored-by: Heinrich Apfelmus <[email protected]> Co-authored-by: paolo veronelli <[email protected]> Source commit: cf96cdebe256cb3c60f43648e125974075a8f382 (cardano-wallet)
14:12:43 [33b23669] Merge #4916 (cardano-node)
14:34:54 [8981a965] Merge #1280 (cardano-db-sync)
14:38:09 [7b5a2272] Update PR template for gen-hie job check (cardano-ledger-specs)
15:17:31 [bc9fe7b0] deploy: 06a748ab9f28ca40d48100a2320c45fe55fc4853 (catalyst-core)
16:21:03 [1d45c7e8] Merge #4374 #4406 (ouroboros-network)
16:36:36 [7d70dcce] deploy: 1e202f76a484f331ddc9d69f173790405c465868 (catalyst-core)
16:54:38 [6aa5e44b] deploy: 41cbeb2b7d675e331abcc8c93feac53010cd98bb (hydra)
16:55:19 [5e130b26] deploy: 94fde800007ffd6803516f42439afa70952d1ba4 (cardano-updates)
16:56:37 [a92c643b] Merge pull request #27 from cardano-community/static_crt (cncli)
16:56:54 [f841ddaf] deploy: 2a3ab758b9e2bde5e2560c54fb1677d27688c2c2 (cardano-updates)
17:14:28 [fad31702] Deploy website - based on a8f49dda766c123f5e5954f15de30eb0cc368d23 (cardano-caniuse)
17:25:25 [ad2781ca] staging: Bump marlowe to 86a2088298ce0f5484701d110c71cfb8d63402fb (plutus-ops)
17:32:05 [89ccdd32] deploy: 33b236690cfaa4696585dbef1db8fd9cbb8c45af (cardano-node)
17:53:38 [857a3bd3] deploy: 130301c7f30a39d6d3419fed08864be0e34960e1 (hydra-poc)
18:13:18 [36be5ad1] plutusStaging: Bump plutus to 7fc2910f7ecc9ef309dc665a5950acae776058d7 (plutus-ops)
18:17:03 [9d9f36a4] Merge pull request #204 from input-output-hk/bump-ops-lib (bitte)
18:30:43 [c7c72644] Merge #1354 (cardano-db-sync)
18:33:30 [bbb62f03] deploy: 84575c974c2877002883abaf2ce06a93c8180136 (catalyst-core)
18:49:05 [41ed3116] deploy: 70a07ecdc1b9e9a2a3d909876fb792de815d2dc7 (catalyst-core)
19:01:50 [ea33727d] deploy: b5a1cb87ef23714f89c12ddc0fde327f83afd113 (catalyst-core)
19:36:00 [b652923f] staging: Bump marlowe to 1e778adb7f1b8e5087bdddabb034208626136ced (plutus-ops)
19:49:45 [32b68412] deploy: 26b8705d6945050e1c3b8c04907385922627daf0 (hydra)
21:04:26 [0abe0e66] deploy: 427c97c7fb7d297731f63e8e7f5cfa75f85fa4c9 (hydra-poc)
22:20:01 [07fa4cc4] update install nix action (plutus-ops)
22:39:04 [e6204921] docker migration to binaries + removed staged dockerfiles (#1611) (guild-operators)
22:42:29 [8468e155] keyboard spacer on android fix (#2356) (yoroi-mobile)
23:05:23 [6b359c81] 🟩 C1 Devnet RPC is up (200 in 516 ms) [skip ci] [upptime] (uptime)
23:05:24 [52d0a287] 🟩 C1 Mainnet RPC is up (200 in 236 ms) [skip ci] [upptime] (uptime)
23:05:24 [c98fa61b] 🟩 C1 Devnet Sidechain Explorer is up (200 in 617 ms) [skip ci] [upptime] (uptime)
23:05:25 [161fe5de] 🟩 C1 Mainnet Sidechain Explorer is up (200 in 750 ms) [skip ci] [upptime] (uptime)
23:05:26 [c9dc4e05] 🟩 A1 Devnet RPC is up (200 in 606 ms) [skip ci] [upptime] (uptime)
23:05:27 [f767e6cc] 🟩 A1 Devnet L2 Explorer is up (200 in 877 ms) [skip ci] [upptime] (uptime)
23:05:28 [7826baf0] 🟩 A1 Mainnet L2 Explorer is up (200 in 395 ms) [skip ci] [upptime] (uptime)
23:05:28 [5191bff1] 🟩 A1 Mainnet RPC is up (200 in 253 ms) [skip ci] [upptime] (uptime)