Home / Reports / Jul 9, 2020

Thursday, July 9, 2020

480 commits had been pushed across 39 repos by 72 authors. There were 80,259 additions and 44,915 deletions. Official weekly status updates can be found on essentialcardano.io.

Authors

Repos Updated

Commit Log

00:01:19 [87d25497] Add grafana dashboard (cardano-tutorials)
00:04:16 [eb5da3f2] Update 094_grafana.md (cardano-tutorials)
00:08:22 [4e9f3dbb] Update graphs (plutus)
00:08:56 [49a8fe33] Update 094_grafana.md (cardano-tutorials)
00:18:27 [1eb2e270] images width (cardano-tutorials)
00:19:02 [5e388a7a] Update 094_grafana.md (cardano-tutorials)
00:21:05 [353e0f7d] Cache arities of static built-in functions (plutus)
00:23:52 [d2a7ab77] Update 093_prometheus.md (cardano-tutorials)
00:25:34 [4adfcb71] Cache arities of static built-in functions (plutus)
00:33:47 [2d6d7c4d] Update 094_grafana.md (cardano-tutorials)
01:00:49 [b404e243] Further updates (plutus)
01:16:07 [bdf2e05a] Automatic update for Thu Jul 9 01:16:06 UTC 2020 (hackage.nix)
01:18:12 [aa85608f] Update Hackage and Stackage (haskell.nix)
01:23:41 [807bf9f1] Add protocolInfo function to HasAnalysis (ouroboros-network)
01:31:42 [38125cfb] [DDW-283]: Update ranking, polling and delegation wallet selection handler on stake pool ranking panel (daedalus)
01:31:47 [dab1d93a] Better nix-shell (cardano-wallet)
01:31:48 [997a1971] Adrestia tool belt in nix-shell (cardano-wallet)
01:31:49 [7e07329e] nix: Bundle tools in binary release tarballs (cardano-wallet)
01:31:50 [b4c0eee8] nix: Improve hydra caching of eval deps (cardano-wallet)
01:31:51 [3e19b477] nix: add option for building benchmarked libraries and exes (cardano-wallet)
01:31:52 [830d26d9] nix: Add checks for release packages (cardano-wallet)
01:31:53 [4cf301f2] Fix new warnings in HLint v3.1.6 (cardano-wallet)
01:31:54 [8c61fe8c] Add completions to nix-shell (cardano-wallet)
01:31:55 [c57d07f3] scripts/check-bundle.rb: Fix error reporting (cardano-wallet)
01:31:56 [6ea2c382] Mark windows release package check as pending (cardano-wallet)
01:38:18 [affc6f8b] Reformat code to comply with coding standards. (cardano-wallet)
01:38:22 [52cc6b0b] Add `PoolRetirement` SQLite table. (cardano-wallet)
01:38:23 [adb7eef8] Simplify function `putPoolRegistration`. (cardano-wallet)
01:38:23 [b495a585] Call `putPoolRetirement` on encountering a retirement certificate. (cardano-wallet)
01:38:23 [93db4b21] Add {put,read}PoolRetirement DB operations. (cardano-wallet)
01:38:24 [a60a2f0f] Introduce type `SlotInternalIndex`. (cardano-wallet)
01:38:24 [7b9499bf] Make `SlotInternalIndex` values persistable. (cardano-wallet)
01:38:25 [f226bcdb] Add `slot_internal_index` fields. (cardano-wallet)
01:38:25 [c336ae53] Record the order in which certificates appear. (cardano-wallet)
01:38:25 [167b484c] Introduce type `PoolRegistrationStatus`. (cardano-wallet)
01:38:26 [999358bc] Return the real retirement status in ApiStakePool. (cardano-wallet)
01:38:26 [ce24261e] Rename stake-pool-related record fields. (cardano-wallet)
01:38:26 [24590d32] Rename stake-pool-related data types. (cardano-wallet)
01:38:27 [a532224b] Use identifier names that are consistent with types. (cardano-wallet)
01:38:27 [6538fc60] Introduce `CertificatePublicationTime` type. (cardano-wallet)
01:38:28 [7bf54070] Add `slot_internal_index` field to `PoolOwner` table. (cardano-wallet)
01:38:28 [59570481] Reinstate foreign key constraint for `PoolOwner` table. (cardano-wallet)
01:38:28 [0e74ccad] Add error checking to `determinePoolRegistrationStatus`. (cardano-wallet)
01:38:29 [5cd08b8f] Generalize the type of time in `determinePoolRegistrationStatus`. (cardano-wallet)
01:38:29 [8a9933ea] Remove retirement certificates during database rollback. (cardano-wallet)
01:38:29 [304c89c5] Delete retirement certificates when cleaning the SQLite database. (cardano-wallet)
01:38:30 [00cb43d0] Add `Arbitrary` instance for `PoolCertificate`. (cardano-wallet)
01:38:30 [cdc6a1f4] Add `Arbitrary` instance for `PoolRetirementCertificate`. (cardano-wallet)
01:38:31 [add963fc] Use overloaded labels to avoid ambiguity. (cardano-wallet)
01:38:31 [43751285] Add property `prop_determinePoolRegistrationStatus_orderCorrect`. (cardano-wallet)
01:38:31 [30a0fe0e] Extend `prop_poolRegistration` to verify certificate publication times. (cardano-wallet)
01:38:32 [62cef7e0] Add property `prop_determinePoolRegistrationStatus_neverRegistered`. (cardano-wallet)
01:38:32 [2400adb0] Add property `prop_determinePoolRegistrationStatus_differentPools`. (cardano-wallet)
01:38:33 [ccbc96bd] Add property `prop_poolRetirement`. (cardano-wallet)
01:38:33 [ea9a2ca3] Add property `prop_readPoolRegistrationStatus`. (cardano-wallet)
01:38:33 [c9d1e87c] Add property `prop_multiple_putPoolRegistration_single_readPoolRegistration`. (cardano-wallet)
01:38:34 [78689485] Add property `prop_rollbackRetirement`. (cardano-wallet)
01:38:34 [f6996388] Add property `prop_multiple_putPoolRetirement_single_readPoolRetirement`. (cardano-wallet)
01:38:34 [3023440f] Add further explanatory comments to properties. (cardano-wallet)
01:38:35 [15560c78] Remove redundant comment. (cardano-wallet)
01:38:35 [0af8484d] Verify persistence of `SlotInternalIndex` values. (cardano-wallet)
01:38:36 [a5633562] Simplify `determinePoolRegistrationStatus` pattern matching. (cardano-wallet)
01:38:36 [a8c85260] Document different cases in `determinePoolRegistrationStatus`. (cardano-wallet)
01:38:36 [4b3c48b1] Revise comment within `monitorStakePools`. (cardano-wallet)
01:38:37 [444e940d] Promote `CertificatePublicationTime` into a concrete data type. (cardano-wallet)
01:38:37 [39ec2310] Move types to `Cardano.Wallet.Primitive.Types`. (cardano-wallet)
01:58:03 [e39656f0] Fix Int usage (cddl-codegen)
02:21:03 [0b1531ab] WIP: Get local tip. (cardano-node)
02:22:28 [74ecef3b] Test genesis with long slotsPerKES (guild-operators)
02:47:34 [7390186a] Revise comments and errors in `determinePoolRegistrationStatus`. (cardano-wallet)
02:50:58 [e6f4882f] PR feedback (cardano-serialization-lib)
02:52:06 [ee879bc4] Slight modifications to min_fee & coin (#17) (cardano-serialization-lib)
03:03:44 [4ec0cd5c] Extend `prop_poolRegistration` to verify certificate publication times. (cardano-wallet)
03:03:44 [bc7f509d] Use OverloadedLabels extension to avoid ambiguity. (cardano-wallet)
03:03:45 [dc7e3810] Add property `prop_determinePoolRegistrationStatus_orderCorrect`. (cardano-wallet)
03:03:45 [a6f3ddf6] Add property `prop_determinePoolRegistrationStatus_differentPools`. (cardano-wallet)
03:03:45 [30e66168] Add property `prop_determinePoolRegistrationStatus_neverRegistered`. (cardano-wallet)
03:03:46 [afae462c] Add property `prop_poolRetirement`. (cardano-wallet)
03:03:46 [2e51daed] Add property `prop_readPoolRegistrationStatus`. (cardano-wallet)
03:03:46 [ea0e8b79] Add property `prop_multiple_putPoolRegistration_single_readPoolRegistration`. (cardano-wallet)
03:03:47 [0667ae2f] Add property `prop_rollbackRetirement`. (cardano-wallet)
03:03:47 [b1f61c28] Add property `prop_multiple_putPoolRetirement_single_readPoolRetirement`. (cardano-wallet)
03:03:48 [26ee5e4f] Verify persistence of `SlotInternalIndex` values. (cardano-wallet)
03:03:48 [b2a90095] Add further explanatory comments to properties. (cardano-wallet)
03:03:48 [b659012f] Remove redundant comment. (cardano-wallet)
03:03:49 [622f56dc] Document different cases in `determinePoolRegistrationStatus`. (cardano-wallet)
03:03:49 [051a1552] Revise comment within `monitorStakePools`. (cardano-wallet)
03:03:49 [d7f36992] Simplify `determinePoolRegistrationStatus` pattern matching. (cardano-wallet)
03:03:50 [4c518d80] Promote `CertificatePublicationTime` into a concrete data type. (cardano-wallet)
03:03:50 [44674c23] Move types to `Cardano.Wallet.Primitive.Types`. (cardano-wallet)
03:03:51 [316edd7b] Revise comments and errors in `determinePoolRegistrationStatus`. (cardano-wallet)
03:03:51 [eae043b6] Show certificate publication times in error messages. (cardano-wallet)
03:18:51 [c79a3300] Simplify definitions of `readPool{Registration,Retirement}`. (cardano-wallet)
03:37:49 [c7e5da75] Inline `SlotInternalId` type into `CertificatePublicationTime`. (cardano-wallet)
04:10:50 [17277a8c] WIP (cardano-shell)
04:12:05 [c64f0d29] Merge #1847 (cardano-wallet)
05:13:19 [b3231f7f] Merge #370 (cardano-shell)
05:20:43 [2835fa84] Merge #1847 (cardano-wallet)
05:23:44 [76344661] Correct packages (decentralized-software-updates)
05:35:56 [de859d36] replace first method (jormungandr)
05:40:27 [706a0f5e] remove not used method (jormungandr)
05:42:42 [6b196347] Material design hover state for receive page icons (#1567) (yoroi-frontend)
05:44:04 [f95cca92] made proposal model cloneable (vit-servicing-station)
05:45:06 [33fdb5e8] added funds into db (vit-servicing-station)
05:45:26 [fc591163] introduced path builder to rest (vit-servicing-station)
05:45:28 [c01430d2] new rest tests (vit-servicing-station)
05:52:17 [1754b256] Make it generate coverage reports in a hacky way (cardano-shell)
06:05:42 [cac93d77] fix(hasura): replaces protocol constant calculation with new meta field (cardano-graphql)
06:10:11 [d5f81fc9] Merge branch 'master' into fix/slots-per-epoch (cardano-graphql)
06:11:58 [046553b4] Fix macos release checks (cardano-wallet)
06:12:37 [89193223] Merge #1847 (cardano-wallet)
06:16:35 [bc042635] Securely forget the signing key (ouroboros-network)
06:18:50 [6c5674c7] introduced *_raw methods which returns response object (vit-servicing-station)
06:19:04 [d0adfdc5] random token (vit-servicing-station)
06:19:54 [c0d3ecef] updated has ref type (vit-servicing-station)
06:20:11 [d508da6d] used ? instead of unwrap (vit-servicing-station)
06:20:29 [8ef43582] added token validation tests (vit-servicing-station)
06:32:35 [aaf85876] wip Add transaction expiry slot for pending transactions (cardano-wallet)
06:32:36 [9c44a04e] rework (cardano-wallet)
06:36:12 [00dc5349] fix(hasura): replaces protocol constant calculation with new meta field (#221) (cardano-graphql)
06:36:28 [7d37e819] Test genesis with long slotsPerKES (#310) (guild-operators)
06:49:35 [74e05fc3] mainnet candidate: 0.0.0 -> 1.0.0 (iohk-nix)
07:10:44 [50bdc42e] Remove all parsers from cardano-config (cardano-node)
07:14:36 [3210f062] make the error msg better (cardano-ledger-specs)
07:19:32 [2781585a] Remove cardano-shell dependency completely (cardano-node)
07:21:43 [ef5f9156] Merge pull request #45 from input-output-hk/use-health-endpoint (vit-servicing-station)
07:32:06 [fe0a0ef4] Added runCoveralls (decentralized-software-updates)
07:38:01 [0e4b574b] remove process_assert module and some of the methods from proc_utils (jormungandr)
07:38:22 [8b1ef56a] update references (jormungandr)
07:40:04 [20b37270] SCP-854: WIP log in plutus-contract (plutus)
07:42:18 [edc3209f] Fix macos release checks (cardano-wallet)
07:43:39 [7634a863] Added check-regnerate-nix (decentralized-software-updates)
07:51:26 [4f777a1a] Configurable Blockfatch parameters (ouroboros-network)
08:00:07 [95e66edd] mainnet-candidate: 1.0.0 -> 2.0.0 (iohk-nix)
08:01:06 [c69d3b9d] Clarify UpdateNonceState in ledger spec (cardano-ledger-specs)
08:07:09 [c205946d] [DDW-283] Improve stake pools spinner overlay (daedalus)
08:12:51 [5bb4b317] Implement prisms (plutus)
08:13:42 [8badcf4d] remove some clippy warnings (jormungandr)
08:15:57 [da1715b3] Merge pull request #2150 from input-output-hk/fix-stylish-docs (plutus)
08:16:29 [9ad27806] [ci skip][skip ci][skip netlify] (cardano-wallet)
08:16:31 [fe202dfa] [ci skip][skip ci][skip netlify] -bors-staging-tmp-1847 (cardano-wallet)
08:16:34 [a27a1786] Merge #1847 (cardano-wallet)
08:19:37 [1d23328c] fix process pipe (jormungandr)
08:21:19 [7133da57] SCP-649 Validate cost model for Integers with R (#2114) (plutus)
08:29:20 [27a18871] refactored ServerBootstrapper (vit-servicing-station)
08:29:22 [1ae71ab0] build empty db utils method (vit-servicing-station)
08:29:23 [2683bbfb] made expected error message os agnostic (vit-servicing-station)
08:29:23 [2b0f22f7] new pack of tests for bootstrap (vit-servicing-station)
08:29:23 [75927cc6] remove error message check (vit-servicing-station)
08:36:12 [8657e87b] Generate getters (cddl-codegen)
08:36:13 [9139d1c3] Merge #1419 (cardano-node)
08:36:38 [6cadec4a] clean up after rebase (vit-servicing-station)
08:39:22 [e670961c] Consolidate orphans in cardano-config (cardano-node)
08:39:54 [7289038e] Generate getters using new cddl-codegen functionality (cardano-serialization-lib)
08:42:13 [ac7e2576] Merge pull request #8 from Emurgo/getters (cddl-codegen)
08:48:08 [19d373ca] wip (cardano-wallet)
08:54:38 [589609eb] factor out common code in database migration (cardano-wallet)
08:57:32 [48d3ccd9] Rename our SlotNo to SlotInEpoch (cardano-wallet)
09:04:36 [bfd220bd] The BlockFetchConfiguration can be customied via NodeArgs (ouroboros-network)
09:11:39 [f9e7e8d9] Merge pull request #44 from input-output-hk/bootstrap_tests (vit-servicing-station)
09:12:28 [0bcc2e1c] Updated faucets (testnets-cardano-org)
09:13:21 [1f871d2a] Show server error on server error (testnets-cardano-org)
09:13:31 [4024ae47] remove some clippy warnings (jormungandr)
09:13:55 [bcb0e9c0] Increase bfcMaxConcurrencyDeadline (ouroboros-network)
09:16:50 [88b3063c] remove blocking code for legacy node (jormungandr)
09:17:45 [f38014fd] Merge pull request #2448 from input-output-hk/migrate_assert_cmd (jormungandr)
09:17:59 [8593e985] Remove Cardano.Config.Orphanage (cardano-node)
09:18:25 [3177cea8] Remove MonadRandom from consensus (ouroboros-network)
09:21:08 [5496d1d4] test-infra: use Gen instead of MonadRandom in TxGen class (ouroboros-network)
09:22:12 [eed40f00] Securely forget the signing key (ouroboros-network)
09:22:12 [af8a3ec6] Shelley: more efficient reapplyLedgerBlock (ouroboros-network)
09:22:15 [a8781c50] Remove some parsers from cardano-config and consolidate orphans in cardano-config (cardano-node)
09:22:56 [12c1553c] Remove Cardano.Config.Orphanage (cardano-node)
09:27:09 [40866320] Be more specific when deleting entries from the PoolOwner table. (cardano-wallet)
09:28:02 [107cb87c] Added the type pos&neg tests (plutus)
09:30:24 [a5c9e90d] Merge #1847 (cardano-wallet)
09:32:52 [9b9cf10f] Added the type pos&neg tests (plutus)
09:33:51 [31f8e0fd] Be more specific when deleting entries from the PoolOwner table. (cardano-wallet)
09:35:12 [9a558ff8] Update topology.json (guild-operators)
09:36:16 [df0cccdd] Bump lodash (adalite)
09:37:56 [ff817681] Merge #1887 (cardano-wallet)
09:38:39 [c7748df6] use 'Either HttpException' as a base monad instead of 'ExceptT' (cardano-wallet)
09:40:42 [2c82f231] [DDW-283]: Update stake pool ranking overlay style (daedalus)
09:42:11 [a32b4bfa] [DDW-283]: Fix merge conflict (daedalus)
09:43:57 [87c68913] Bump lodash (adalite)
09:45:17 [9ed22163] Use more precise sort order when listing pools. (cardano-wallet)
09:45:26 [828aaa03] Rename our SlotNo to SlotInEpoch (cardano-wallet)
09:51:44 [9ff99212] Add the fake initial snapshot to the snapshots. (ouroboros-network)
09:55:21 [e9e516c5] add withdrawals to API & core transaction data types (cardano-wallet)
09:57:16 [da57b7b5] 4.0.1 (adalite)
09:57:16 [56b7abaf] CAD-1347 ouroboros-network: bump for ouroboros-network/pull/2374 (cardano-node)
10:07:28 [0565a8e4] Add 'HERE BE DRAGONS' warning! (ouroboros-network)
10:12:57 [f1019d9f] Update glossary.rst (technical-docs)
10:13:46 [015fdd3e] Update (technical-docs)
10:14:25 [d24d7d60] mkWitness -> mkShelleyWitness (cardano-wallet)
10:14:25 [43ef3728] add tx witness tag (cardano-wallet)
10:14:26 [6f2a7515] specialize witness creation in mkTx depending on witness tag (cardano-wallet)
10:14:26 [e0d56d8b] introduce mkByronWitness (cardano-wallet)
10:14:26 [f9f9e1ee] add test in TransactionSpec for byron witness (cardano-wallet)
10:14:27 [a9cd83fe] Regenerate nix (cardano-wallet)
10:14:27 [efddf1e8] sneaking witness tag into _minimumFee and _estimateMaximumNumberOfInputs (cardano-wallet)
10:14:27 [793b08d7] dependant computeTxSize on witness size (cardano-wallet)
10:14:28 [9d93007c] make Byron witness rountrip in TransactionSpec working (cardano-wallet)
10:14:28 [b943abe2] make shelley integration main compile (cardano-wallet)
10:14:28 [1ef9f16d] add integration test with byron witnesses (cardano-wallet)
10:17:31 [9a2abf37] Add the fake initial snapshot to the snapshots. (ouroboros-network)
10:19:02 [a6888ce4] CAD-1347 ouroboros-network: bump for ouroboros-network/pull/2374 (cardano-node)
10:19:31 [4cc7b4cb] Update glossary.rst (technical-docs)
10:20:18 [53de354e] Update (technical-docs)
10:23:25 [4ee056a4] Merge branch 'master' of https://github.com/input-output-hk/plutus into neat_type_integration (plutus)
10:27:11 [f3920700] test-infra: use Gen instead of MonadRandom in TxGen class (ouroboros-network)
10:27:14 [92ae1759] Shelley: more efficient reapplyLedgerBlock (ouroboros-network)
10:27:14 [fe0fc84a] Securely forget the signing key (ouroboros-network)
10:29:08 [c3579290] Update glossary.rst (technical-docs)
10:29:50 [d28e273c] Update (technical-docs)
10:31:07 [a8443afb] Update glossary.rst (technical-docs)
10:32:00 [9ac5ac6d] Update (technical-docs)
10:40:03 [ff584891] upgrade Byron & Jormungandr compatibility code with empty withdrawals (cardano-wallet)
10:42:41 [5928580a] Make everything compile again. [skip ci] (decentralized-software-updates)
10:50:53 [4b5a2181] Rearrange cli pioneers tests (cardano-node)
10:52:47 [f3a93542] docs: Add image for use in wiki, showing copy curl button (cardano-graphql)
10:57:16 [bc4667f8] Update glossary.rst (technical-docs)
10:57:56 [f8b1276b] Update (technical-docs)
11:12:23 [5c7176cb] Merge #1887 (cardano-wallet)
11:13:26 [21d1a289] Fix CIP4 refererence implementation URL (CIPs)
11:26:58 [94d30146] test-infra: use Gen instead of MonadRandom in TxGen class (ouroboros-network)
11:27:09 [9f14b956] Shelley: more efficient reapplyLedgerBlock (ouroboros-network)
11:27:49 [dc068b54] Update topology.json (#311) (guild-operators)
11:28:11 [bbccca8b] Merge branch 'master' into genesis (guild-operators)
11:36:31 [88beabc2] [Refac] Moved a GADTs doc under 'notes' (plutus)
11:36:36 [b16638bf] New translations en-US.json (Turkish) (yoroi-frontend)
11:50:04 [8ca6cd8c] Merge #2372 (ouroboros-network)
11:50:27 [3445dbd7] Register the stake credentials for initial stake. (ouroboros-network)
11:50:43 [dbb9e8b4] Add queryNodeLocalState to the typed api (cardano-node)
11:52:56 [6f0ab28c] add a 'Staging' network discriminant (cardano-wallet)
12:03:08 [7729ac0d] Merge pull request #2152 from effectfully/effectfully/refactoring/move-gadts-to-notes (plutus)
12:06:07 [06028a32] more typos (haskell.nix)
12:06:58 [01848867] Merge shelley-core and core roles + support "Cardano" protocol. (cardano-ops)
12:08:18 [423f44f5] Check whether pledge is met in getNonMyopicMemberRewards. (cardano-ledger-specs)
12:09:25 [5c3f53f9] Update cntools.library (guild-operators)
12:11:01 [dd984c22] Merge shelley-core and core roles + support "Cardano" protocol. (cardano-ops)
12:12:06 [e0ab9db7] Generate getters using new cddl-codegen functionality (#18) (cardano-serialization-lib)
12:18:18 [d8a8d5f0] Write SIP submission and revelation generators [skip ci] (decentralized-software-updates)
12:21:27 [41ac73ee] add styles and component for error banner (adalite)
12:21:53 [8c53e783] show error banner based on env variable (adalite)
12:22:55 [e2c922a7] Add Scale operation for Values (#44) (marlowe)
12:28:48 [9d2180db] New translations en-US.json (Turkish) (yoroi-frontend)
12:30:27 [86989738] SCP-845 - Add linting for undefined ChoiceValue usage (#2149) (plutus)
12:33:41 [0da190da] [DDW-283]: Fix wallet selector style on stake pool ranking panel (daedalus)
12:44:55 [6b7fb244] separate redis stats amounts also for non-ada values (adalite)
12:53:32 [4357fd7c] Create region specific relays-new DNS entries (cardano-ops)
12:54:00 [72c70d0f] add toHDAddressPayload (cardano-wallet)
12:58:23 [233f23c8] Add Scale operation for Values (#44) (marlowe)
13:02:43 [4dfa6995] Merge pull request #220 from cardano-foundation/recaptcha (testnets-cardano-org)
13:04:55 [9f96f7b8] rename nixos test db name. (smash)
13:05:43 [95a091c3] Add bors config (smash)
13:05:46 [542e29d3] Register the stake credentials for initial stake. (ouroboros-network)
13:06:34 [5e8e2ac7] CAD-1347 ouroboros-network: bump for ouroboros-network/pull/2374 (cardano-node)
13:14:34 [b5cdef19] Update glossary.rst (technical-docs)
13:15:24 [4c44d8ee] Update (technical-docs)
13:18:19 [e008c5c8] SCP-854: plutus-contract compiles (plutus)
13:19:00 [cc610baf] WIP Refactor the rewards and non-myopic utility calculation. (cardano-ledger-specs)
13:23:42 [df96a8a8] shorten the wording (adrestia)
13:23:50 [1209bca4] correct partially dummy values (cardano-wallet)
13:31:38 [ae64a25f] Implemented application exit error codes (vit-servicing-station)
13:33:20 [6e019209] Move static slotting to separate module (cardano-wallet)
13:33:21 [f98c5783] Test that new slotting api is equivalent to the existing one (cardano-wallet)
13:33:21 [e717e387] Add TODO (cardano-wallet)
13:33:21 [8a86cbbd] Fixups: make things compile (cardano-wallet)
13:33:21 [383edd80] Rename module StaticSlotting -> Slotting (cardano-wallet)
13:33:21 [d0fbdd05] Add wrapping interpreter (cardano-wallet)
13:36:02 [8366229f] Update cardano-crypto-class/src/Cardano/Crypto/DSIGN/Mock.hs (cardano-base)
13:42:08 [b9f56f7a] add necessary class instances for 'Staging' discrimination (cardano-wallet)
13:42:33 [cbadcac0] allow starting the server in a 'staging' mode, using a custom genesis, but no explicit address discrimination (cardano-wallet)
13:42:56 [62b47207] Tweak docs (cardano-wallet)
13:43:24 [76b43f65] Update cardano-crypto-class/src/Cardano/Crypto/DSIGN/Mock.hs (cardano-base)
13:44:10 [b1d1f548] Merge pull request #221 from cardano-foundation/staging (testnets-cardano-org)
13:44:47 [be46f1f2] Move static slotting to separate module (cardano-wallet)
13:44:48 [3348521c] Test that new slotting api is equivalent to the existing one (cardano-wallet)
13:44:48 [b1baa5f8] Add wrapping interpreter (cardano-wallet)
13:44:49 [3057e858] Add TODO (cardano-wallet)
13:44:49 [19af09ac] Rename module StaticSlotting -> Slotting (cardano-wallet)
13:44:49 [1d1bea80] Tweak docs (cardano-wallet)
13:44:49 [a8d81761] Fixups: make things compile (cardano-wallet)
13:46:16 [24d3cee0] review comments 1 (plutus)
13:49:32 [60e6b417] Use add the test setup as argument of the action generation function [skip ci] (decentralized-software-updates)
13:52:18 [c454b6e7] increase the size of ShortHash from 4 to 8 bytes (#142) (cardano-base)
13:52:18 [72d8f415] updateMaterialized (plutus)
13:57:11 [ab8b7a46] Merge #15 (smash)
13:59:46 [71c624a4] show error banner based on env variable (adalite)
14:00:04 [f6aa3506] [DDW-178] Wallets dropdown error on the bottom (daedalus)
14:03:37 [0fa4775a] Update glossary.rst (technical-docs)
14:04:03 [eeb650c1] Update glossary.rst (technical-docs)
14:05:26 [93b062fa] Update (technical-docs)
14:06:47 [3e981f27] Clarify UpdateNonceState in ledger spec (cardano-ledger-specs)
14:08:52 [7fbcc607] Generalise db-validate (ouroboros-network)
14:11:30 [9e97fb84] Clarify UpdateNonceState in ledger spec (cardano-ledger-specs)
14:13:47 [790cd1a9] shelley-test: test with more k values (ouroboros-network)
14:14:06 [8a855640] Rename our SlotNo to SlotInEpoch (cardano-wallet)
14:14:27 [3bb0ecd6] shelley-test: run N/5 QC tests instead of fixing at 20 tests (ouroboros-network)
14:15:19 [368b561a] Merge #1887 (cardano-wallet)
14:16:59 [86e75913] Remove lasting panics on io settings operations, and transform to result for later checking. (vit-servicing-station)
14:17:36 [290f9d77] Check exit codes in tests (vit-servicing-station)
14:18:11 [a6097ff7] Add TODO (cardano-wallet)
14:18:11 [529a7635] Add wrapping interpreter (cardano-wallet)
14:18:11 [dab1cc32] Test that new slotting api is equivalent to the existing one (cardano-wallet)
14:18:11 [e61e68b7] Fixups: make things compile (cardano-wallet)
14:18:11 [c238d9b0] Tweak docs (cardano-wallet)
14:18:11 [5e47ea9a] Move static slotting to separate module (cardano-wallet)
14:18:11 [c7752902] Rename module StaticSlotting -> Slotting (cardano-wallet)
14:19:50 [f598a4be] export tx-submission examples (ouroboros-network)
14:22:19 [97a6fdad] Generalise db-validate (ouroboros-network)
14:22:41 [1ec6132a] Port all the queries to the new api (cardano-node)
14:26:10 [9ce51691] show error banner based on env variable (adalite)
14:26:10 [a31a0701] add styles and component for error banner (adalite)
14:26:17 [f2477e7d] refactor boolean states from 'show' to 'shouldShow' (adalite)
14:30:42 [b7ac636e] use pre-define 'hashFiles' function for cache (cardano-addresses)
14:37:23 [7fcafa37] add a 'Staging' network discriminant (cardano-wallet)
14:37:23 [7f401a2b] allow starting the server in a 'staging' mode, using a custom genesis, but no explicit address discrimination (cardano-wallet)
14:37:23 [3ad093c6] add necessary class instances for 'Staging' discrimination (cardano-wallet)
14:37:55 [37c1df85] Update headers (adrestia)
14:42:03 [45025804] Feature/logging and error handling (#4) (yoroi-graphql-migration-backend)
14:42:26 [df090360] Regenerate nix (cardano-wallet)
14:46:59 [86f9a979] WIP test golden tests in CI (ouroboros-network)
14:47:41 [f7adaa1c] Update glossary.rst (technical-docs)
14:48:24 [f89eebc3] Update (technical-docs)
14:50:45 [8ee04aa1] make all sections in README consistent + include CLIs below the APIs (adrestia)
14:51:57 [092ed925] Merge pull request #8 from SebastienGllmt/patch-1 (adrestia)
15:00:15 [7219e982] Make Ticked a type family (ouroboros-network)
15:00:47 [8ab446b4] Adds a frontendUrl parameter for faucet messages (cardano-faucet)
15:13:52 [08c749b8] added function to generate the wallen icon and checksum from the recovery phrase (yoroi-mobile)
15:14:21 [5106595e] export tx-submission examples (ouroboros-network)
15:16:24 [e0db1403] Adds a frontendUrl parameter for faucet messages (cardano-faucet)
15:16:59 [e87266af] fix - rebasing (cardano-db-sync)
15:17:19 [230651f9] removed walltechecksum types (yoroi-mobile)
15:22:08 [831400be] Fix the generators and add assertions to prevent the same error from happening. (decentralized-software-updates)
15:22:25 [60235540] Add Bech32 roundtrip tests (cardano-node)
15:22:59 [f3046aaa] Adds a frontendUrl parameter for faucet messages (cardano-faucet)
15:23:31 [d37a5e03] Work on refactoring the pledge check. (cardano-ledger-specs)
15:23:37 [84cfa502] Implemented into for ApplicationExitCode (vit-servicing-station)
15:24:29 [ac035daa] supervisord-cluster: fix fee to work with updated CLI (cardano-node)
15:25:01 [cce7b30a] Add Bech32 roundtrip tests (cardano-node)
15:25:23 [86cb807e] export tx-submission examples (ouroboros-network)
15:25:48 [533b787b] wire withdrawals in Shelley compatibility code (cardano-wallet)
15:25:48 [4b6eabaa] add withdrawals to the API Swagger specification (cardano-wallet)
15:25:48 [e2e6fbb1] include withdrawals where relevant in test and arbitrary generators (cardano-wallet)
15:28:18 [95d40354] WIP fix golden tests in nix CI (ouroboros-network)
15:28:50 [9d633bea] add workflow for Windows (cardano-addresses)
15:31:56 [551b12f5] Adds a frontendUrl for faucet (cardano-ops)
15:34:42 [d22d8252] JSONify output for Shelley address info command (cardano-node)
15:38:47 [276d51cc] cntools: improve .owners[] handling in delegators (guild-operators)
15:39:38 [96889681] tip-sample: server (ouroboros-network)
15:39:38 [ba8e2555] tip-sample: direct (ouroboros-network)
15:39:38 [b9db0d83] tip-sample: tests (ouroboros-network)
15:39:48 [c37aac60] WIP fix golden tests in nix CI (ouroboros-network)
15:40:51 [794d30f5] tip-sample: TipFragment (ouroboros-network)
15:40:51 [8b24e683] tip-sample: client application (ouroboros-network)
15:40:51 [fd15dd32] tip-sample: server application (ouroboros-network)
15:44:27 [a64f0332] Regenerate nix (cardano-wallet)
15:44:32 [b2b33376] export tx-submission examples (ouroboros-network)
15:45:03 [d3db8145] add marlowe editor help (plutus)
15:46:10 [0d910240] Merge pull request #312 from SmaugPool/genesis (guild-operators)
15:48:03 [eb3a4033] Clarify UpdateNonceState in ledger spec (cardano-ledger-specs)
15:48:42 [a0b04276] Update Debian_CN_Dockerfile (guild-operators)
15:49:12 [ffb93d5a] Check whether pledge is met in getNonMyopicMemberRewards. (cardano-ledger-specs)
15:50:04 [a21c7e19] Fix after moving op-cert creation and minor update to minFee parser (guild-operators)
15:51:21 [0ebce7b1] fixed lint warnings (yoroi-mobile)
15:57:58 [051175e7] Update tests (cardano-wallet-rb)
16:00:35 [1244b6d8] SCB: Removing the `ContractStateTransition` event. (plutus)
16:00:35 [d6633743] WIP: SCB: Streaming websockets. (plutus)
16:00:35 [609a2be9] SCB: Refactoring some pretty rendering code that can be reused. (plutus)
16:00:35 [b3f976d1] SCB: Adding some `StrictData` pragmas. (plutus)
16:00:35 [7a8d883b] SCP-839: Don't display completed contracts. (plutus)
16:02:20 [a4fc2df6] coin selection endpoint for Byron (cardano-wallet-rb)
16:02:49 [3837d8e7] helper functions to get pool id from block headers (cardano-ledger-specs)
16:03:22 [3af83635] cntools: fix pledge check in delegators (guild-operators)
16:05:17 [db22309d] Merge pull request #51 from danielSanchezQ/binary-exit-codes (vit-servicing-station)
16:05:33 [f649adbb] Merge pull request #314 from SmaugPool/genesis (guild-operators)
16:07:08 [d824f16f] force UTF-8 encoding, with Windows tricks (cardano-addresses)
16:10:54 [2ad4ed45] Removed all plutus articles except for the overview (testnets-cardano-org)
16:12:19 [bf35b515] shelley genesis: fix start time (iohk-nix)
16:12:51 [aa34d09e] removed obsoleted stuff (jortestkit)
16:13:03 [0611f6b8] gitignore (jortestkit)
16:13:23 [cc1a7510] moved stuff not related to jormungandr (jortestkit)
16:13:51 [1c566f21] Merge #2374 (ouroboros-network)
16:14:47 [8f5e6b00] added github workflow (jortestkit)
16:16:05 [bba1de33] fmt (jortestkit)
16:16:40 [896ea295] Customise BlockFetchConfiguration via NodeArgs (ouroboros-network)
16:18:56 [c7dd19c4] Merge pull request #235 from CarlosLopezDeLara/grafana (cardano-tutorials)
16:19:27 [92c47022] WIP: SCB: Streaming websockets. (plutus)
16:19:27 [5736b46f] SCB: Removing the `ContractStateTransition` event. (plutus)
16:19:27 [b877d404] SCP-839: Don't display completed contracts. (plutus)
16:19:27 [2039df18] SCB: Refactoring some pretty rendering code that can be reused. (plutus)
16:19:27 [bd45a1df] SCB: Adding some `StrictData` pragmas. (plutus)
16:20:12 [0b041f40] Merge #1423 (cardano-node)
16:20:13 [a5eed06b] use isSafe directly (plutus)
16:20:46 [fc548489] Merge #2363 (ouroboros-network)
16:20:48 [9cec0073] WIP towards test (cardano-benchmarking)
16:22:42 [623054a1] implement the recovering mechanism for the utxo based wallet rindex (chain-wallet-libs)
16:24:12 [78cbbfb2] enable asserts (cardano-node)
16:26:40 [74b60cbd] Merge pull request #222 from cardano-foundation/remove-plutus (testnets-cardano-org)
16:34:16 [4e65f6e3] Merge pull request #1634 from input-output-hk/kantp/utility-calculation (cardano-ledger-specs)
16:36:29 [2fd6fc04] CAD-1347 deps: bump for latest node (cardano-benchmarking)
16:36:29 [eb39b49e] CAD-1347 shelley3pools: switch to genesis-specified pools (cardano-benchmarking)
16:37:27 [fecf42b4] imports common module in mkNode to avoid repeated imports. (cardano-ops)
16:38:00 [c85f087d] Merge #2374 (ouroboros-network)
16:38:41 [98e3bcba] Support partial set of keys in Cardano protocol mode. (cardano-ops)
16:39:12 [0fcb6141] Merge pull request #223 from cardano-foundation/staging (testnets-cardano-org)
16:48:41 [a0fd5039] commented and simplified TyProp (plutus)
16:52:19 [dbf5bc05] Update README.md (adrestia)
16:52:38 [3d0af45a] Removed semantics/executable-spec/src/Control/Iterate/IterK.hs (cardano-ledger-specs)
16:52:38 [b5043458] Created the new branch off of master: ts-setalgebra. Had to fix somethings (cardano-ledger-specs)
16:54:21 [fda1ffd0] shelley-test: allow d=0 in ThreadNet tests generator (ouroboros-network)
16:54:24 [866e44f1] shelley-test: run N/5 QC tests instead of fixing at 20 tests (ouroboros-network)
16:56:26 [3293763c] add Byron & Icarus faucet wallets to Shelley genesis (cardano-wallet)
16:58:17 [0461760f] improve auto-scroll for doc panel (plutus)
17:00:21 [40d72f41] Merge #1891 (cardano-wallet)
17:01:04 [ace218b1] add max known protocol version (iohk-nix)
17:01:55 [3718ba54] sign Byron transaction with unencrypted private keys! (cardano-wallet)
17:02:28 [55a5b9c5] make sure to unwrap the nested HDPayload when deconstructing Byron addresses (cardano-wallet)
17:02:41 [1405825b] Renamed the methods of the embed class to toBase and fromBase. Renamed the Base class to HasExp. (cardano-ledger-specs)
17:04:48 [ead8c13a] Changed rng to range, made domain and range part of Basic, which materialize a set. (cardano-ledger-specs)
17:05:56 [e61c7ff1] New translations en-US.json (Turkish) (yoroi-frontend)
17:06:02 [fc351941] Added (Ord k,Ord v) as prerequisites to the constructor UnionOverrideLeft and the operator (∪) in (cardano-ledger-specs)
17:06:02 [2ee02b2a] Fixed a bug in (compute (RExclude map set)), the compiled version ran fine. Tracked down the (cardano-ledger-specs)
17:07:31 [d1ebc082] improve auto-scroll for doc panel more (plutus)
17:09:26 [4003bdcb] adjust tests (cardano-wallet-rb)
17:14:57 [fb21b03c] New translations en-US.json (Turkish) (yoroi-frontend)
17:15:32 [fbb966d5] do not create actual Byron witness when estimating (cardano-wallet)
17:15:59 [20ae9f0f] Add output file option to Shelley address info command (cardano-node)
17:16:05 [b1ec9073] adjust tests (cardano-wallet-rb)
17:24:47 [4a2cb9e7] New translations en-US.json (Turkish) (yoroi-frontend)
17:25:13 [4c50f80d] Merge #1416 (cardano-node)
17:26:22 [441b62c6] cntools: use numfmt "%'.6f" --to-unit=M for all lovelace values (guild-operators)
17:26:29 [eda90b75] add marlowe editor help and improve auto-scroll for doc panel (plutus)
17:28:25 [91ffcda8] Rebased with master, had to fix a few conflicts. When I tried to build the system I got two errors (cardano-ledger-specs)
17:30:16 [87f44d65] remove traces and fix fee estimation for Byron wallets (cardano-wallet)
17:32:19 [ba41aa1f] Fix problems with paths to golden folders (ouroboros-network)
17:33:54 [9438c972] New translations en-US.json (Turkish) (yoroi-frontend)
17:39:50 [9a66b89a] mainnet-candidate: respin from genesis (iohk-nix)
17:56:07 [416acf5f] Merge pull request #2153 from input-output-hk/SCP-434 (plutus)
17:59:09 [c51d08d0] Merge #1426 (cardano-node)
17:59:26 [0bc9bfdc] mainnet-candidate: respin (cardano-node)
18:00:44 [34f3ddf3] txsize now just counts the serialized bytes (cardano-ledger-specs)
18:13:39 [f60f7a3a] WIP: SCB: Streaming websockets. (plutus)
18:13:39 [8663d9aa] SCB: Removing the `ContractStateTransition` event. (plutus)
18:13:39 [f53e499f] SCB: Refactoring some pretty rendering code that can be reused. (plutus)
18:13:39 [37e6f90d] SCB: Adding some `StrictData` pragmas. (plutus)
18:13:39 [499623b1] SCP-839: Don't display completed contracts. (plutus)
18:15:03 [08c01e06] match mock cddl to new hash length (cardano-ledger-specs)
18:15:57 [fabec377] cntools: use numfmt "%'.6f" --to-unit=M for all lovelace values (guild-operators)
18:18:13 [677b1585] mainnet-candidate: fix explorer genesis hash (iohk-nix)
18:24:05 [e0cbc35c] update spec with now implentation of txsize (cardano-ledger-specs)
18:47:16 [432c429b] mainnet-candidate: 0.0.0 -> 1.0.0 (iohk-nix)
18:48:13 [173c0e1c] new shelley params (cardano-node)
18:50:13 [5d091213] explorer: fix genesis (iohk-nix)
19:19:04 [15bd0987] Fix totalDeposits and re-enable generation of Updates in Txs (cardano-ledger-specs)
19:48:12 [20bb66b8] Fixes and Executing a Marlowe contract clarifications. (plutus)
19:54:59 [9f3b99ce] update all the things (bitte)
19:57:12 [cefd3950] minor cleanup (bitte)
20:05:59 [6b1e5b7d] CAD-1347 cli shelley address info: also print the base16 form (cardano-node)
20:08:38 [8e08b11d] more refactoring of the rebuild and certs (bitte-cli)
20:41:09 [0eaadf2a] Generalise db-validate (ouroboros-network)
20:50:55 [2c0f70b6] Update dependencies (cardano-db-sync)
21:09:24 [b7ed0ad8] Update READMEs (ouroboros-network)
21:39:15 [6dd46811] WIP: Add support for specifying protocol in CLI and in tx submission command (cardano-node)
21:39:32 [ca9632f2] WIP: Utilize ProtocolData in Shelley query command implementations (cardano-node)
21:43:03 [60b35e25] WIP: Add support for specifying protocol in Shelley tx submission command (cardano-node)
21:48:36 [b40dbd62] WIP: Add support for specifying protocol in Shelley query command implementations (cardano-node)
21:53:58 [e53975b1] Update dependencies (cardano-db-sync)
21:56:13 [e9f2ca7f] Merge pull request #180 from input-output-hk/erikd/deps-20200710 (cardano-db-sync)
22:08:21 [bdaff87e] WIP shelley-test: test changes to d proto param (ouroboros-network)
22:10:07 [ac0b14d3] recover any changes in the fragment from the given fragment (chain-wallet-libs)
22:21:59 [561745dd] fee tests (cardano-ledger-specs)
22:40:56 [9591f754] [DDW-269] Progress (daedalus)
23:04:07 [ddd8eece] Remove reward_ada variable not needed any more (guild-operators)
23:06:09 [d4753a85] test compile, some comments addressed (cardano-ledger-specs)
23:13:42 [f3813b90] WIP shelley-test: test changes to d proto param (ouroboros-network)
23:25:30 [0aa8ffee] SCP-644 - Add linting for undefined ChoiceValue usage (marlowe)
23:40:02 [0d52a3d5] The assertion mechanism cause a 10-20x slowdown in the benchmarks. The two I could find compare that the (cardano-ledger-specs)