Home / Reports / Nov 25, 2022

Friday, November 25, 2022

28 commits had been pushed across 13 repos by 14 authors. There were 118,335 additions and 112,315 deletions. Official weekly status updates can be found on essentialcardano.io.

Authors

Repos Updated

Commit Log

00:08:04 [b6f27725] Merge pull request #21 from blockfrost/validation-functions (blockfrost-utils)
00:53:54 [c870bb3b] Merge pull request #255 from blockfrost/1000101/descriptions (openapi)
00:57:21 [05025069] release: 0.1.47 -> 0.1.48 (openapi)
01:00:08 [45ec67e6] Merge pull request #256 from blockfrost/release (openapi)
01:06:59 [7ecb41e7] Deployed haddocks (ouroboros-network)
01:14:14 [e9c817e1] Automatic update for Fri Nov 25 01:14:14 AM UTC 2022 (stackage.nix)
01:15:17 [7f8ccbda] Update Hackage and Stackage (haskell.nix)
04:49:46 [64e8c85a] Try #3600: (cardano-wallet)
05:12:13 [304daeeb] Merge pull request #494 from input-output-hk/feat/ADP-1989-stake-pool-e2e-test (cardano-js-sdk)
08:32:39 [ced44b67] deploy: fd1d99e6722a5dc17f00de5f26d965d8182e63e8 (mithril)
09:13:15 [c395f68b] Merge #4582 (cardano-node)
09:54:02 [2c5df814] Merge #4582 (cardano-node)
10:01:53 [80e3ad5b] Merge #4188 (ouroboros-network)
10:22:49 [996bd3b8] Apply suggestions from code review (cardano-ledger)
10:22:49 [b6c53425] Refactor `delegationTransition` (cardano-ledger)
10:22:49 [8d5d7871] Reformat with ormolu (cardano-ledger)
10:22:49 [d7507055] Extract common code in `Deleg` in functions (cardano-ledger)
10:23:39 [a658f077] deploy: ac7d9a91f99cc8103b3cce4ac2fe0d45f26454a1 (cardano-updates)
10:28:16 [b39a8a46] add Haskell Benchmark (customSmallerIsBetter) benchmark result for 8d5d787141c55e78c52a3ba1bec1dd89bad9fbd8 (cardano-ledger)
13:52:04 [5c0d1ce9] Merge #3600 (cardano-wallet)
14:49:31 [c3043d8a] Merge pull request #23 from blockfrost/1000101/tests (blockfrost-utils)
15:07:30 [fa81ad6e] docs: Merge #3600 3600: Create `cardano-balance-tx` library shell. 🐚 r=jonathanknowles a=jonathanknowles ## Issue Number ADP-2433 ## Description This PR: - creates a new library `cardano-balance-tx` with a single top-level module (currently empty): ```patch + Cardano.Tx.Balance ``` - moves our existing balance-tx-specific `CoinSelection` module to the `cardano-balance-tx` library, and renames it, so that we have: ```patch Cardano.Tx.Balance + Cardano.Tx.Balance.Internal.CoinSelection ``` - renames the `cardano-wallet-coin-selection` library to `cardano-coin-selection`: ```patch - cardano-wallet-coin-selection + cardano-coin-selection - simplifies the `cardano-coin-selection` library module hierarchy: ```patch - Cardano.Wallet.CoinSelection.Internal - Cardano.Wallet.CoinSelection.Internal.Balance - Cardano.Wallet.CoinSelection.Internal.Balance.Gen - Cardano.Wallet.CoinSelection.Internal.Collateral - Cardano.Wallet.CoinSelection.Internal.Context + Cardano.CoinSelection + Cardano.CoinSelection.Balance + Cardano.CoinSelection.Balance.Gen + Cardano.CoinSelection.Collateral + Cardano.CoinSelection.Context ``` - adjusts the dependencies of the `cardano-wallet` library, so that: - `cardano-wallet` **_does_** directly depend on `cardano-balance-tx`; - `cardano-wallet` **_does not_** directly depend on `cardano-coin-selection`. Co-authored-by: Jonathan Knowles <[email protected]> Source commit: 5c0d1ce9974eae8f7d7b1f87f97ab38895605c42 (cardano-wallet)
15:17:59 [6863b7f3] workbench: drop a stale comment in the master profile definition file (cardano-node)
15:19:26 [f7496b44] Merge #4665 (cardano-node)
16:40:03 [84fa2e21] Merge #4606 (cardano-node)
17:54:41 [f4ee34b5] Merge #4169 (ouroboros-network)
18:57:48 [5933ca7a] plutusStaging: Bump plutus to b7ac5b2035f3675b3ceb289cf3a1551230714987 (plutus-ops)
23:21:05 [a645d1ee] Update comment on cost model tests (#4975) (plutus)