Home / Reports / Mar 10, 2023
Friday, March 10, 2023
66 commits had been pushed across 22 repos by 26 authors. There were 1,766,076 additions and 831,075 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- cardano-node7
- cardano-wallet7
- catalyst-core7
- coding-dojo6
- hydra-poc5
- ouroboros-network5
- cardano-ledger-specs4
- cardano-token-registry3
- cddl-codegen3
- mithril3
- ouroboros-consensus3
- cardano-js-sdk2
- plutus2
- hydra-voting-poc1
- cardano-multiplatform-lib1
- yoroi-mobile1
- cardano-node-tests1
- cardano-updates1
- haskell.nix1
- hydra1
- plutus-ops1
- stackage.nix1
Commit Log
08:20:37
[56916416]
Merge pull request #630 from input-output-hk/dependabot/npm_and_yarn/json5-2.2.3
(cardano-js-sdk)
08:26:30
[1318d6d5]
Merge pull request #632 from input-output-hk/fix/submit-tx-error
(cardano-js-sdk)
09:38:47
[a1a2b1d6]
add Mempool (customSmallerIsBetter) benchmark result for 04e87707ba3fa8617d22c39f60100a48868c71cf
(ouroboros-consensus)
10:08:48
[936c195b]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 880546c9bc2d155e68fec170df4a7bd9b50711d0
(cardano-ledger-specs)
12:26:10
[926386db]
docs: Merge #3770 3770: [ADP-2797] Improve performance of `readWallet` r=HeinrichApfelmus a=HeinrichApfelmus ### Overview
This pull request snatches low-hanging fruit that improves the performance of `readWallet`. 🍒
1. `Cardano.Wallet.readWallet` retrieves the pending transactions by calling `readTransactions` and requesting all transactions with the `Just Pending status`. After separating the submitted transactions (`Pending`, `Expired`) from the transaction history (`InLedger`), we can now skip inspecting the potentially large history of in-ledger transactions.
2. `readTransactions` should filter the submitted transactions before decorating them, as decoration accessed the disk.
### Issue number
ADP-2797 Co-authored-by: Heinrich Apfelmus <[email protected]> Source commit: 964e484f284301c33d28f0d51aa8b77e60d40690
(cardano-wallet)
12:31:01
[9bed804e]
Merge pull request #719 from input-output-hk/mutations/explicit_expected_errors_2
(hydra-poc)
13:40:57
[538b94ed]
Merge pull request #1706 from input-output-hk/fix_deprecated_tryfirst
(cardano-node-tests)
16:36:49
[9af95e88]
Merge pull request #3285 from input-output-hk/aniketd/testlibs-for-all
(cardano-ledger-specs)
16:41:04
[2373eef7]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 9af95e8812224f42f6fe6fdbb8d5b2e8c85e6260
(cardano-ledger-specs)
17:23:12
[93712e18]
docs: Merge #3778 3778: Fix for the latency benchmark r=Unisay a=Unisay Only launch other pools if they are available. Co-authored-by: Yura Lazarev <[email protected]> Source commit: ceda481c392106ed7798af70a8f4155ad05d55cf
(cardano-wallet)
17:34:35
[12e007be]
plutusStaging: Bump plutus to 9d90900d049f2333960fbc349cc816d2b163cda5
(plutus-ops)
17:51:57
[92a96070]
docs: Merge #3774 3774: [ADP-2788] e2e testing: add max-count to listTransactions API call r=paolino a=piotr-iohk - [x] basic smoke tests for max_count in listTx (6144e61b46dbb0d8ac968afede4d67c726675747)
- [x] e2e tests for Shelley, Shared, Byron (3a14283e024aef28104038517de1e4b23fed0f60)
### Comments
<!-- Additional comments, links, or screenshots to attach, if any. -->
### Issue Number
ADP-2788
Co-authored-by: Piotr Stachyra <[email protected]> Source commit: d323e5f79a81d27483a5bea45db9b5d6c3f1c63d
(cardano-wallet)