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
- cardano-ledger5
- cardano-node5
- openapi3
- cardano-wallet3
- ouroboros-network3
- blockfrost-utils2
- cardano-js-sdk1
- cardano-updates1
- haskell.nix1
- mithril1
- plutus1
- plutus-ops1
- stackage.nix1
Commit Log
05:12:13
[304daeeb]
Merge pull request #494 from input-output-hk/feat/ADP-1989-stake-pool-e2e-test
(cardano-js-sdk)
10:28:16
[b39a8a46]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 8d5d787141c55e78c52a3ba1bec1dd89bad9fbd8
(cardano-ledger)
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)
18:57:48
[5933ca7a]
plutusStaging: Bump plutus to b7ac5b2035f3675b3ceb289cf3a1551230714987
(plutus-ops)