Home / Reports / Feb 22, 2023
Wednesday, February 22, 2023
71 commits had been pushed across 22 repos by 25 authors. There were 6,368,053 additions and 32,913 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- uptime10
- cardano-wallet9
- plutus-ops9
- catalyst-core7
- cardano-ledger-specs4
- hydra-poc4
- mithril4
- plutus4
- blockfrost-backend-ryo2
- hydra-voting-poc2
- cddl-codegen2
- cardano-node2
- hydra2
- iohk-nix2
- react-native-haskell-shelley1
- yoroi-mobile1
- cardano-ledger1
- cardano-node-tests1
- cardano-updates1
- Developer-Experience-working-group1
- haskell.nix1
- ouroboros-network1
Commit Log
02:08:33
[bea47382]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for dafce89fe4ebf01ac6612c0d169fe2aee5b15610
(cardano-ledger)
03:59:03
[b9aa1ad1]
Merge pull request #3282 from input-output-hk/lehins/integrate-cardano-binary
(cardano-ledger-specs)
04:07:35
[ab16b79b]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for b9aa1ad1728c0ceeca62657ec94d6d099896c052
(cardano-ledger-specs)
05:22:26
[682427d2]
Implementation for Reduce Vote Batch offchain code. Banner change
(hydra-voting-poc)
07:41:13
[a6d79d93]
Merge pull request #55 from Benjmhart/minutes/2023-02-21
(Developer-Experience-working-group)
08:38:32
[59fc72b0]
docs: Merge #3747 3747: Fix pending integration test by moving postTx outside of the atomically block r=Unisay a=Unisay - [x] I have re-enabled pending test `STAKE_POOLS_JOIN_05`
- [x] Moved `postTx` out of the `atomically` block, this makes test suite pass.
### Issue Number
ADP-2662
Co-authored-by: Yura Lazarev <[email protected]> Source commit: 5b04c4b8d9a7c06f8b4c637a6c62cbab1789b068
(cardano-wallet)
09:37:15
[9ec5408c]
plutusStaging: Bump plutus to 5ede22af50f92c4779c732f14d93eb9a90d5df03
(plutus-ops)
10:48:27
[b920b932]
docs: Merge #3700 3700: Fix index-state syntax r=Anviking a=andreabedini The second index-state stanza completely ovverides the first, resetting hackage index state to HEAD. See haskell/cabal#8568
<!--
Detail in a few bullet points the work accomplished in this PR.
Before you submit, don't forget to:
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 Make sure the GitHub PR fields are correct:
✓ Set a good Title for your PR.
✓ Assign yourself to the PR.
✓ Assign one or more reviewer(s).
✓ Link to a Jira issue, and/or other GitHub issues or PRs.
✓ In the PR description delete any empty sections
and all text commented in <!--, so that this text does not appear
in merge commit messages.
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 Don't waste reviewers' time:
✓ If it's a draft, select the Create Draft PR option.
✓ Self-review your changes to make sure nothing unexpected slipped through.
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 Try to make your intent clear:
✓ Write a good Description that explains what this PR is meant to do.
✓ Jira will detect and link to this PR once created, but you can also
link this PR in the description of the corresponding Jira ticket.
✓ Highlight what Testing you have done.
✓ Acknowledge any changes required to the Documentation.
-->
- [ ] I have ...
### 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: Andrea Bedini <[email protected]> Source commit: 6dca83fb0e28521e465787fe3b4a3d5801dab208
(cardano-wallet)
11:18:52
[0795b2f6]
plutusStaging: Bump plutus to afc2e7e1cba3715d5fb8d254a37f2e575c70b073
(plutus-ops)
13:31:44
[c54f70d8]
docs: Merge #3748 3748: [ADP-2660] Add `RollbackTxWalletsHistory` verb r=HeinrichApfelmus a=HeinrichApfelmus ### Overview
This pull request implements a verb `RollbackTxWalletsHistory` for the `TxWalletsHistory` that will roll back the `TxMeta`s, and also delete the corresponding transactions from the `TxSet` — unless they are referenced by another wallet.
In this way, we can avoid `GarbageCollectTxWalletsHistory`, which is an expensive operation once the transactions are moved back to disk.
### 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 still assumes that the `TxSet` is in memory.
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 A new unit test in `Cardano.Wallet.DB.Store.Wallets.ModelSpec` checks that `transactionsToDeleteOnRollback` has the same effect as `garbageCollectEmptyWallets`
### Issue number
ADP-2660 Co-authored-by: Heinrich Apfelmus <[email protected]> Source commit: be5924f4b46e0eb81e42a3f67c713ad1ab6ae965
(cardano-wallet)
14:12:22
[89e66428]
Deploying to gh-pages from @ input-output-hk/plutus@6cc0d32fd9e4a9761f549c70bd0e6d00325d71e7 🚀
(plutus)
16:00:21
[860c07c6]
Deploying to gh-pages from @ input-output-hk/plutus@5efe047b034bdd1f79df6dfa64a3c5d205ffa8f8 🚀
(plutus)
18:00:09
[a23cacad]
plutusStaging: Bump plutus to 2ed3decca80e48b7f818b548de92ae8c41c75c45
(plutus-ops)
18:04:02
[cd47e807]
docs: Merge #3754 3754: [ADP-2370] Change updateS interface r=HeinrichApfelmus a=paolino - change the `updateS` interface to accept Nothing instead of undefined
ADP-2730
Co-authored-by: paolo veronelli <[email protected]> Source commit: ad619095c69046b838a96bd4062e2b2f9de276c7
(cardano-wallet)
18:05:21
[b1a82cdf]
Merge pull request #729 from input-output-hk/ch1bo/inline-snapshotting
(hydra-poc)
19:57:41
[3ac2a483]
plutusStaging: Bump plutus to 2d4083332286ad67a9cd90dc07d824baeeb40a4a
(plutus-ops)
20:23:04
[34d1c6db]
plutusStaging: Bump plutus to 9dc9789a48ce984e37bdfaba62b39954af10aefa
(plutus-ops)
21:24:28
[7abd5c18]
Merge pull request #1675 from input-output-hk/test_lower_bound_not_supported
(cardano-node-tests)
21:29:29
[46e1d2e6]
plutusStaging: Bump plutus to 385228f6b726a06a655d1b2c8c56cfd5389bf276
(plutus-ops)
23:05:05
[7bc96872]
🟩 C1 Devnet Sidechain Explorer is up (200 in 80 ms) [skip ci] [upptime]
(uptime)
23:05:06
[cf902ec1]
🟩 C1 Mainnet Sidechain Explorer is up (200 in 485 ms) [skip ci] [upptime]
(uptime)