Home / Reports / Jan 31, 2023
Tuesday, January 31, 2023
134 commits had been pushed across 26 repos by 33 authors. There were 7,175,042 additions and 4,882,985 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- catalyst-core63
- uptime12
- cardano-wallet7
- yoroi-frontend6
- cardano-node5
- hydra-poc5
- cardano-multiplatform-lib4
- ouroboros-network4
- cddl-codegen3
- cardano-ledger-specs3
- PSG3
- ledgerjs-cardano-shelley3
- cardano-documentation2
- plutus-ops2
- cddl-codegen1
- cardano1
- cardano-ledger1
- cardano-node-tests1
- haskell.nix1
- marlowe1
- metadata-registry-testnet1
- mithril1
- ops-lib1
- plutus1
- sidechains-tooling1
- stackage.nix1
Commit Log
08:24:56
[1cb6e71f]
plutusStaging: Bump plutus to 66799bd9c15fe125bb334501f48cf3ee1d740ec3
(plutus-ops)
09:20:17
[5f11aeee]
docs: Merge #3719 3719: Wallet uses `buildSignSubmitTransaction` when quitting a stake pool. r=Unisay a=Unisay Wallet uses `buildSignSubmitTransaction` when quitting a stake pool.
### Issue Number
ADP-2267 Co-authored-by: Yura Lazarev <[email protected]> Source commit: e0fcd91db371e7e39f570edb44bc8f1b3f3e4c28
(cardano-wallet)
10:24:24
[66c4683e]
Merge pull request #4811 from input-output-hk/trace-dispatcher-3-newMain
(cardano-node)
11:23:31
[e8d6c7f3]
Merge pull request #685 from input-output-hk/abailly-iohk/spin-up-local-devnet
(hydra-poc)
11:26:28
[4a8a6eff]
Merge pull request #1619 from input-output-hk/look_back_buffer
(cardano-node-tests)
11:31:16
[179df2ff]
Merge pull request #687 from input-output-hk/abailly-iohk/clean-hydra-cardano-api-dependencies
(hydra-poc)
13:12:38
[48d48056]
docs: Merge #3725 3725: Re-write withRecentEra to require less nesting r=Anviking a=Anviking It seems we can replace
```haskell
main = do
era <- getEra
withRecentEra era $ \(recentEra :: WriteTx.RecentEra era) -> do
doStuff recentEra
```
with
```haskell
main = do
era <- getEra
AnyRecentEra (recentEra :: WriteTx.RecentEra era) <- guardIsRecentEra era
doStuff recentEra
```
to save on precious horizontal space!
### Comments
<!-- Additional comments, links, or screenshots to attach, if any. -->
### Issue Number
<!-- Reference the Jira/GitHub issue that this PR relates to, and which requirements it tackles.
Note: Jira issues of the form ADP- will be auto-linked. -->
Co-authored-by: Johannes Lund <[email protected]> Source commit: a1ec20b7ae04b3161c24c30af1b918eaa7b57d8d
(cardano-wallet)
14:58:26
[19cdf164]
Removed Draft Docs for NPG-5112-remove-sq-lite-support-from-vit-ss
(catalyst-core)
15:24:30
[5361c9e4]
Merge pull request #158 from input-output-hk/hrajchert/scp-4860-make-tests-reproducible
(marlowe)
16:29:55
[0e58a2e8]
Merge pull request #171 from dcSpark/fix-cip25-parsing
(cardano-multiplatform-lib)
16:39:23
[2aaa025b]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for ca5a6d8a9bbe0eca02e2dc96f7ab7ae8be097c19
(cardano-ledger)
18:29:20
[e08500ef]
docs: Merge #3721 3721: Split off `balanceTransaction` to new module `Cardano.Wallet.Write.Tx.Balance` r=Anviking a=Anviking - [x] Split off `balanceTransaction` to new module `Cardano.Wallet.Write.Tx.Balance`
- <s>Re-commit to highlight / revise the actual diff</s>
- Pushed temporary re-copy commits for sanity-checking
- [x] Will squash before merging
### Comments
- Relies on being able to remove `ErrNoSuchWallet` sub-error from `ErrBalanceTx` using the new `WalletException` `throwIO` approach
- Split off new `BalanceTxLog`
<!-- Additional comments, links, or screenshots to attach, if any. -->
### Issue Number
Preparation for https://input-output.atlassian.net/browse/ADP-2269 Co-authored-by: Johannes Lund <[email protected]> Source commit: cd175c42576619751aac8be639d0b683e5e40677
(cardano-wallet)
19:16:07
[bf5beb0c]
Merge pull request #172 from dcSpark/cip25-permissive-read-len
(cardano-multiplatform-lib)
21:07:31
[bee97cd6]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 6d2ee7bc38d8b005904822d53c084d41cfac486e
(cardano-ledger-specs)
23:05:17
[e53e6753]
🟩 C1 Devnet Sidechain Explorer is up (200 in 413 ms) [skip ci] [upptime]
(uptime)
23:05:19
[0df42bba]
🟩 C1 Mainnet Sidechain Explorer is up (200 in 935 ms) [skip ci] [upptime]
(uptime)