Home / Reports / Mar 1, 2023
Wednesday, March 1, 2023
89 commits had been pushed across 24 repos by 27 authors. There were 1,503,305 additions and 840,954 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- cardano-node14
- hydra-voting-poc9
- uptime9
- ouroboros-consensus9
- catalyst-core8
- hydra6
- cardano-ledger5
- plutus-ops5
- cardano-wallet4
- cardano-js-sdk2
- dapps-world2
- nothunks2
- ouroboros-network2
- plutus2
- CIPs1
- developer-portal1
- cardano-documentation1
- cardano-ledger-specs1
- haskell.nix1
- hydra-poc1
- mithril1
- ops-lib1
- scrypto1
- cardano-transaction-lib1
Commit Log
01:06:06
[12f3bdd7]
plutusStaging: Bump plutus to 38979da68816ab84faf6bfec6d0e7b6d47af651a
(plutus-ops)
06:59:24
[84ba37ae]
plutusStaging: Bump plutus to 6804501d70f079df13a7685e681e21512e6db4a6
(plutus-ops)
09:37:11
[7a1a35a8]
plutusStaging: Bump plutus to 3b16bcc141e76572917020bd154948b0b0491215
(plutus-ops)
10:58:09
[a496ddba]
Merge pull request #751 from input-output-hk/dependabot/github_actions/cachix/install-nix-action-20
(hydra)
14:38:47
[0d52db72]
Merge pull request #606 from input-output-hk/feat/default-rewards-history-limit-to-zero
(cardano-js-sdk)
15:59:48
[5d8d6c06]
docs: Merge #3757 3757: [ADP-2741] Switch transaction history to `QueryStore` r=HeinrichApfelmus a=HeinrichApfelmus ### Overview
This pull request switches `Cardano.Wallet.DB.Layer` to use `newQueryStoreTxWalletsHistory` for the transaction history.
### 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 obsoletes #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 This pull request improves RAM usage for large wallets, as `newQueryStoreTxWalletsHistory` stores the transaction content (`TxSet`) on disk.
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 However, the transaction metadata (`WalletsMeta`) is kept in memory for now.
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 ⚠️ `@piotr-iohk` reports that `GET transaction` now causes a memory spike. I believe that this due to input decoration loading the whole transaction into memory as opposed to loading only the outputs. As a temporary fix, I will move the `TxSet` back to memory by merging #3760 afterwards.
### Issue number
ADP-2741 Co-authored-by: Heinrich Apfelmus <[email protected]> Co-authored-by: paolo veronelli <[email protected]> Source commit: 76c0cca3c009ea39cad1ffb1ecf1068975a0460c
(cardano-wallet)
16:29:31
[af92dbe5]
Deploying to gh-pages from @ input-output-hk/plutus@72d82f9d04cbef144727fad1f86ce43476e4cc63 🚀
(plutus)
16:30:16
[4ff75dab]
add Store Benchmark (customSmallerIsBetter) benchmark result for c4b38ca1e6d73f21513da53da415955daf7a13d3
(ouroboros-consensus)
16:49:04
[178c3e30]
docs: Merge #3760 3760: [ADP-2741] Move `TxSet` back into memory in `newQueryStoreTxWalletsHistory` r=HeinrichApfelmus a=HeinrichApfelmus ### Overview
This pull request moves the `TxSet` back into memory in `newQueryStoreTxWalletsHistory`, due to a memory spike when calling `GET transactions`.
This pull request also fixes an issue with the use of `DeleteTx` in `mkStoreTxWalletsHistory`, which only becomes visible when `updateS` uses the in-memory value `mTxSet` — the problem is that `mTxSet` would need to be updated when calling `updateS` repeatedly.
### 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 Moving the `TxSet` on disk and addressing the memory spike will be tackled in a subsequent pull request.
### Issue Number
ADP-2741 Co-authored-by: Heinrich Apfelmus <[email protected]> Source commit: 10a35cbeae31779069832dff01401e4ad0e39226
(cardano-wallet)
18:23:54
[ec010fa8]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for f58187e1f2ebb7bbd9f5c3072cab5b1b6568c93f
(cardano-ledger)
19:09:48
[9bf44e61]
Removed Draft Docs for feature/NPG-5347-add-Add-security-scorecards
(catalyst-core)
19:16:33
[ca5b465e]
add Store Benchmark (customSmallerIsBetter) benchmark result for 0a09daf379f3b63eb16331cfe8891295dac2238f
(ouroboros-consensus)
19:20:42
[3ccbf23e]
add Store Benchmark (customSmallerIsBetter) benchmark result for 2d1bdd13aeec859a47b9ee36fc7c094a4a8fab09
(ouroboros-consensus)
19:21:20
[8483bf38]
add Store Benchmark (customSmallerIsBetter) benchmark result for c6a0f1fe8f62b7e44179a3d729158462aaa64104
(ouroboros-consensus)
19:23:00
[751fdd32]
add Mempool (customSmallerIsBetter) benchmark result for 94799991f424e587769528014e39d8f7f7c8fe7c
(ouroboros-consensus)
19:25:54
[9bffe4b3]
add Mempool (customSmallerIsBetter) benchmark result for d16ce68b2ddd9f34f2629f54c04264a57508e5b4
(ouroboros-consensus)
19:26:47
[2503ec3c]
add Mempool (customSmallerIsBetter) benchmark result for 61c3ad4884350f8589ac092e2d70f14976addbbf
(ouroboros-consensus)
19:33:42
[a0cfe69a]
add Mempool (customSmallerIsBetter) benchmark result for 089d71e1f1931f122a37432dcb5ff8c58fe65a1f
(ouroboros-consensus)
19:42:42
[b99bf84b]
plutusStaging: Bump plutus to 742f3be1f7333eb0676e58d3e0cbf07ae8cc7e19
(plutus-ops)
19:43:28
[3f9a3f26]
plutusStaging: Bump plutus to 650ecabcf846656ec15aa3e8de87c03f653389c8
(plutus-ops)
22:25:48
[30601b44]
Merge pull request #1442 from Plutonomicon/klntsky/disable-chromium-on-darwin
(cardano-transaction-lib)