Home / Reports / May 24, 2023
Wednesday, May 24, 2023
111 commits had been pushed across 20 repos by 32 authors. There were 5,939,978 additions and 2,794,411 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- catalyst-core26
- plutus21
- cardano-wallet16
- uptime11
- blockfrost-js-examples6
- cardano-js-sdk4
- formal-ledger-specifications4
- haskell.nix3
- hydra-poc3
- mithril3
- cardano-token-registry2
- yoroi-frontend2
- cardano-base2
- cardano-node-tests2
- blockfrost-js1
- bech321
- cardano1
- hydra1
- stackage.nix1
- plutarch-core1
Commit Log
01:24:03
[303b34b9]
PLT-5597 add `marlowe-cardano-minimal` to enable benchmarking of Marlowe scripts (#5310)
(plutus)
01:49:31
[c66a640f]
Deploying to gh-pages from @ input-output-hk/plutus@303b34b9f012bc0ebbbde9ecf88d60a8aeef57e4 🚀
(plutus)
02:21:14
[216b697e]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for 303b34b9f012bc0ebbbde9ecf88d60a8aeef57e4
(plutus)
06:09:52
[a344b32d]
Merge pull request #416 from input-output-hk/lehins/remove-upper-bound
(cardano-base)
08:05:46
[f5c19a55]
Merge pull request #698 from input-output-hk/feat/LW-9525-get-assets-parallel-queries
(cardano-js-sdk)
08:48:36
[cab85f7b]
Merge pull request #738 from input-output-hk/dependabot/npm_and_yarn/socket.io-parser-4.2.3
(cardano-js-sdk)
08:51:45
[b6a6b654]
docs: Merge #3951 3951: Do not benchmark estimation of fees for empty wallets. r=jonathanknowles a=jonathanknowles ## Issue
ADP-3011
## Summary
This PR adjusts the restoration benchmark so that it no longer attempts to estimate transaction fees for wallets with no UTxOs available.
## Context
Attempting to estimate a transaction fee for a wallet with no available UTxOs will always fail with an error similar to:
```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 [])}
}
))))
```
This error has caused recent benchmark runs to fail. For example:
- https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/1806#01882c46-0871-441b-b750-3340dfe361e2 Co-authored-by: Jonathan Knowles <[email protected]> Source commit: daa378fbce35c342a73d6baeb26dc92fe6de5931
(cardano-wallet)
09:16:51
[d590e1a0]
Merge pull request #3 from blockfrost/chore/nft-example
(blockfrost-js-examples)
09:24:59
[3151cdec]
Deploying to gh-pages from @ input-output-hk/plutus@74c46562150e8f0d345fe1993ce25a762cb77b91 🚀
(plutus)
09:31:39
[a02422a7]
Deploying to gh-pages from @ input-output-hk/plutus@09a7e44e2e39cbb4d3df0b45e715c93d656f35e5 🚀
(plutus)
09:51:09
[04354c29]
Deploying to gh-pages from @ input-output-hk/plutus@02bd1e268ed13c5ad5d8131a456149807d88ea52 🚀
(plutus)
09:59:17
[09200da2]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for 74c46562150e8f0d345fe1993ce25a762cb77b91
(plutus)
12:05:51
[444fa06d]
Merge pull request #882 from input-output-hk/abailly-iohk/increase-bench-timeout
(hydra)
12:21:12
[af4f584c]
Merge pull request #110 from input-output-hk/jc/add-maintainer
(formal-ledger-specifications)
12:21:57
[a188c788]
Merge pull request #3102 from cardano-tools-nft/16ef952a-f339-491c-81b7-8cee98a5ebc1
(cardano-token-registry)
14:40:36
[46edd0bc]
Merge pull request #741 from input-output-hk/chore/remove-intellij-idea-config-files
(cardano-js-sdk)
14:43:23
[5f2e51c5]
docs: Merge #3937 3937: Refactor: UTxOAssumptions as a Sum type r=Unisay a=Unisay Refactor `UTxOAssumptions` from a record type + smart constructors to a sum type with regular constructors.
This requires to declare/pass types like `TxWitnessTag`, `TokenBundleMaxSize -> TokenBundleSizeAssessor` separately from `UTxOAssumptions` as explicit parameters to the `balanceTransaction`, however this is a temporary state of things: the plan is to remove these params in subsequent PRs.
### Comments
It was originally published and reviewed here https://github.com/input-output-hk/cardano-wallet/pull/3911 but I am splitting it into a separate PR.
### Issue Number
ADP-2967
Co-authored-by: Yura Lazarev <[email protected]> Source commit: 0d37963b1addc9d4fdb3453fa7b3948420c738ca
(cardano-wallet)
14:46:19
[083dd0d7]
Remove zipped event dump right after unzipping in s3-sync-unzip.hs (#5353)
(plutus)
16:11:19
[90496e07]
Deploying to gh-pages from @ input-output-hk/plutus@5b7848040e932f3344ec31ff131f52371470da72 🚀
(plutus)
16:18:22
[e309f670]
Changed delegation so that nothing is a NOOP (#112)
(formal-ledger-specifications)
16:42:45
[aa09cc8a]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for d50c817f3f9f4816a1f27e2dac0b1ac8a0c02f46
(plutus)
18:06:49
[f4f12ca8]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for dacaa7045aa3678f42539b0560db7798357ce0d7
(plutus)
20:29:29
[20a3d308]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for 083dd0d75375a456b17d158de48f23834d711291
(plutus)
21:16:31
[b9ccd35c]
Merge pull request #1836 from input-output-hk/fix_ignore_rule_race_conditions
(cardano-node-tests)
21:53:04
[ae0f2f19]
add Plutus Benchmarks (customSmallerIsBetter) benchmark result for 5b7848040e932f3344ec31ff131f52371470da72
(plutus)
22:02:34
[0f04a26d]
Deploying to gh-pages from @ input-output-hk/plutus@c4a404f98015db514f9de48b1577ec0318e714e9 🚀
(plutus)
23:05:36
[2c888d74]
🟩 C1 Devnet Sidechain Explorer is up (200 in 241 ms) [skip ci] [upptime]
(uptime)
23:05:37
[05ea9c94]
🟩 C1 Mainnet Sidechain Explorer is up (200 in 699 ms) [skip ci] [upptime]
(uptime)