Home / Reports / Nov 29, 2022
Tuesday, November 29, 2022
66 commits had been pushed across 21 repos by 26 authors. There were 694,820 additions and 16,126 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- cardano-wallet12
- cardano-node-tests7
- yoroi-mobile5
- haskell.nix5
- koi-pond4
- mithril4
- plutus-ops4
- cardano-js-sdk3
- cardano-node3
- cardano-updates3
- hydra3
- cardano-transaction-lib3
- hydra-poc2
- blockfrost-backend-ryo1
- blockfrost-elixir1
- cf-summit-evoting-status1
- developer-portal1
- cardano-serialization-lib1
- cardano-base1
- cardano-ledger-specs1
- plutus1
Commit Log
00:18:47
[5f8e2192]
Merge pull request #347 from input-output-hk/nfrisby/minor-cpp-fix
(cardano-base)
03:16:08
[53d2f168]
docs: Merge #3613 3613: Prevent directory name collisions due to case insensitivity. r=jonathanknowles a=jonathanknowles ## Issue Number
https://github.com/input-output-hk/cardano-wallet/pull/3593#pullrequestreview-1195795219
## Summary
This PR reworks the directory structure of `primitive`, `coin-selection`, and `balance-tx` to prevent directory name collisions on systems that suffer from case-insensitive path names. Co-authored-by: Jonathan Knowles <[email protected]> Source commit: 5efe75a5b531824a8407653fd99c2d2d410b8f1e
(cardano-wallet)
09:19:55
[a4048f8f]
Merge pull request #627 from input-output-hk/task/add_troubleshooting_docs
(hydra)
09:38:12
[ca29f8da]
Test using 'build --tx-out-datum-embed' without provide protocol params (#1510)
(cardano-node-tests)
09:44:40
[151ba5d7]
Merge pull request #1511 from input-output-hk/dorin/clean_nightly
(cardano-node-tests)
09:49:39
[8d6d7c60]
Merge pull request #1512 from input-output-hk/use_named_args
(cardano-node-tests)
10:24:19
[d85bbf77]
Merge pull request #480 from Emurgo/evgenii/tx-batch-builder
(cardano-serialization-lib)
10:39:35
[486107ce]
docs: Merge #3610 3610: Update release process r=piotr-iohk a=piotr-iohk - [x] update release process
- [x] restore [Release Checklist Template](https://github.com/input-output-hk/cardano-wallet/wiki/Release-Checklist)
### Comments
Since https://md.adrestia.iohkdev.io/ is down, I'm moving release checklist template to cardano-wallet's wiki. Release process is updated accordingly.
:warning: **Note!** The release-checklist has been restored from previous wiki version and it is the latest version I currently have. I have updated it a bit but I'm sure there are some parts still missing. Feel free to update if you see anything is missing. We can also probably identify and update those parts when doing next release.
### Issue Number
Co-authored-by: Piotr Stachyra <[email protected]> Source commit: 4b70944a8d7a4d7f5304ba47808950713e209978
(cardano-wallet)
11:27:38
[ca24a6e7]
Merge pull request #1513 from input-output-hk/support_mixed_topology
(cardano-node-tests)
11:30:11
[1e334e50]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 94d1a85919edeff0a2c38a551fe7ed4c922f71eb
(cardano-ledger-specs)
12:07:35
[08eb2855]
docs: Merge #3614 3614: remove unused and broken module r=paolino a=paolino
- [x] removed dead code, the module was not in the cabal file
### 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: paolo veronelli <[email protected]> Source commit: 791541da69b9b3f434bb9ead43de406cc18b0373
(cardano-wallet)
12:12:13
[7dafcadd]
Fix minting policy in tutorial in light of https://www.tweag.io/blog/2022-03-25-minswap-lp-vulnerability/. (#4980)
(plutus)
13:39:18
[77af3992]
Merge pull request #528 from input-output-hk/feat/wallet-restoration-load-test
(cardano-js-sdk)
13:40:16
[28edb438]
plutusStaging: Bump plutus to 4aa62738c0973633aed38b3f10ee852d0fd62bfc
(plutus-ops)
13:51:19
[322ad271]
Merge pull request #529 from input-output-hk/test/fix-webext-test-that-rely-on-browser-obj
(cardano-js-sdk)
16:23:37
[47104023]
Merge pull request #1246 from Plutonomicon/khavryliuk/828-plutip-tests-initdb-locale-fix
(cardano-transaction-lib)
16:25:41
[4b185a85]
Deploying to gh-pages from @ Plutonomicon/cardano-transaction-lib@47104023a73ba939e2433056b4ee10c1b728a03d 🚀
(cardano-transaction-lib)
17:03:39
[87056910]
Merge pull request #1267 from Plutonomicon/karol/plutip-server-fixes
(cardano-transaction-lib)
19:21:47
[cc540c6b]
docs: Merge #3615 3615: Drop `cabal build` check in Buildkite r=Anviking a=Anviking - [x] Drop `cabal build` buildkite checks (and related `cabal configure` one)
### Comments
- This check is broken in the node bump (#3593 ) and I don't know how to make it green. Regardless, it has historically been fragile (often requiring caches to be cleared) and will also stop working in a few days when the packet.net agents become unavailible.
- The ability to build the project through haskell.nix is checked by hydra/cicero.
- The `cabal build` checks were added during a time when `stack` was the main tool for development in cardano-wallet. Now we only use `cabal`. If the "cabal in nix-shell" build were to break separately from the nix build, we'd notice fast enough.
<!-- Additional comments, links, or screenshots to attach, if any. -->
### Issue Number
ADP-2382
<!-- 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: 081fc68fa9591ccb124f38c720d0ddecc73024f9
(cardano-wallet)