Home / Reports / Nov 22, 2022

Tuesday, November 22, 2022

61 commits had been pushed across 12 repos by 19 authors. There were 94,699 additions and 56,450 deletions. Official weekly status updates can be found on essentialcardano.io.

Authors

Repos Updated

Commit Log

00:59:43 [144db95f] Merge #3596 (cardano-wallet)
01:07:41 [6120d7b4] Deployed haddocks (ouroboros-network)
01:16:50 [a2565036] Update Hackage and Stackage (haskell.nix)
02:58:16 [4105b3cc] docs: Merge #3596 3596: Remove `scrypt` flag from libraries where it's unneeded. r=jonathanknowles a=jonathanknowles ## Issue Number ADP-2386 (follow on from #3591) ## Summary This PR removes the `scrypt` flag from the following libraries: - `cardano-wallet-primitive` - `cardano-wallet-coin-selection` Co-authored-by: Jonathan Knowles <[email protected]> Source commit: 144db95fba9ec723a2f828bbfb24bd85c0c1d0e1 (cardano-wallet)
06:45:52 [ffe22552] deploy: 446a6a772299b9ae2cfa4e3dadc4203da947aa20 (catalyst-core)
07:08:49 [5eae8ab6] deploy: 7524d9528ab9899ce523e7dc657c07d243c6c86a (catalyst-core)
08:21:42 [349e6b17] getSharedTransaction swagger (cardano-wallet)
08:21:46 [b7ce49e7] reuse getTransaction in shared context (cardano-wallet)
08:21:47 [b4b37665] add integration test (cardano-wallet)
08:21:47 [7473f213] cleaning (cardano-wallet)
08:21:47 [7a48215e] add ListSharedTransaction to api (cardano-wallet)
08:21:47 [62bbc1f5] update api link (cardano-wallet)
08:21:47 [c8d9ee9f] add integration test and update link (cardano-wallet)
08:21:47 [ab25ac15] add listSharedTransactions to swagger (cardano-wallet)
08:21:47 [2aeb035a] fix link (cardano-wallet)
08:21:48 [86d67c41] post rebase adjustments (cardano-wallet)
08:21:48 [2c62478b] more tests - part 1 (cardano-wallet)
08:21:48 [ab1a6e89] SHARED_TRANSACTIONS_LIST_01 (cardano-wallet)
08:21:48 [b9e9e912] SHARED_TRANSACTIONS_LIST_02,03x (cardano-wallet)
08:21:48 [8f1c2ab9] add testng for LIST_RANGE (cardano-wallet)
08:21:48 [7bc29ce9] add getTransaction tests - part 1 (cardano-wallet)
08:21:48 [8913fd1d] more tests - part 2 (cardano-wallet)
08:21:49 [7c747550] hlint (cardano-wallet)
08:21:49 [26a70458] add getTransaction tests - part 2 (cardano-wallet)
08:22:50 [415377da] Merge #3577 (cardano-wallet)
08:26:39 [47916c23] Update 04-dapp-development.mdx (cardano-documentation)
08:29:37 [bdf54e01] Merge pull request #432 from jinglescode/master (cardano-documentation)
09:10:05 [d9df9e50] Merge #3577 (cardano-wallet)
09:32:19 [0099065e] Merge #3595 (cardano-wallet)
09:56:55 [e4a0aaa9] Merge pull request #1500 from input-output-hk/refactor_tx_tests (cardano-node-tests)
10:36:12 [40519eb4] docs: Merge #3595 3595: Temporarily disable `prop_outputsSatisfyMinAdaRequirement` r=Anviking a=Anviking - [x] Temporarily disable failing `prop_outputsSatisfyMinAdaRequirement` ### Comments - It is [failing](https://github.com/input-output-hk/cardano-wallet/pull/3591#issuecomment-1319932086) due to too-loose validation of user-specified outputs containing datum hashes. - The validation logic should take the full `WriteTx.TxOut` / `Ledger.TxOut` into account. Was also thinking about just adding something like this to balanceTx: ```haskell guardTxOutMinAda (Cardano.Tx (Cardano.ShelleyTxBody _ body _ _ _ _) _) = let outs = WriteTx.outputs (WriteTx.recentEra `@era)` body in mapM_ guardOut $ zip [0..] outs where guardOut :: (Int, WriteTx.TxOut (WriteTx.ShelleyLedgerEra era)) -> ExceptT ErrBalanceTx m (Cardano.Tx era) guardOut (ix, out) = -- when not enough: throwE $ ErrBalanceTxSelectAssets $ ErrSelectAssetsSelectionError $ SelectionOutputErrorOf $ SelectionOutputCoinInsufficient $ SelectionOutputCoinInsufficientError { minimumExpectedCoin = error "todo" , output = toWalletOutput out } ``` but doing nothing for now at least. ### Issue Number ADP-2347 Co-authored-by: Johannes Lund <[email protected]> Source commit: 0099065e23dc1e0987fa47fbe4f24e100cf355b0 (cardano-wallet)
11:13:11 [8f4e0d9f] deploy: 4c2fac1e462b964475707a0bc3d1f856724a36e4 (mithril)
11:26:56 [c684021f] Merge pull request #31 from xTeKc/lister (blockfrost-rust)
11:28:28 [36587770] Merge pull request #32 from xTeKc/clippy (blockfrost-rust)
11:40:16 [ec342b92] Merge #3577 (cardano-wallet)
12:47:02 [fe516424] Merge #3577 (cardano-wallet)
13:56:44 [efb972e4] Add Cardano node tests documentation reference (cardano-documentation)
14:04:42 [8ba43567] Create 01-node-tests.mdx (cardano-documentation)
14:15:10 [53b4e40c] Merge pull request #434 from input-output-hk/olgahryniuk-patch-44 (cardano-documentation)
14:43:03 [dbeb6b30] Merge pull request #435 from input-output-hk/olgahryniuk-patch-45 (cardano-documentation)
15:13:04 [6e19d603] Merge #3577 (cardano-wallet)
15:25:09 [0cc5538b] Initialize project using Create React App (koi-pond)
15:26:04 [6de54a0a] Update 01-node-tests.mdx (cardano-documentation)
15:35:56 [fba37460] deploy: 18653c5360fd0e201560ef55ec7952f9f7cfc4f2 (catalyst-core)
15:46:27 [2d03a6c0] Merge pull request #246 from blockfrost/fix-assets (openapi)
16:15:32 [ba85bff1] Merge pull request #248 from blockfrost/srk/eraSum (openapi)
16:22:14 [5a28ac4b] release: 0.1.44 -> 0.1.46 (openapi)
16:26:44 [f0f44bfb] deploy: 6b7e4d8b023a668f3e8015c2b2afff7c08dfc57a (catalyst-core)
16:32:52 [d7048252] Merge pull request #250 from blockfrost/release (openapi)
18:36:22 [3ec62569] Merge pull request #3597 from input-output-hk/piotr/e2e-test-windows (cardano-wallet)
18:43:22 [e1c61d31] docs: Merge pull request #3597 from input-output-hk/piotr/e2e-test-windows e2e tests fix windows config Source commit: 3ec62569078b4e26b459a32b31808acc240da86b (cardano-wallet)
18:54:59 [b4aa4496] cardano-node: switch to 1.35.4 (cardano-world)
19:37:06 [999e7e15] Merge #3577 (cardano-wallet)
20:18:02 [e6de9fd4] chore: added my dev (yoroi-mobile)
20:31:13 [1501b5c4] docs/HardWonWisdom.md: on how Ledger uses EpochInfo (ouroboros-network)
20:31:13 [2bfb80d8] Shelley `ledgerViewForecastAt`: link to extra context (ouroboros-network)
20:32:01 [3108fdb5] Merge #4174 (ouroboros-network)
20:36:42 [cfd589b4] chore: upd pod (yoroi-mobile)
22:25:39 [5903000d] docs: Merge #3577 3577: Get/list shared txs r=Anviking 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] Updated get/list shared tx in swagger - [x] Adding plumbing in api scaffolding layer, link, reusing between shelley and shared modes - [x] adding integration tests ### Comments <!-- Additional comments, links, or screenshots to attach, if any. --> ### Issue Number adp-2224 <!-- 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: 999e7e15c9cf04133b6ae8593e1dcaca1d1c31d2 (cardano-wallet)
22:38:13 [b943bca6] Update building-package-from-stackage-hackage.md (#1789) (haskell.nix)
22:38:52 [f42e55d0] Update gh-pages for b943bca6 (haskell.nix)