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
- catalyst-core14
- cardano-token-registry11
- uptime9
- plutus9
- cardano-base6
- cardano-node-tests6
- cardano-wallet6
- hydra-poc6
- cardano-ledger-specs3
- cardano-updates3
- cardano-node2
- yoroi-frontend1
- cardano-documentation1
- cardano-js-sdk1
- cardano-ledger1
- cardano-ops1
- haskell.nix1
- hydra1
- marlowe-explorer1
- metadata-registry-testnet1
- stackage.nix1
- thorn-calculus1
Commit Log
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)
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: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)
07:34:25
[d1d4eecf]
Merge pull request #863 from input-output-hk/query-shelley-genesis-from-node
(hydra-poc)
09:04:50
[53c58ebc]
Deploying to gh-pages from @ input-output-hk/plutus@ab4d2cc43b642d8ddc43180d1ca1c40937b1e629 🚀
(plutus)
09:40:33
[f3b543c7]
Deploying to gh-pages from @ input-output-hk/plutus@1888cd6dc479f9e794c6a452af8eeab06c46bb5f 🚀
(plutus)
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:29:20
[1c746714]
Merge pull request #1820 from input-output-hk/artur/update-nix-build-cmd
(cardano-node-tests)
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:32:37
[c9dd1c28]
Merge pull request #501 from input-output-hk/alexg/fix/unsupported-syntax
(cardano-documentation)
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: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)
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:55:08
[b88c276f]
Merge pull request #876 from input-output-hk/abailly-iohk/add-operating-node-section
(hydra-poc)
16:05:57
[5036342b]
Merge pull request #712 from input-output-hk/refactor/decouple-tx-builder-from-wallet
(cardano-js-sdk)
18:35:14
[2f92282a]
PLT-5903 - Add health check endpoint to Marlowe Explorer (#45)
(marlowe-explorer)
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)
21:25:31
[5f5ab03e]
Merge pull request #1822 from input-output-hk/add_blockers_to_tests
(cardano-node-tests)
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:14:23
[30184813]
Merge pull request #415 from input-output-hk/erikd/reduce-allow-newer
(cardano-base)