Home / Reports / May 18, 2023

Thursday, May 18, 2023

86 commits had been pushed across 22 repos by 32 authors. There were 3,732,608 additions and 2,814,462 deletions. Official weekly status updates can be found on essentialcardano.io.

Authors

Repos Updated

Commit Log

00:09:14 [f072eae9] Automatic Update (stackage.nix)
00:17:36 [d24d787e] :bento: Update graphs [skip ci] (uptime)
00:50:44 [83b47e7f] Update Hackage and Stackage (haskell.nix)
01:32:07 [87053ff8] deploy: 41145bdc44185d842946416f31110bb6649892dc (catalyst-core)
01:36:22 [6dd3a364] deploy: a10e455fe2b2075637174fa98cb845a8991d2941 (catalyst-core)
02:34:45 [0fb408f7] chore(deps): bump slackapi/slack-github-action from 1.23.0 to 1.24.0 (#5328) (plutus)
04:25:28 [5979079c] Merge pull request #5047 from input-output-hk/newhoggy/use-cardano-api-from-separate-repository (cardano-node)
04:56:00 [69aea347] deploy: c77d536de091ff620cc6b7f497759f5ea7d9b384 (hydra-poc)
06:23:31 [ecb8ef45] Merge pull request #3042 from CaramelFonz/master (cardano-token-registry)
06:23:54 [69920022] Merge pull request #3000 from CardanoChinchillas/master (cardano-token-registry)
06:24:52 [430a91c1] Merge pull request #3045 from DurikAleksandarSasa/master (cardano-token-registry)
06:25:17 [a4973468] Merge pull request #3046 from Lmon9412695/master (cardano-token-registry)
06:26:21 [072fdf85] Merge pull request #3047 from ds1/master (cardano-token-registry)
06:37:55 [d87b047e] Merge pull request #3048 from cardano-tools-nft/ff4f0b19-bc9b-4202-b392-c34122f47ed3 (cardano-token-registry)
06:38:22 [3cb878b7] Merge pull request #3049 from cardano-tools-nft/4a0ca0bf-09f8-4797-add5-271f090b7e9d (cardano-token-registry)
06:38:45 [95d9e60c] Merge pull request #3050 from soulfever96/master (cardano-token-registry)
07:13:30 [a3038080] deploy: 3c174073ef0619090b65977e5ecd6cfeac56dd54 (cardano-updates)
07:30:56 [37dc9064] BLS test vectors (#408) (cardano-base)
07:34:25 [d1d4eecf] Merge pull request #863 from input-output-hk/query-shelley-genesis-from-node (hydra-poc)
07:34:49 [ecaedb95] Merge pull request #875 from input-output-hk/update-pr-template (hydra-poc)
07:40:14 [41e561d2] Updated (cardano-base)
08:27:06 [6c23218d] deploy: ecaedb95c8b5ef464d973e5383d941bba1e1be0e (hydra-poc)
08:59:05 [ab4d2cc4] Make it build with ghc-9.6 (#5286) (plutus)
09:00:28 [1888cd6d] Add Data instance for CostModelApplyError for easier testing (#5327) (plutus)
09:04:50 [53c58ebc] Deploying to gh-pages from @ input-output-hk/plutus@ab4d2cc43b642d8ddc43180d1ca1c40937b1e629 🚀 (plutus)
09:24:07 [13f3eb61] Merge pull request #868 from input-output-hk/simplify-post-tx-interface (hydra)
09:40:33 [f3b543c7] Deploying to gh-pages from @ input-output-hk/plutus@1888cd6dc479f9e794c6a452af8eeab06c46bb5f 🚀 (plutus)
10:09:34 [bbd57aef] deploy: 13f3eb6129545535d94ad46380b28a067e5f21d7 (hydra-poc)
10:15:25 [2b546763] Merge #3932 (cardano-wallet)
10:30:39 [5454bbd3] deploy: a5c02d1ba53577fcf57feb20df63505e66ffaae7 (catalyst-core)
10:42:04 [d5d40862] docs: Merge #3932 3932: [ADP-3035] Remove PersistPrivateKey class. r=paolino a=paolino - [x] Switch `PersistPrivateKey` to plain function over the key flavor singleton ADP-3035 Co-authored-by: paolino <[email protected]> Source commit: 2b5467635b0141e6318b0a1b9be76330faa4182b (cardano-wallet)
11:23:20 [77503af4] Merge #3942 (cardano-wallet)
11:29:20 [1c746714] Merge pull request #1820 from input-output-hk/artur/update-nix-build-cmd (cardano-node-tests)
11:40:33 [389a1fde] deploy: 18b663a7dd4db0ec9da4438e20f98a2b1728687f (catalyst-core)
11:43:19 [b09f9db4] deploy: b5e9a5af930ae757e1dd61b968782c5201e47cf3 (catalyst-core)
12:02:05 [4800d218] docs: Merge #3942 3942: Fix warnings on GHC 9.2 r=Anviking a=Anviking Fixes the following two warnings: ``` src/Cardano/Wallet/DB/Store/Transactions/TransactionInfo.hs:30:15: warning: [-Wunused-imports] The import of ÔTxMetaÕ from module ÔCardano.Wallet.Primitive.Types.TxÕ is redundant | 30 | ( TxCBOR, TxMeta (..) ) | ^^^^^^^^^^^ api/http/Cardano/Wallet/Api/Http/Shelley/Server.hs:1954:1: warning: [-Wredundant-constraints] Â¥ Redundant constraint: k ~ KeyOf s Â¥ In the type signature for: listAssets :: forall ctx s (k :: Depth -> 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 -> *). (ctx ~ ApiLayer s 'CredFromKeyK, IsOurs s Address, HasTokenMetadataClient ctx, k ~ KeyOf s) => ctx -> ApiT WalletId -> Handler [ApiAsset] | 1954 | listAssets | ^^^^^^^^^^... ``` Co-authored-by: Johannes Lund <[email protected]> Source commit: 77503af4ca28c93a8058c7b97c5abc7f0d85b047 (cardano-wallet)
12:14:55 [41d8f7e2] deploy: 0e8ca3b5c4f40d6b7565f6bd38a062608ee07904 (catalyst-core)
12:32:37 [c9dd1c28] Merge pull request #501 from input-output-hk/alexg/fix/unsupported-syntax (cardano-documentation)
12:42:21 [6cd3566f] deploy: a86d113a3e877d3fecf57dc36838c5ffbc9099bd (catalyst-core)
13:12:17 [27a2f15e] Merge #3944 (cardano-wallet)
13:14:08 [bf8e57bc] Merge pull request #3212 from Emurgo/fix/YOEXT-607/show-wallet-balance (yoroi-frontend)
13:17:24 [5f8a6db8] Removed Draft Docs for NPG-6331-catalyst-toolbox-sve-snapshot-command-wrong-output (catalyst-core)
13:29:31 [08e355de] deploy: dbdd6da574908a29242d8de1d0ccb3a662d08264 (catalyst-core)
13:37:25 [141d0026] docs: Merge #3944 3944: Add debugging to the restore benchmark. r=jonathanknowles a=jonathanknowles ## Issue ADP-3011 ## Summary This PR adjusts the restore benchmark so that we compute and print out an overview of the wallet state (including UTxO distribution) before attempting to call the `estimateTxFee` endpoint. ## Motivation The `estimateTxFee` endpoint currently fails with an error that indicates there are no funds available. We'd like to learn more about state the wallet is in just before `estimateTxFee` is called. Sample error: ```hs ExceptionSelectAssets (ErrSelectAssetsSelectionError (SelectionBalanceErrorOf (BalanceInsufficient (BalanceInsufficientError { utxoBalanceAvailable = TokenBundle { coin = Coin 0 , tokens = TokenMap (fromList []) } , utxoBalanceRequired = TokenBundle { coin = Coin 995610 , tokens = TokenMap (fromList []) } , utxoBalanceShortfall = TokenBundle { coin = Coin 995610 , tokens = TokenMap (fromList []) } } )))) ``` Co-authored-by: Jonathan Knowles <[email protected]> Source commit: 27a2f15e765f4b081146a35a1b3c5a423735ea22 (cardano-wallet)
13:54:11 [c9f42f9d] Removed Draft Docs for feature/update-supplemental-fields (catalyst-core)
14:13:28 [dc572d54] hex-text got updated on Hackage (#5330) (plutus)
14:15:03 [83d9a58c] deploy: 614ff5870c7e014fddeda199f8178c7da090e18f (catalyst-core)
14:17:20 [6a91f18f] Merge pull request #5257 from input-output-hk/newhoggy/flake-update (cardano-node)
14:18:05 [e4ca46a6] Deploying to gh-pages from @ input-output-hk/plutus@dc572d541cca84b751c7e4e591589817aa21a4bc 🚀 (plutus)
14:18:36 [a6b4cb86] deploy: 9f20c4073e5ca8cdc12a91198778ee9c32463bd5 (catalyst-core)
14:21:53 [c5f01d31] Try to fix the longitudinal benchmarking job (#5332) (plutus)
14:55:08 [b88c276f] Merge pull request #876 from input-output-hk/abailly-iohk/add-operating-node-section (hydra-poc)
15:10:28 [0cb2010d] Removed Draft Docs for feature/modify-supplemental-fields (catalyst-core)
15:23:47 [a4b9037c] deploy: 5e077c93e8e7713d8446be624def18d9a399cef8 (catalyst-core)
15:53:51 [c41a5892] Support GHC 9.6 in the plugin (#5329) (plutus)
16:05:57 [5036342b] Merge pull request #712 from input-output-hk/refactor/decouple-tx-builder-from-wallet (cardano-js-sdk)
16:08:51 [de5e02a3] Merge pull request #411 from input-output-hk/master-graphql (cardano-ops)
17:00:02 [2c8f2f08] Merge pull request #3051 from beachmasterclub/master (cardano-token-registry)
17:00:30 [7cf35dce] Merge pull request #3052 from satoshicnft/master (cardano-token-registry)
17:00:57 [9911f93d] Merge pull request #3053 from frog357/master (cardano-token-registry)
18:35:14 [2f92282a] PLT-5903 - Add health check endpoint to Marlowe Explorer (#45) (marlowe-explorer)
19:20:23 [9de0ac37] Add TotalDeposits event to all eras untill Babbage (cardano-ledger-specs)
19:20:23 [5fe59b78] Update Changelog for TotalDeposits (cardano-ledger-specs)
19:24:59 [63cf3f20] add Haskell Benchmark (customSmallerIsBetter) benchmark result for 5fe59b78552e70dc0b6282b0f3bc7ac2f4b29e14 (cardano-ledger)
19:36:55 [c1e010f3] Merge `improvement/general-parallel-notation-in-translation` of pull request #105 into `master` (thorn-calculus)
20:26:58 [d3106f2b] Merge pull request #351 from empowa-io/master (metadata-registry-testnet)
20:35:20 [0abb2acb] Updated (cardano-ledger-specs)
21:07:11 [8b49df63] Add support for checking for devel version of dbsync (cardano-node-tests)
21:16:37 [5ccc9dfc] Add support for checking `fixed_in` for dbsync (cardano-node-tests)
21:19:25 [b65a0438] Add `finish_test` function that accepts multiple issues (cardano-node-tests)
21:19:35 [54fae55c] Use blockers in tests (cardano-node-tests)
21:25:31 [5f5ab03e] Merge pull request #1822 from input-output-hk/add_blockers_to_tests (cardano-node-tests)
21:27:23 [3214b298] Merge pull request #410 from input-output-hk/lehins/contributing (cardano-base)
21:37:07 [1e9ed228] Updated (cardano-base)
21:50:50 [420126ce] deploy: 070123d48ea301eb0c391de19191d66ca93329f0 (cardano-updates)
22:29:46 [21536053] deploy: c78102889a14212ed49022a32ac84a43d1eadf88 (cardano-updates)
23:05:46 [b36b165a] 🟩 C1 Devnet RPC is up (200 in 357 ms) [skip ci] [upptime] (uptime)
23:05:47 [8755c580] 🟩 C1 Mainnet RPC is up (200 in 330 ms) [skip ci] [upptime] (uptime)
23:05:47 [d76a5bac] 🟩 C1 Devnet Sidechain Explorer is up (200 in 433 ms) [skip ci] [upptime] (uptime)
23:05:48 [bf960484] 🟩 C1 Mainnet Sidechain Explorer is up (200 in 454 ms) [skip ci] [upptime] (uptime)
23:05:49 [e6d11128] 🟩 A1 Devnet RPC is up (200 in 645 ms) [skip ci] [upptime] (uptime)
23:05:50 [c963e364] 🟩 A1 Devnet L2 Explorer is up (200 in 830 ms) [skip ci] [upptime] (uptime)
23:05:51 [979c55e8] 🟩 A1 Mainnet RPC is up (200 in 299 ms) [skip ci] [upptime] (uptime)
23:05:52 [a3831478] 🟩 A1 Mainnet L2 Explorer is up (200 in 444 ms) [skip ci] [upptime] (uptime)
23:14:23 [30184813] Merge pull request #415 from input-output-hk/erikd/reduce-allow-newer (cardano-base)
23:27:09 [a3fcdbfb] Updated (cardano-base)