Home / Reports / Jan 18, 2023

Wednesday, January 18, 2023

61 commits had been pushed across 21 repos by 22 authors. There were 630,986 additions and 6,427 deletions. Official weekly status updates can be found on essentialcardano.io.

Authors

Repos Updated

Commit Log

00:09:58 [c897f4fa] Automatic Update (stackage.nix)
00:12:06 [1910ccc0] Update the release tag pattern (cardano-ledger)
00:12:06 [1459f50a] Update CONTRIBUTING.md with instructions on releasing specs (cardano-ledger)
00:19:00 [47bc1424] :bento: Update graphs [skip ci] (uptime)
00:19:37 [7d13a319] :card_file_box: Update status summary [skip ci] [upptime] (uptime)
00:19:37 [56d0d753] :pencil: Update summary in README [skip ci] [upptime] (uptime)
00:21:40 [0d9d3dd1] add Haskell Benchmark (customSmallerIsBetter) benchmark result for 1459f50adef3258b45e853ea5851b81359b1fba0 (cardano-ledger)
00:50:57 [3b514076] Update Hackage and Stackage (haskell.nix)
01:29:56 [67a41801] Bump once_cell from 1.16.0 to 1.17.0 (cddl-codegen)
05:01:53 [1b1b4ce4] Call rustfmt on generated code (#127) (cddl-codegen)
07:33:12 [c6592fa8] Fix typo in stake pool course (#931) (developer-portal)
07:33:28 [ad5181d2] Stake Pool Course introduction: grammar, usage, formatting (#930) (developer-portal)
07:44:11 [c7bf6f1d] Add Periodic DNS Resolver to builder tools (#925) (developer-portal)
08:50:04 [626d98cd] Remove full cabal build from nightly (cardano-wallet)
08:53:57 [124d33e8] Merge #3696 (cardano-wallet)
09:01:49 [a1ee4439] plutusStaging: Bump plutus to cdbd932706108ec4799c0f09783d6fae95ac6103 (plutus-ops)
09:16:34 [9a200685] Update Cardano Rosetta release notes (cardano-documentation)
09:17:01 [6ae21023] docs: Merge #3696 3696: Remove full cabal build from nightly r=piotr-iohk a=piotr-iohk - [x] Remove full cabal build from nightly (626d98cd0eac35407f3f9e6d8b3cd23d9c68df3e) ### Comments [Thread](https://input-output-rnd.slack.com/archives/C03JV5A74E4/p1673881086252749). ### Issue Number n/a Co-authored-by: Piotr Stachyra <[email protected]> Source commit: 124d33e8998338e59846c14a6ffc9c942b329b3e (cardano-wallet)
09:19:10 [78cd68a9] Update Rosetta release notes (cardano-documentation)
10:16:48 [150e3efa] Merge pull request #1384 from Plutonomicon/amir/102-csl-memory-leak-fix (cardano-browser-tx)
10:30:32 [4d6ca18e] Update CHANGELOG for v4.0.1 (cardano-browser-tx)
10:32:01 [744c3e44] Merge pull request #1398 from Plutonomicon/gergely/backport-darwin-fix (cardano-browser-tx)
10:36:04 [e3003b91] Update the template (cardano-browser-tx)
12:20:56 [4214c481] Merge #4260 (ouroboros-network)
12:57:28 [7b1284cb] Sorted outputted code (#128) (cddl-codegen)
13:13:05 [f3426fab] Kwxm/promote new specification 2 (#5048) (plutus)
13:48:59 [efe932ff] Merge #3697 (cardano-wallet)
13:54:04 [221f3261] Make sure to use uniqe `temp_template` for each test iteration (cardano-node-tests)
14:16:23 [b57c565c] Merge pull request #1593 from saratomaz/fix_test_ledger_state_description (cardano-node-tests)
14:20:51 [42a3aa79] Merge #4265 (ouroboros-network)
14:23:09 [a36456a5] Merge pull request #1594 from input-output-hk/unique_temp_template_pbt (cardano-node-tests)
14:32:43 [2540bd37] Merge #3694 (cardano-wallet)
14:40:29 [f0cddae2] deploy: abb783fe97fbc340c78f9d6d15ab7006aa18f47d (mithril)
15:09:31 [874db550] docs: Merge #3694 3694: [ADP-2367] expand submissions table to hold metadata r=HeinrichApfelmus a=paolino This is a change to the submission store to stay compatible with TxHistory in computing `TransactionInfo` - added metadata to the submissions store - direction - slot (submission slot) - height (submission block-height) - amount - modified the specifications to ignore the metadata - fixed the store tests to play with fake metadata ADP-2367 Co-authored-by: paolo veronelli <[email protected]> Source commit: 2540bd3781686d4e1ef5ba01833b62a96680e467 (cardano-wallet)
15:40:42 [a7782661] Merge pull request #156 from input-output-hk/filter_collaterals (cardano-clusterlib-py)
16:01:47 [7ed61257] deploy: 16f62f77c1735bded247a05fcef0e6396c839a2e (mithril)
16:24:02 [3179fba5] deploy: 8096196ca9da9ebd425cc9a932aae10c416d08c3 (mithril)
16:47:23 [38aa3378] Rename Wdrls as Withdrawals. Move to Core. (cardano-ledger)
16:50:16 [1589eaa3] Merge #3697 (cardano-wallet)
16:56:35 [8777d68f] add Haskell Benchmark (customSmallerIsBetter) benchmark result for 38aa337834ccb9b5f47dbf9e81a3b986dcdd57f5 (cardano-ledger-specs)
17:01:42 [0d8ad4c4] Merge #4265 (ouroboros-network)
17:14:49 [f494f8da] docs: Merge #3697 3697: [ADP-2367] Orthogonal changes concerning `finalitySlot` r=paolino a=HeinrichApfelmus ### Overview This pull request extracts a couple of changes from #3673 that are of independent interest and can be merged as is. These changes are: 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 Computation of the `finalitySlot` as `3*k/f` with appropriate types. 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 Remove of the field `firstSubmission` from the `LocalTxSubmissionStatus` type. ### Issue Number ADP-2367 Co-authored-by: paolo veronelli <[email protected]> Source commit: 1589eaa3a54111299f36f73c585453bd2b8a6a3d (cardano-wallet)
17:40:15 [ccd5bf7d] Merge pull request #520 from input-output-hk/iquerejeta/vrf-naming (iohk-nix)
18:39:31 [b2b4be58] deploy: ce3daec4d3bcedf121c9d21bbc41819a24b6cbe4 (cardano-node)
18:52:13 [a3de4116] Merge #4260 (ouroboros-network)
19:12:50 [1b914436] Use the position of the opening bracket in `appTerm` and `tyInstTerm` (#5050) (plutus)
19:52:39 [2f5cfbf2] Merge pull request #155 from input-output-hk/SCP-4748 (marlowe)
20:42:35 [94b37483] Merge pull request #176 from input-output-hk/jbgi/nix-flake-std (cardano-prelude)
20:56:23 [8db880da] Kwxm/plc spec/fix zigzag (#5052) (plutus)
22:17:22 [1685da10] staging: Bump marlowe to e941aaaebf8aa030f243e6ccbdeb716904516cc5 (plutus-ops)
22:22:06 [ff98f05f] Merge #4748 (cardano-node)
22:29:48 [e7486e6a] staging: Bump marlowe to f7437b7ced31fb5aef760c919bbb0c192353fb36 (plutus-ops)
23:05:29 [2c106e8b] 🟩 C1 Devnet RPC is up (200 in 351 ms) [skip ci] [upptime] (uptime)
23:05:30 [1eb428c1] 🟩 C1 Devnet Sidechain Explorer is up (200 in 542 ms) [skip ci] [upptime] (uptime)
23:05:31 [9f2cf171] 🟩 C1 Mainnet RPC is up (200 in 323 ms) [skip ci] [upptime] (uptime)
23:05:32 [5332edfa] 🟩 C1 Mainnet Sidechain Explorer is up (200 in 1010 ms) [skip ci] [upptime] (uptime)
23:05:33 [3ee0a951] 🟩 A1 Devnet RPC is up (200 in 723 ms) [skip ci] [upptime] (uptime)
23:05:35 [99de0572] 🟩 A1 Mainnet RPC is up (200 in 344 ms) [skip ci] [upptime] (uptime)
23:05:35 [e7b09b3c] 🟩 A1 Devnet L2 Explorer is up (200 in 1018 ms) [skip ci] [upptime] (uptime)
23:05:36 [876bf08b] 🟩 A1 Mainnet L2 Explorer is up (200 in 473 ms) [skip ci] [upptime] (uptime)
23:18:49 [649ecc9e] deploy: ff98f05f4b9cd8d4ab5152c69c34405e9ac27920 (cardano-node)