Home / Reports / Nov 30, 2022
Wednesday, November 30, 2022
86 commits had been pushed across 23 repos by 26 authors. There were 523,815 additions and 16,658 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- ledgerjs-cardano-shelley18
- cardano-wallet16
- cardano-transaction-lib8
- formal-ledger-specifications6
- cardano-node4
- mithril4
- blockfrost-backend-ryo3
- cardano-updates3
- haskell.nix3
- plutus3
- CIPs2
- cardano-js-sdk2
- cardano-ledger-specs2
- hydra2
- plutus-ops2
- blockfrost-rust1
- milkomeda-documentation1
- cardano-serialization-lib1
- cardano-base1
- daedalus1
- dapps-world1
- stackage.nix1
- vit-ops1
Commit Log
04:50:31
[9a4452db]
Broaden the range of conditions where we try the minimal strategy.
(cardano-wallet)
07:11:04
[569d09de]
Add explanatory comments to `minimalSelectionStrategyIsWorthTrying`.
(cardano-wallet)
07:46:32
[8f0bfb8b]
Merge pull request #545 from input-output-hk/fix/txSubmitProvider-not-initialized-on-submitTx-in-srv-mode
(cardano-js-sdk)
08:15:09
[7d3852d4]
Merge pull request #530 from input-output-hk/test/ADP-2311-db-cache-invalidation
(cardano-js-sdk)
08:56:43
[ef81c228]
Merge pull request #3165 from input-output-hk/lehins/memoized
(cardano-ledger-specs)
09:01:18
[e0776a9f]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for ef81c2284ef499ad19183e707a7d2a8829da200d
(cardano-ledger-specs)
14:27:59
[4d3168a4]
docs: Merge #3617 3617: Shared wallets with metadata r=paweljakubas a=paweljakubas <!--
Detail in a few bullet points the work accomplished in this PR.
Before you submit, don't forget to:
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 release.nix 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.
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 release.nix 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.
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 release.nix 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] I have added metada integration tests demonstrating shared wallets support metadata
### Comments
<!-- Additional comments, links, or screenshots to attach, if any. -->
### Issue Number
adp-2248
<!-- 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: bc6dbb61cae78f032efcbf2fb96023dc8d9ff9dc
(cardano-wallet)
15:22:11
[1f6c2319]
Merge pull request #25 from blockfrost/vladimirvolek-patch-1
(blockfrost-backend-ryo)
15:41:36
[bf43e4bc]
Merge pull request #1271 from Plutonomicon/klntsky/571-stake-pool-target-num
(cardano-transaction-lib)
15:43:55
[71ee4e4f]
Deploying to gh-pages from @ Plutonomicon/cardano-transaction-lib@bf43e4bc443967fedf02860de792830e72820113 🚀
(cardano-transaction-lib)
17:30:42
[d94a05cc]
Add LEDGER, LEDGERS, NEWPP, NEWEPOCH and CHAIN transition systems
(formal-ledger-specifications)
17:30:42
[8abcec94]
Use literals to write ring elements corresponding to numbers
(formal-ledger-specifications)
17:43:37
[4d989d8f]
Merge pull request #1274 from Plutonomicon/calum/1181-revert-wasm-bindgen-bug-workaround
(cardano-transaction-lib)
17:45:41
[0e563537]
Merge pull request #1270 from Plutonomicon/klntsky/drop-text-encoding
(cardano-transaction-lib)
17:47:48
[853ce7e4]
Deploying to gh-pages from @ Plutonomicon/cardano-transaction-lib@0e56353790217b8eca34afbeab873bb0537221cc 🚀
(cardano-transaction-lib)
18:51:23
[fc3474c1]
Deploying to gh-pages from @ Plutonomicon/cardano-transaction-lib@2b6ea92809d72e93764f52acc42f1d1cdda444cb 🚀
(cardano-transaction-lib)
20:01:52
[4711fe73]
docs: Merge #3616 3616: Broaden the range of failure conditions under which `balanceTx` falls back to the minimal selection strategy. r=jonathanknowles a=jonathanknowles ## Issue Number
ADP-2448
## Summary
This PR broadens the range of failure conditions under which `balanceTx` falls back to the minimal selection strategy. should the optimal strategy fail to produce a viable selection. Co-authored-by: Jonathan Knowles <[email protected]> Source commit: a37c2d43af5d30809f54443f1fd0ee4101cc4873
(cardano-wallet)
23:11:16
[13769f0d]
Merge pull request #348 from input-output-hk/lehins/ensure-redundant-memory-is-freed-eagerly
(cardano-base)
23:56:26
[fa2a9c94]
Merge pull request #551 from Emurgo/evgenii/mint_builder
(cardano-serialization-lib)