Home / Reports / Apr 5, 2021

Monday, April 5, 2021

193 commits had been pushed across 27 repos by 33 authors. There were 53,738 additions and 34,951 deletions. Official weekly status updates can be found on essentialcardano.io.

Authors

Repos Updated

Commit Log

01:04:04 [c1a9b918] Scheduled update (pool_groups)
01:11:47 [01dfe343] Automatic update for Mon Apr 5 01:11:46 UTC 2021 (hackage.nix)
01:13:22 [859d51a2] Update Hackage and Stackage (haskell.nix)
02:01:37 [eeb4acd4] CNTools 8.1.4 (guild-operators)
02:35:13 [21d24ea2] Api.Server: Make sure Content-Type is set on error responses (cardano-wallet)
02:35:14 [87bd258b] Api.ServerSpec: test content-type of error responses (cardano-wallet)
02:35:15 [7b13c2ff] ApiSpec: Also check content-type in generic tests (cardano-wallet)
02:41:01 [2de540fe] Scheduled update (pool_groups)
03:27:33 [9171820c] Scheduled update (pool_groups)
04:21:50 [dea09273] Merge #3009 (ouroboros-network)
04:28:52 [ccde3d77] Scheduled update (pool_groups)
04:37:08 [2452bfb3] Deployed haddocks (ouroboros-network)
05:26:41 [23955b9d] Scheduled update (pool_groups)
05:27:56 [05ecc3a2] feat(i18n): add cs-CZ translation (yoroi-mobile)
06:26:47 [a1023b14] Scheduled update (pool_groups)
06:45:24 [6febb187] DDW-595 - Warn user when pasting an address of the same wallet (daedalus)
06:51:19 [ff47b5e0] DDW-595 - Warn user when pasting an address of the same wallet - prettier, linter (daedalus)
06:55:36 [e5bbe154] DDW-595 - Warn user when pasting an address of the same wallet - changelog (daedalus)
07:21:55 [3ad66f29] Scheduled update (pool_groups)
07:47:37 [86c41147] chore(deps): update rusqlite requirement from 0.24.1 to 0.25.0 (rust-cardano-ouroboros-network)
08:25:33 [b81cd33b] Scheduled update (pool_groups)
08:40:01 [8d6472ca] Add arch and os to version string at startup (cardano-wallet)
08:56:10 [999bdada] Merge pull request #166 from input-output-hk/feature/ddw-602-improve-pin-entry-component-ux (react-polymorph)
08:57:20 [61c44261] 0.9.8-rc.13 (react-polymorph)
09:00:55 [c3e94a0f] 0.9.8-rc.14 (react-polymorph)
09:11:49 [2fc2ee9f] Update content to say that we're live now (testnets-cardano-org)
09:23:12 [c59bb786] Scheduled update (pool_groups)
09:24:51 [d0172ff1] [Security] Bump y18n from 3.2.1 to 3.2.2 (#1253) (yoroi-mobile)
09:44:35 [b0c5d418] Log the full API server URL at startup (cardano-wallet)
09:47:53 [389296a2] add POST shared wallet (cardano-wallet)
09:47:54 [e9425ffc] add scaffolding for getSharedWallet endpoint (cardano-wallet)
09:47:55 [2ac1932e] add scaffolding of patchSharedWallet endpoint (cardano-wallet)
09:47:56 [aeb93f34] add getSharedWallet in swagger (cardano-wallet)
09:47:56 [a4482895] add postSharedWallet in swagger (cardano-wallet)
09:47:57 [27571acb] add patchSharedWallet (cardano-wallet)
09:47:58 [85e3ef14] introduce ScriptTemplateValue (cardano-wallet)
09:47:59 [1af289d8] add core tests, Malformed, golden (cardano-wallet)
09:48:00 [2c5e3f3d] update swagger postAnyAddress description including timelocks and correct FromJSON of ApiSharedWaller (cardano-wallet)
09:48:01 [036e5019] add SharedWallet to Sqlite.TH (cardano-wallet)
09:48:02 [cf48eb28] add CosignerKey schema (cardano-wallet)
09:48:03 [fc7ee19c] reorganize shared wallet code (cardano-wallet)
09:48:03 [c59f0475] add deleteSharedWallet to Api and swagger (cardano-wallet)
09:48:04 [abe6619e] add interface to DBLayer of SharedWallet - part 1 (cardano-wallet)
09:48:05 [2d28b3c5] extend DLLayer interface for shared wallet - part 2 (cardano-wallet)
09:48:06 [4fe2f302] add logging for shared wallet and scaffolding for DB's Sqlite (cardano-wallet)
09:48:07 [187f2bb1] add initializeSharedWallet impl of DBLayer plus some cleaning (cardano-wallet)
09:48:08 [9339d383] add impl of removeSharedWallet of DBLayer (cardano-wallet)
09:48:08 [902394b4] add readSharedWalletMetadata and readSharedWalletState impl and logging (cardano-wallet)
09:48:09 [aaa60695] add addCosignerKey impl of DBLayer (cardano-wallet)
09:48:10 [8121e6bf] improve the swagger (cardano-wallet)
09:48:11 [65f65c5a] correct swagger (cardano-wallet)
09:48:12 [f27d5ec6] align Api.Types and unit testing (cardano-wallet)
09:48:13 [948c3536] add shared wallet DBLayer to wallet one rather than standalone solution (cardano-wallet)
09:48:14 [d82a4b4e] add PersistPublicKey for Byron (cardano-wallet)
09:48:15 [5c1d9463] redesign how DBLayer will be reused for SharedState - resign from standalone methods (cardano-wallet)
09:48:16 [15268537] impl insertState for SharedState (cardano-wallet)
09:48:16 [18d87d4d] impl selectState for SharedState (cardano-wallet)
09:48:17 [ea1eb932] add sqliteSpecShared - part 1 (cardano-wallet)
09:48:18 [e0c9f17b] add sqliteSpecShared - part 2 (cardano-wallet)
09:48:19 [d034a49f] add sqliteSpecShared - part 3 (cardano-wallet)
09:48:20 [80eab0bb] make CosignerKey static (cardano-wallet)
09:48:21 [8184ed38] add postSharedWallet skeleton and multisig api layer in shelley (cardano-wallet)
09:48:22 [1150d822] create separate SharedWallet integration test spec (cardano-wallet)
09:48:22 [ae8bb2c1] impl postSharedWallet from root xprv and mkSharedWallet (cardano-wallet)
09:48:23 [34ee26b6] add active and pending shared wallet integration testing for root xprv (cardano-wallet)
09:48:24 [1aab7cb2] support creating shared wallet from account xpub plus integration testing (cardano-wallet)
09:48:25 [829553b4] impl deleteSharedWallet (cardano-wallet)
09:48:26 [c4dc01a2] adding getSharedWallet impl and integration testing (cardano-wallet)
09:48:27 [2480ae2b] add needed parts for patchSharedWallet in core (cardano-wallet)
09:48:28 [57916d0d] add integration test showing correctness of adding cosigner key to delegation script template (cardano-wallet)
09:48:28 [bc38c88a] add illustrative integration test for patching (cardano-wallet)
09:48:29 [ec0f33f0] align with createWalletWorker changes (cardano-wallet)
09:48:30 [6b1076af] try to purge static entries before insertState (cardano-wallet)
09:49:34 [fd92b575] Regenerate nix (cardano-wallet)
09:54:24 [9d1ec2bc] Update 06_regDelegationCert.sh (scripts)
09:56:07 [eda69dbf] Bump elliptic from 6.5.3 to 6.5.4 (react-polymorph)
09:57:20 [06331a3b] Bump y18n from 3.2.1 to 3.2.2 (react-polymorph)
09:57:36 [a80321bd] update sha256 checksums (scripts)
10:23:15 [1e94ff02] Scheduled update (pool_groups)
10:45:45 [8aba14f7] Adds tracers for ConnectionManager Counters. (ouroboros-network)
10:53:08 [67a0302b] Added PeerSelectionCounters and respective tracers. (ouroboros-network)
10:53:08 [0d2c69d2] Adds tracers for ConnectionManager Counters. (ouroboros-network)
10:53:08 [5e21c5bc] Added counter null tracer to Diffusion.hs nullTracers (ouroboros-network)
10:53:39 [a9587f09] Merge branch 'bolt12/p2p-master-counter-tracer' of github.com:input-output-hk/ouroboros-network into bolt12/p2p-master-counter-tracer (ouroboros-network)
11:18:52 [422000f7] Scheduled update (pool_groups)
11:27:13 [bf83055e] Fixup merge error (cardano-wallet)
11:28:58 [cdcba9bb] wip: Split and simplify shared wallet types (cardano-wallet)
11:34:50 [0019e8be] Fixed tests haddocs (ouroboros-network)
12:27:18 [3333b214] Switch to external Win32-network (cardano-node)
12:27:18 [d00b4bf0] Cabal cache trial (cardano-node)
12:29:16 [84a429a2] Cache documentation (cardano-node)
12:31:30 [416a7fe8] Scheduled update (pool_groups)
13:07:56 [949e3f33] PM-2929: Transaction data structure. (#15) (metronome)
13:12:32 [b61fbe1a] PM-2930: Remove preStateHash (metronome)
13:18:21 [f72009b1] PM-[2929,2931,2932]: Golden files for RLP formats. (metronome)
13:19:47 [b76c6797] Merge branch 'develop' into feature/ddw-621-improve-currency-japanese-translations (daedalus)
13:22:14 [c9a14a32] Update shelley-genesis.md (cardano-node)
13:28:24 [60521827] Scheduled update (pool_groups)
13:29:31 [cf0945bf] PM-2931: Basic ledger. (metronome)
13:29:31 [73b76243] PM-2931: Use a Vector, maybe we can save some time on sorting for deterministic hashes. (metronome)
13:29:31 [0216ee2e] PM-2931: Testing the update method. (metronome)
13:29:32 [1ed24419] PM-2931: Add Ledger.hash using RLP. (metronome)
13:29:32 [4d59fd2d] PM-2931: Test RLP roundtrip for a ledger. (metronome)
13:29:33 [0140ed40] PM-2931: RLPCodecsSpec with example for Ledger. (metronome)
13:29:33 [3b604618] PM-2931: Simplify ledger update check. (metronome)
13:29:33 [1cc01507] PM-2931: Simplify property declaration. (metronome)
13:37:24 [6a88c7ed] PM-2931: Ledger data structure (#17) (metronome)
13:39:21 [1807d839] PM-2930: Skeleton block data structure with RLP. (metronome)
13:39:21 [e1b29d94] PM-2930: Add pre/post state hash to the header. (metronome)
13:39:21 [3b732739] PM-2930: Separate hash types. (metronome)
13:39:22 [d3bed4d8] PM-2930: Comments about adding a Merkle root. (metronome)
13:39:22 [8811aa65] PM-2930: Remove preStateHash (metronome)
13:41:57 [99df8dc0] PM-2932: Create checkpointing.models module, move classes. (metronome)
13:42:26 [1e73e4f6] PM-2932: Checkpoint Certificate type. (metronome)
13:42:28 [4ad359be] PM-2932: RLP format for CheckpointCertificate. (metronome)
13:42:29 [41ea47f6] PM-2932: Change subject to class name. (metronome)
13:42:29 [e91bd759] PM-2932: Testing the RLP formats. (metronome)
13:42:30 [bc5879da] PM-2932: Block.genesis and better smart constructor. (metronome)
13:42:30 [3a5ac81c] PM-2932: Rename arbitrary variable. (metronome)
13:42:30 [5bf7d33e] PM-2932: Fix typo. (metronome)
13:45:06 [91b83992] PM-2932: Remove preStateHash (metronome)
13:47:00 [fb3e99d1] PM-[2929,2931,2932]: Golden files for RLP formats. (metronome)
13:58:12 [ad9068c4] Introduce Verbosity config, switch to ToJSON instances for logging (ECIP-Checkpointing)
14:03:46 [1ce339e5] [DDW-621] Add code field for jaJP (daedalus)
14:21:33 [dc233b72] Scheduled update (pool_groups)
15:13:14 [aac4c55a] ETCM-697: Added separate transaction response class that includes signature fields required by retesteth (mantis)
15:15:18 [cf9bcfb8] Parameterising walletId type in NewAPI. (plutus)
15:22:42 [960785d3] Scheduled update (pool_groups)
15:24:07 [7d494291] feat: adding exemption types to network options endpoint (cardano-rosetta)
15:31:07 [e75f4fce] Castrating the PAB client so that it compiles and commenting out the tests. (plutus)
15:38:08 [06d83eff] DDW-595 - Warn user when pasting an address of the same wallet - fixing tooltip show/hide (daedalus)
15:41:55 [fe15acc4] Added check in order to log when relevant (ouroboros-network)
15:54:46 [bb9c28c9] feat: use account identifier instead of address in ConstructionDeriveResponse ConstructionParseResponse SigningPayload (cardano-rosetta)
16:11:03 [f556b794] [DDW-621] Implement Raw and Localized currencies (daedalus)
16:39:56 [fa009dfc] Scheduled update (pool_groups)
16:43:30 [6e7fe350] [DDW-621] Update UI for Localized currency (daedalus)
17:47:55 [c74a4ca0] Scheduled update (pool_groups)
17:58:54 [847ff0b7] [DDW-621] Remove temporary JA values (daedalus)
18:03:26 [1d85aca2] [DDW-620] Ignores DS_Store files (react-polymorph)
18:04:21 [c3f92dbf] Merge branch 'develop' into feature/ddw-620-extend-react-polymorph-dropdown-to-include-search-feature (react-polymorph)
18:05:34 [1d245b6c] [DDW-620] Remove incorrect tip color when search is active (react-polymorph)
18:15:30 [c7e055cc] [DDW-588] Re-enable typing after clearing numeric input (react-polymorph)
18:36:02 [1a979336] Scheduled update (pool_groups)
18:38:52 [4436d463] CAD-2841 bench: drop an occasional file (cardano-ops)
18:44:54 [1d678ee0] PM-[2929,2931,2932]: Golden files for RLP formats. (metronome)
18:45:04 [cce670d6] CAD-2841 bench: increase startup spread tolerance to 300s (cardano-ops)
18:49:56 [4aae3ba0] replace LRU in fragment pool with the custom queue implementation (jormungandr)
18:51:38 [2bc171e7] [DDW-620] Focus search input on open (react-polymorph)
19:16:23 [41a3769d] [DDW-620] Selects search input text on open (react-polymorph)
19:23:04 [11418842] Scheduled update (pool_groups)
19:39:10 [f3f70887] Merge pull request #548 from input-output-hk/migrate-to-circle-ci-images (chain-libs)
19:44:25 [c2c82e99] Implement xPrvFromBytes such that input can either be 96 or 128 bytes long (cardano-node)
19:44:51 [ba4a85e2] preserve the order of fragments returned to pool; code cleanup (jormungandr)
20:14:49 [936b89b1] Utilize Ed25519Bip32DSIGN for extended keys in cardano-api (cardano-node)
20:15:41 [fce92472] Allow limiting JSON messages to a maximum byte count (ECIP-Checkpointing)
20:18:12 [b9705013] Status of 2021-04-05 (fm-ouroboros)
20:22:58 [8eb4e438] Scheduled update (pool_groups)
20:25:17 [58ae4305] `rtl` support (react-polymorph)
20:45:26 [b92ba28f] angelbernal01 (cardano-token-registry)
20:56:26 [03934a96] Update generating-transactions.md (cardano-serialization-lib)
20:57:58 [974ff456] Update generating-transactions.md (#134) (cardano-serialization-lib)
21:02:33 [ded541e9] minor tweaks (guild-operators)
21:18:37 [7a5d1e56] feat: change utxo query for currencies filter (cardano-rosetta)
21:19:21 [475a3290] Scheduled update (pool_groups)
21:30:41 [42b8d9df] PM-2930: Block data structure (#18) (metronome)
21:32:12 [c0588020] PM-2932: Checkpoint Certificate type. (metronome)
21:32:12 [1f7cf645] PM-2932: Create checkpointing.models module, move classes. (metronome)
21:32:13 [a1e847c8] PM-2932: RLP format for CheckpointCertificate. (metronome)
21:32:13 [fa2acd47] PM-2932: Testing the RLP formats. (metronome)
21:32:14 [1c7c4597] PM-2932: Block.genesis and better smart constructor. (metronome)
21:32:14 [fb383500] PM-2932: Change subject to class name. (metronome)
21:32:14 [891b9abc] PM-2932: Rename arbitrary variable. (metronome)
21:32:15 [7c5f52cb] PM-2932: Fix typo. (metronome)
21:32:15 [f0edf428] PM-2932: Remove preStateHash (metronome)
21:49:57 [0f8be8e8] PM-2932: Use Matchers and Inspectors in flaky network tests. (metronome)
21:57:10 [f6cc6e23] PM-2932: Checkpoint certificate data structure (#20) (metronome)
21:58:21 [e107900c] CAD-2839 bench: drop stateDir prefix from logfile pathnames (cardano-ops)
21:59:04 [263238ee] PM-[2929,2931,2932]: Golden files for RLP formats. (metronome)
22:07:55 [8824d472] PM-[2929,2931,2932]: Golden files for RLP formats. (#21) (metronome)
22:24:55 [694e8d18] Scheduled update (pool_groups)
22:26:36 [33c33763] handshake: expect protocol version Mary in proposal (rust-cardano-ouroboros-network)
22:30:36 [a186e616] handshake: send protocol version Mary (rust-cardano-ouroboros-network)
22:36:39 [6067f736] Merge pull request #63 from 2nd-Layer/dependabot/cargo/rusqlite-0.25.0 (rust-cardano-ouroboros-network)
22:38:24 [d5abddad] Merge branch 'master' into node_version_update (rust-cardano-ouroboros-network)
23:11:34 [6ae7d701] CAD-2839 supervisord: simpler and cleaner config computation; consolidate paths (cardano-node)
23:23:30 [7bac2f96] Scheduled update (pool_groups)
23:37:06 [672d6484] Add Cardano.Slotting.Time types for slot length and important times (cardano-base)
23:42:01 [fa8eca93] Update EpochInfo comment (cardano-base)
23:42:01 [b72329a6] Add slot-to-time conversions to EpochInfo (cardano-base)
23:42:56 [e9fe8084] sync: Make a couple of struct fields strict (cardano-db-sync)
23:49:19 [8c50e6ce] Add slot-to-time conversions to EpochInfo (cardano-base)
23:49:19 [0f0f139b] Update EpochInfo comment (cardano-base)
23:58:54 [f9ef0b0a] Bump cardano-base dependency (cardano-ledger-specs)