Home / Reports / Dec 16, 2022
Friday, December 16, 2022
87 commits had been pushed across 22 repos by 26 authors. There were 8,958 additions and 5,061 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- cardano-wallet23
- coding-dojo13
- uptime11
- plutus-ops7
- cardano-ledger-specs5
- plutus5
- cardano-addresses3
- cardano-documentation3
- cardano-token-registry2
- marlowe2
- mithril2
- blockfrost-backend-ryo1
- cardano-multiplatform-lib1
- zkapp-nonogram1
- yoroi-mobile1
- cardano-js-sdk1
- cardano-node1
- cardano-rosetta1
- cardano-updates1
- clockworks-world1
- haskell.nix1
- ouroboros-network1
Commit Log
03:22:54
[68535449]
Hide library that is only used by WASM builds behind a feature (#157)
(cardano-multiplatform-lib)
07:14:08
[d5318446]
Merge pull request #562 from input-output-hk/feat/tx-witness-set-serialization-deserialization
(cardano-js-sdk)
10:47:00
[1b28be64]
docs: Merge #3578 #3655 3578: [ADP-2377] Add `DB` abstraction r=paolino a=HeinrichApfelmus This pull request adds an abstraction `DB` which represents a storage facility for a Haskell value. It generalizes `Store` with a `readDB` function for reading parts of the data (as opposed to the entirety of the data). The operations for reading a part are specified through a type constructor, which is typically implemented as GADT.
This pull request introduces the abstraction and implements a `DB` for the `TxSet` type. An implementation of a `DB` for the `TxWalletsHistory` is planned for a future pull request — this will move the transaction storage partially back to disk.
This pull request is part of the new architecture for the database layer.
### Issue number
ADP-2377 3655: Remove Advance linux-tests-pass and all-tests-pass branches r=Anviking a=piotr-iohk - [x] remove Advance linux-tests-pass and all-tests-pass branches (a0794bef26c2a1f95492e4d154797867dd9607f4)
### Comments
It's failing and I don't think it has any practical use really.
### 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: Heinrich Apfelmus <[email protected]> Co-authored-by: Piotr Stachyra <[email protected]> Source commit: ed0eefbe5187f28aa2a1917e940767b456dcf568
(cardano-wallet)
11:08:02
[280156a4]
docs: Merge #3657 3657: Run docker-compose smoke tests on ubuntu and macos latest r=Anviking a=piotr-iohk
- [x] Run docker-compose smoke tests on ubuntu and macos latest
### Comments
macos-latest == macos-11.
ubuntu-18.04 is deprecated.
### 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: Piotr Stachyra <[email protected]> Source commit: d73d65fbe6b6c84334aaef67dd9bb882318b84d4
(cardano-wallet)
11:09:30
[1c6c7c61]
deleted cross-reference to technical report that doesn't yet contain cost model information (#5019)
(plutus)
11:12:11
[2282bc10]
plutusStaging: Bump plutus to f910144d1c7cff75d2250ecf5e760ce870d77a72
(plutus-ops)
14:23:24
[f258caa6]
Merge pull request #37 from blockfrost/srk/scriptDatumCbor
(blockfrost-backend-ryo)
14:41:21
[2c4f3c58]
docs: Merge #3654 3654: Readme updates r=Anviking a=piotr-iohk - [x] remove hydra badge (8cfe1c24784f99c9fbf3f9f1a190b288a6865087)
- [x] remove SMASH from compatibility column (8e5ca92f91e9d4c72555d53d6993e74aba9fad7f)
- [x] Update badges due to https://github.com/badges/shields/issues/8671 (510e9a73df391cb00afa0f1917600b1b66bc5bea)
### Comments
[Smash](https://github.com/input-output-hk/smash) is archived with the note:
>:warning: This project is deprecated, and only supports up to cardano-node 1.30.1, for newer versions of cardano-node use the SMASH server in https://github.com/input-output-hk/cardano-db-sync. Do not use anymore, it is here for historical purpose.
### 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: Piotr Stachyra <[email protected]> Source commit: b763b295bf0f5f13a07d7a0467ee1f5ac2e8831e
(cardano-wallet)
14:48:11
[edd17b45]
plutusStaging: Bump plutus to 8706e6c7c525b4973a7b6d2ed7c9d0ef9cd4ef46
(plutus-ops)
15:46:31
[2adfe4e6]
docs: Merge #3658 3658: Refine getting artifacts for e2e r=piotr-iohk a=piotr-iohk - [x] remove hydra remainings (91587fa87e0fbf9a022a0151f188ae34dc3eda48)
- [x] add keys to buildite pipeline (df639764741f8084af752e71583ed8e133f3f133)
- [x] Get artifacts by job key, DRY refactor (3bd100a2424f1cd6428110627a37b261d086e33e)
### Comments
<!-- Additional comments, links, or screenshots to attach, if any. -->
### Issue Number
ADP-2508
Co-authored-by: Piotr Stachyra <[email protected]> Source commit: 3cf99e0e94c3ba642dc55295e5f044e5e9e054c5
(cardano-wallet)
16:21:58
[37970011]
docs: Merge #3656 3656: [ADP-2509] Nix expressions for benchmarks and other artifacts r=HeinrichApfelmus a=HeinrichApfelmus ### Overview
The goal of this task is to clean up our `flake.nix` file a little bit and create a reasonable hierarchy that can be used with any CI system, be it Cicero or Buildkite.
I have changed the `ci.*` hierarchy introduced previously — the idea is that we use the standard flake commands `nix build` and `nix run` for building artifacts and running checks respectively, e.g.
```
nix build .#ci.tests.all
nix run .#ci.tests.unit
```
This pull request implements the following parts of the new hierarchy:
- [x] Build `ci.artifacts`
- [x] Build `ci.benchmarks.*`
- [x] Build `ci.tests.all`
However, running tests will be implemented in a subsequent PR.
- Run `ci.tests.unit`
- Run `ci.tests.integration`
### Issue Number
ADP-2509 Co-authored-by: Heinrich Apfelmus <[email protected]> Source commit: c58713eaeed07f5ce04bd9d11d569f017f5b0516
(cardano-wallet)
16:50:01
[74cd7dd5]
docs: Merge #3660 3660: [ADP-2515] restore macos unit tests r=paolino a=paolino
- [x] add macos steps to merging pipeline
### Issue Number
ADP-2515
Co-authored-by: paolo veronelli <[email protected]> Source commit: 6fda296eece3c230fbb8efd6d409a08e02d50dff
(cardano-wallet)
17:18:39
[7d8b88d9]
plutusStaging: Bump plutus to 3fdf9b4eadf3f66dd389c035769311565d874ae3
(plutus-ops)
19:29:30
[ff1154ba]
plutusStaging: Bump plutus to daa9af24490f330214a56b28c69607966c2b2b4b
(plutus-ops)
19:34:58
[b0ec251a]
add Haskell Benchmark (customSmallerIsBetter) benchmark result for dab6b07424a85c389c82b12d9fa91e22a97536d2
(cardano-ledger-specs)
23:05:21
[40113872]
🟩 C1 Devnet Sidechain Explorer is up (200 in 468 ms) [skip ci] [upptime]
(uptime)
23:05:24
[2d2334b8]
🟩 C1 Mainnet Sidechain Explorer is up (200 in 982 ms) [skip ci] [upptime]
(uptime)
23:06:28
[84b7f139]
Merge pull request #153 from input-output-hk/hrajchert/scp-4696-improve-thread-usage
(marlowe)