Home / Reports / May 16, 2023
Tuesday, May 16, 2023
88 commits had been pushed across 26 repos by 32 authors. There were 3,268,857 additions and 1,043,789 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- catalyst-core15
- cardano-wallet11
- uptime9
- cardano-token-registry6
- iohk-nix6
- plutus5
- thorn-calculus5
- yoroi-frontend4
- iohk-monitoring-framework3
- blockfrost-backend-ryo2
- developer-portal2
- cardano-documentation2
- cardano-js-sdk2
- cardano-node-tests2
- haskell.nix2
- mithril2
- CIPs1
- yoroi-mobile1
- bitte1
- cardano-updates1
- cardano-world1
- clockworks-world1
- ekg-forward1
- hydra1
- stackage.nix1
- tools1
Commit Log
01:06:35
[714411ca]
Merge pull request #638 from input-output-hk/erikd/version
(iohk-monitoring-framework)
02:27:21
[b21bbf35]
Merge pull request #639 from input-output-hk/erikd/constraint
(iohk-monitoring-framework)
03:35:08
[1c097a1c]
Merge pull request #640 from input-output-hk/erikd/constraint2
(iohk-monitoring-framework)
07:08:21
[d87ce531]
Update installing-cardano-node.md fixed commit for libsodium (#1062)
(developer-portal)
07:18:46
[96a8d1fb]
Merge pull request #1814 from input-output-hk/ignore_mux_error_5245
(cardano-node-tests)
07:37:13
[1abc060c]
Merge pull request #1815 from input-output-hk/noqa_single_arg
(cardano-node-tests)
08:26:43
[ea301130]
Merge pull request #498 from input-output-hk/olgahryniuk-patch-62
(cardano-documentation)
08:41:35
[ef0f1f6e]
docs: Merge #3908 3908: [ADP-3014] Remove `addTxSubmission` from `DBLayer` r=HeinrichApfelmus a=HeinrichApfelmus ### Overview
We want to remove functions from the `DBLayer` record until essentially all DB access is done through the `walletsDB :: DBVar`.
This task is about removing `addTxSubmission` from the `DBLayer` record.
### Issue number
ADP-3014 Co-authored-by: Heinrich Apfelmus <[email protected]> Source commit: 9411ba46f1434a5095834ecf37aeee88790f51a4
(cardano-wallet)
09:46:13
[924d1fca]
Make applyProgram return Either instead of Maybe so that more error messages can be shown. (#5315)
(plutus)
09:53:00
[e08d49c7]
docs: Merge #3930 3930: [ADP-3032] Refactor checkpoint extension in `restoreBlocks` r=HeinrichApfelmus a=HeinrichApfelmus ### Overview
This pull request refactors the addition of new checkpoints to the `WalletState` in the function `restoreWallet`.
Specifically, we move the logic to a function `extendCheckpoints` in the `Cardano.Wallet.Checkpoints` module.
### 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 The purpose of this pull request is increate the use of `onDBVar walletState`.
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 The simplification of the checkpointing logic is planned for ADP-3031.
### Issue number
ADP-3032
Co-authored-by: Heinrich Apfelmus <[email protected]> Source commit: f592cc83be0310ff298ae7e0c3af812ac2d0cfae
(cardano-wallet)
09:54:43
[3c5cae59]
Deploying to gh-pages from @ input-output-hk/plutus@924d1fcafa91da31a4a69097a48f159c6bc06b3a 🚀
(plutus)
10:34:36
[a4ce4e5b]
Merge pull request #728 from input-output-hk/dependabot/npm_and_yarn/vm2-3.9.18
(cardano-js-sdk)
12:02:20
[1a3981aa]
Merge pull request #689 from input-output-hk/docs/getting-started-guide
(cardano-js-sdk)
12:39:30
[cdaa2818]
docs: Merge #3936 3936: [ADP-3037] Remove n parameter from WalletFlavor. r=paolino a=paolino - [x] remove `n` parameter from WalletFlavor and WalletFlavorS
- [x] remove redundant `n` from signatures because of the change
ADP-3037
Co-authored-by: paolino <[email protected]> Source commit: dfcc52659bfb0d0522eefd82d39202658eb8db65
(cardano-wallet)
14:10:05
[ce12b2b7]
docs: Merge #3933 3933: Refactor: promote `selectAssets` closure to a top-level function. r=Unisay a=Unisay By promoting `selectAssets` to a top level we make it movable to a separate module (potentially), and testable on its own with its own property.
### Comments
It was originally published and reviewed here https://github.com/input-output-hk/cardano-wallet/pull/3911 but I am splitting it into a separate PR.
### Issue Number
ADP-2967
Co-authored-by: Yura Lazarev <[email protected]> Source commit: 8f0f4584d293a9e341f6b2ab7d0a44f5c77ee0cb
(cardano-wallet)
15:54:13
[3039e1a4]
chore: add `x86_64-darwin` to supportedSystems in flake
(blockfrost-backend-ryo)
15:57:05
[39965563]
Merge pull request #106 from KristianBalaj/enable-darwin
(blockfrost-backend-ryo)
16:32:55
[e7500a04]
docs: Merge #3939 3939: refactor: inline token bundle size assessor in balanceTx r=Unisay a=Unisay Refactor `balanceTransaction` not to depend on the `txLayer` but use `Compatibility.tokenBundleSizeAssessor` directly.
This is to simplify further work on `UTxOAssumptions`: this makes it easier to rewrite it as a sum-type[ in the other PR.](https://github.com/input-output-hk/cardano-wallet/pull/3937)
### Issue Number
ADP-2967
Co-authored-by: Yura Lazarev <[email protected]> Source commit: d56581b7cc44f67a603461619809a82b9e3b4b8e
(cardano-wallet)
21:49:46
[5ab848b8]
Merge `enhancement/application-layer` of pull request #90 into `master`
(thorn-calculus)
21:58:19
[b08ca7c2]
Merge `improvement/no-reproving` of pull request #89 into `master`
(thorn-calculus)
21:58:34
[670c1e09]
Merge `master` into `improvement/clearer-not-dependent-on-chan-at-proof`
(thorn-calculus)
22:09:03
[616cd38f]
Merge `improvement/clearer-not-dependent-on-chan-at-proof` of pull request #86 into `master`
(thorn-calculus)
23:05:19
[aa3bef98]
🟩 C1 Devnet Sidechain Explorer is up (200 in 396 ms) [skip ci] [upptime]
(uptime)
23:05:21
[bff6b5dc]
🟩 C1 Mainnet Sidechain Explorer is up (200 in 469 ms) [skip ci] [upptime]
(uptime)