Home / Reports / Apr 28, 2023
Friday, April 28, 2023
84 commits had been pushed across 22 repos by 22 authors. There were 2,146,449 additions and 1,097,093 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- cardano-wallet10
- catalyst-core10
- hedgehog-extras10
- uptime9
- yoroi-frontend9
- mithril5
- cardano-token-registry4
- ouroboros-network4
- metadata-registry-testnet3
- cddl-codegen2
- cardano-js-sdk2
- cardano-node-tests2
- hydra-poc2
- ouroboros-consensus2
- plutus-apps2
- plutus-ops2
- blockfrost.dev1
- developer-portal1
- cardano-configurations1
- cardano-updates1
- haskell.nix1
- stackage.nix1
Commit Log
01:28:15
[b8276c02]
Upload configuration from: https://book.world.dev.cardano.org/environments
(cardano-configurations)
03:41:50
[db368e12]
docs: Merge #3888 3888: Remove `distributeSurplus`'s indirect dependency on `W.ProtocolParameters` r=jonathanknowles a=Anviking - [x] Take a `FeePerByte` instead of `FeePolicy` in `distributeSurplus`
- [x] Add function `feePerByte :: RecentEra era -> PParam era -> FeePerByte`
### Comments
- I left `distributeSurplus` where it is for now. We could move it to some `Write.Tx.{Fees,Size,Balance,}` module later.
### Issue Number
ADP-2459
<!-- 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: 7460bb04e85e40877bec65d63ee098c9ce5a837e
(cardano-wallet)
06:12:34
[47a046af]
docs: Merge #3892 3892: `estimateKeyWitnessCount` only needs to work in recent eras r=jonathanknowles a=Anviking - [x] Replace `IsShelleyBasedEra` with `IsRecentEra` in `estimateKeyWitnessCount`.
### Comments
<!-- Additional comments, links, or screenshots to attach, if any. -->
### Issue Number
[ADP-2849](https://input-output.atlassian.net/browse/ADP-2849)
Co-authored-by: Johannes Lund <[email protected]> Source commit: b3b6db01da163b10136beea9872fbdc1d7484474
(cardano-wallet)
08:02:34
[ea5a45a3]
Merge pull request #714 from input-output-hk/feat/LW-6134-make-tx-body-cddl-compliant
(cardano-js-sdk)
09:39:05
[97d21114]
Merge pull request #836 from input-output-hk/spec-contract-continuity
(hydra-poc)
11:52:31
[43de2771]
docs: Merge #3879 3879: [ADP-2565] Move `QueryStore` to `delta-store` library r=HeinrichApfelmus a=HeinrichApfelmus ### Overview
This pull request renames the module `Cardano.Wallet.DB.Store.QueryStore` to `Data.QueryStore` and moves it into the `delta-store` library.
This pull request is a pure refactoring.
### Issue number
ADP-2565 Co-authored-by: Heinrich Apfelmus <[email protected]> Source commit: 142c5134451671a78edb815739283de76d806f20
(cardano-wallet)
13:33:31
[aeff5a67]
docs: Merge #3872 3872: Rewards detection in multisig r=paweljakubas a=paweljakubas <!--
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.
-->
- [x] Extending shared state
- [x] add readRewardAccount
- [x] add manageSharedBalance
- [x] use manageSharedBalance
- [x] impl IsOurs for RewardAccount
- [x] extending integration testing (joining/rejoining)
- [x] redefine RewardAccount and deal with code changes throughout all codebase
### Comments
<!-- Additional comments, links, or screenshots to attach, if any. -->
### Issue Number
adp-2603
<!-- 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: Pawel Jakubas <[email protected]> Source commit: 56b346a793ef119c1cb4bce8e0f5fb8ee14b02a1
(cardano-wallet)
13:54:13
[234ed5e3]
New functions assertFileExists assertFileMissing assertFilesMissing
(hedgehog-extras)
13:54:13
[9efa1f16]
Delete assertFileExists from Network module because it doesn't belong here
(hedgehog-extras)
14:04:49
[af4a3750]
Merge pull request #1763 from saratomaz/update_clusterlib_0.4.6
(cardano-node-tests)
14:05:07
[57ab6b13]
Merge pull request #1762 from input-output-hk/cli_tests_improvements
(cardano-node-tests)
15:23:05
[defdd0fe]
Merge pull request #3183 from Emurgo/fix/YOEXT-587/wallet-empty-banner-fix
(yoroi-frontend)
15:23:56
[6a39244e]
Merge pull request #715 from input-output-hk/fix/cip30-getUtxo-compliance
(cardano-js-sdk)
15:29:12
[0621f538]
docs: Merge #3886 3886: [ADP-2984] support db fresh layer r=paolino a=paolino ADP-2984
Co-authored-by: paolino <[email protected]> Source commit: 55838c691b90b79822d9644972db7cc36ba15648
(cardano-wallet)
15:40:27
[69c9ebff]
plutusStaging: Bump plutus to 9bd24721700bc66c4345568e10faf6388794c8c2
(plutus-ops)
15:50:43
[aedceca4]
Deploying to gh-pages from @ input-output-hk/plutus-apps@9bd24721700bc66c4345568e10faf6388794c8c2 🚀
(plutus-apps)
16:11:48
[e283833e]
Merge pull request #3182 from Emurgo/feat/YOEXT-567/create-wallet-tips
(yoroi-frontend)
16:34:45
[6e8cda59]
Merge pull request #3190 from Emurgo/fix/YOEXT-582/design-diff-fixes
(yoroi-frontend)
16:37:41
[ebc3e17d]
Merge pull request #3189 from Emurgo/fix/YOEXT-572/fix-collateral-page-design
(yoroi-frontend)
17:09:24
[8dffc9d3]
Merge pull request #3191 from Emurgo/fix/YOEXT-581/show-loading-for-first-wallet
(yoroi-frontend)
17:21:58
[f6cae439]
Merge pull request #3192 from Emurgo/fix/YOEXT-588/fix-nightly-form
(yoroi-frontend)
17:56:47
[bcbee3e4]
plutusStaging: Bump plutus to ed276adafb96757dc4bb8e090aefc303f86a5dff
(plutus-ops)
18:05:54
[99c1b5b8]
Deploying to gh-pages from @ input-output-hk/plutus-apps@ed276adafb96757dc4bb8e090aefc303f86a5dff 🚀
(plutus-apps)
23:05:37
[e351275e]
🟩 C1 Devnet Sidechain Explorer is up (200 in 560 ms) [skip ci] [upptime]
(uptime)
23:05:39
[e165b04c]
🟩 C1 Mainnet Sidechain Explorer is up (200 in 826 ms) [skip ci] [upptime]
(uptime)