Home / Reports / Sep 7, 2022

Wednesday, September 7, 2022

76 commits had been pushed across 14 repos by 21 authors. There were 55,907 additions and 45,792 deletions. Official weekly status updates can be found on essentialcardano.io.

Authors

Repos Updated

Commit Log

01:18:54 [32365bd3] Automatic update for Wed Sep 7 01:18:54 AM UTC 2022 (stackage.nix)
01:19:57 [0e6a9521] Update Hackage and Stackage (haskell.nix)
01:29:59 [182b16cb] Upload configuration from: https://book.world.dev.cardano.org/environments (cardano-configurations)
01:48:10 [5968c65c] Fix test.sh (#1645) (haskell.nix)
04:51:24 [259d7af2] db: Add some missing delete statements from deleteAfterBlockNo (cardano-db-sync)
05:10:39 [3bbbb40c] Allow merging cabalProject{,Local,Freeze} (#1638) (haskell.nix)
05:44:27 [2380d8e8] fix get_key_deposit (cardano-wallet)
06:08:31 [f99337a0] Merge pull request #3490 from input-output-hk/piotr/post-address-from-script-hash (cardano-wallet)
06:13:31 [d6b31d22] docs: Merge pull request #3490 from input-output-hk/piotr/post-address-from-script-hash (cardano-wallet)
06:17:22 [8327488a] Rename `Coin.toQuantity` to `Coin.toQuantityMaybe`. (cardano-wallet)
06:19:00 [348bf464] Rename `Coin.fromIntegral` to `Coin.fromIntegralMaybe`. (cardano-wallet)
06:19:09 [2ebce08b] Rename `Coin.toWord64` to `Coin.toWord64Maybe`. (cardano-wallet)
06:19:35 [bd7aacfe] Add function `Coin.toQuantity`. (cardano-wallet)
06:20:39 [733aba91] Add function `Coin.fromQuantity`. (cardano-wallet)
06:20:47 [4ba5f477] Replace usages of `Api.coinToQuantity` with `Coin.toQuantity[Maybe]`. (cardano-wallet)
06:20:56 [a17f0f44] Replace usages of `Api.coinFromQuantity` with `Coin.fromQuantity`. (cardano-wallet)
06:20:59 [41edf98b] Remove redundant `Coin` conversion functions from `Api.Types`. (cardano-wallet)
06:21:34 [bf02f3c4] Specialise all `Coin` <-> `Quantity` conversions to "lovelace". (cardano-wallet)
06:39:34 [3e04417b] Merge pull request #1250 from input-output-hk/erikd/StakeAddress-rollback (cardano-db-sync)
06:41:15 [307fb174] Mac CI: Install postgresql@14 specifically (cardano-db-sync)
07:07:23 [c91d6039] Merge #3492 (cardano-wallet)
07:56:10 [a061aa01] docs: Merge #3492 (cardano-wallet)
09:16:51 [b4dfc6db] Merge pull request #2994 from input-output-hk/jj/cbor-twiddler (cardano-ledger-specs)
09:37:42 [b8175676] add Haskell Benchmark (customSmallerIsBetter) benchmark result for b4dfc6dbd4bacc4665f7e5b275e8f69f98fde9d9 (cardano-ledger-specs)
11:01:03 [a4ff91c3] remove construct and sign from Byron (cardano-wallet)
11:01:08 [58e10b02] add integration test (cardano-wallet)
11:01:08 [c45edb31] allow both base16 and base64 (here defalut) for constructTransaction (cardano-wallet)
11:01:08 [1dc5d348] allow return hex/base64 for signTransaction (cardano-wallet)
11:01:08 [1eceee8d] construct does not support external withdrawals (cardano-wallet)
11:01:08 [d44b9cdf] clean ApiPaymentDestination (cardano-wallet)
11:01:09 [1fec09b5] add balanceTransaction integration test (cardano-wallet)
11:01:09 [9c0fc07a] update endpoints info in swagger (cardano-wallet)
11:01:09 [cab0cd3f] refactor ApiSealedTxEncoding (cardano-wallet)
11:01:09 [173dadc6] refactor ApiSerialisedTransaction (cardano-wallet)
11:01:09 [9267d6ae] regenerate core unit tests (cardano-wallet)
11:01:09 [fddd3b4c] allow return hex/base64 for balanceTransaction (cardano-wallet)
11:10:20 [9c46f667] deploy: 3f9a99a8cff21bf7590a070b69dd4f8c7e81c477 (mithril)
11:50:06 [3a148f8a] Merge pull request #1251 from input-output-hk/tmcgilchrist-patch-1 (cardano-db-sync)
12:19:52 [35c92d1b] Benerate Byron address and keys (cardano-node-tests)
12:20:47 [7ad452b6] Use semicolon as delimiter for better readability (cardano-node-tests)
12:28:27 [03f935ec] Merge #3936 (ouroboros-network)
12:37:48 [39188908] deal with withdrawal in ApiConstructPostData (cardano-wallet)
12:56:53 [6beb5ebe] Test creating reference script UTxO on Byron address (cardano-node-tests)
13:00:25 [af38057f] hlint (cardano-wallet)
13:02:33 [60b942ff] Added TxOut modules for each era (cardano-ledger-specs)
13:09:28 [3eac54c1] Merge pull request #1360 from input-output-hk/script_on_byron_addr (cardano-node-tests)
13:11:09 [9f18396d] Test locking a Tx output with a Plutus V2 reference script on Byron address (cardano-node-tests)
13:12:49 [4455b577] deploy: 94a3de49982440f478950df644dc9b4c35d6cfe2 (mithril)
13:13:06 [b539ea1c] deploy: dde7040f96bc27c7e402e78709d56e8076fac326 (cardano-js-sdk)
13:14:10 [48565125] deploy: 8632596babd974ada157519016dd901fb774072f (cardano-js-sdk)
13:16:51 [57944c0e] Merge pull request #1361 from input-output-hk/test_lock_byron_reference_script (cardano-node-tests)
13:57:11 [1f50e9ba] deploy: b2704e1200d704cee5a4e07365e3c00d12300b55 (mithril)
14:00:09 [2cd6cabe] Test only with Plutus scripts (cardano-node-tests)
14:04:10 [93b9327d] Merge pull request #1362 from input-output-hk/ref_spend_only_plutus (cardano-node-tests)
14:30:22 [b8351015] Add Cyclr token (cardano-token-registry)
14:38:36 [44cca9de] Test spending reference scripts UTxO from Byron address (cardano-node-tests)
14:45:18 [2edd5489] Merge pull request #1363 from input-output-hk/byron_test_spend_reference_script (cardano-node-tests)
15:07:03 [3189c75f] staging: Bump marlowe to 40f29753d4c88df2635c0ae063ac7f6a1e3b8606 (plutus-ops)
15:09:48 [bd0d4a78] Merge pull request #3024 from input-output-hk/jj/txout-module (cardano-ledger-specs)
15:14:32 [ffd466ab] add Haskell Benchmark (customSmallerIsBetter) benchmark result for bd0d4a785b0def3510872c6e3847bd0584541af4 (cardano-ledger-specs)
15:18:20 [88eb9f8c] fix plutus scenarios (cardano-wallet)
15:37:27 [1eda4f3b] staging: Bump marlowe to 8ad77256a62145d846a76b3d9ff4f1647160810c (plutus-ops)
17:01:57 [a7bfbe8b] run-certify: Use cicero-pipe to post outputs (dapps-certification-actions)
17:22:35 [ef5b4737] fix: failures due to user env and tf script dep versioning (bitte)
17:23:41 [b7c8539a] Fix cicero-pipe flakeref (dapps-certification-actions)
17:36:11 [4a47b36d] Update cicero-pipe flake for old nix compat. (dapps-certification-actions)
17:45:24 [4c370667] Ugh (dapps-certification-actions)
18:31:34 [583b6b3e] Merge #3449 (cardano-wallet)
18:50:33 [70f075d2] Argh (dapps-certification-actions)
18:57:22 [d5a293ba] Debug (dapps-certification-actions)
19:09:40 [38028f0a] Workaround certify spamming stdout (dapps-certification-actions)
19:33:32 [d0eab58d] docs: Merge #3449 (cardano-wallet)
22:12:50 [67ea049b] Merge pull request #186 from input-output-hk/envoy-route-timeout (bitte)
22:13:19 [69b56121] Merge pull request #187 from input-output-hk/nomad-interp-connect (bitte)
22:14:06 [52322260] Merge pull request #188 from input-output-hk/tf-user-dep-pref (bitte)
23:39:14 [d7346744] MACH token (cardano-token-registry)