Home / Reports / Nov 8, 2021

Monday, November 8, 2021

114 commits had been pushed across 23 repos by 27 authors. There were 86,017 additions and 82,801 deletions. Official weekly status updates can be found on essentialcardano.io.

Authors

Repos Updated

Commit Log

01:22:40 [e6d00bcb] Automatic update for Mon Nov 8 01:22:40 UTC 2021 (stackage.nix)
01:23:43 [224b43bf] Update Hackage and Stackage (haskell.nix)
01:50:23 [fb8b9ffb] Merge pull request #3343 from input-output-hk/document-MempoolCapacityBytesOverride (cardano-node)
02:22:27 [1d6de318] Try #1286: (haskell.nix)
07:24:15 [2a617bad] deploy: 4ddb1d29f408df245980d0c54e16b6a65f239537 (hydra-poc)
07:48:51 [a9a9a609] Integration tests for error messages from balance ep (cardano-wallet)
07:48:54 [341e2636] Correct formatting of code and organize imports. (cardano-wallet)
07:48:54 [c0c749dd] More tests against API returned errors (cardano-wallet)
07:48:55 [f38506b5] Improve rendering of `InsufficientCollateral` API error. (cardano-wallet)
07:48:55 [a963680c] Correct wording within integration test titles. (cardano-wallet)
07:48:55 [ba7088aa] Use a more interesting UTxO distribution for `TRANS_NEW_BALANCE_02c`. (cardano-wallet)
07:48:56 [ee378f58] Test variable parts of `InsufficientCollateral` API error. (cardano-wallet)
07:48:56 [a4acd8cb] Use smaller amounts of ada in `TRANS_NEW_BALANCE_02c`. (cardano-wallet)
07:53:19 [b48819ff] Merge pull request #129 from input-output-hk/rvl/fix-npm-publish (cardano-launcher)
08:21:31 [83fcca66] Mark failing integration tests (for balancing errors) as pending. (cardano-wallet)
08:28:40 [72e7e4f6] Merge #2987 (cardano-wallet)
09:08:39 [1839d9ee] Remove docker build for hydra-pab (hydra-poc)
09:39:17 [e456aad3] Merge #3286 (cardano-node)
10:27:27 [3512ebb1] Merge pull request #642 from toemtoken/master (cardano-token-registry)
10:30:15 [0c47a738] Merge pull request #643 from cardano-tools-nft/9dea069a-068f-438a-8113-0d90194a9003 (cardano-token-registry)
10:32:52 [f4eed3c3] Merge pull request #648 from myhomeplanet/HVRX-Token-Registration (cardano-token-registry)
10:34:58 [c0331cd6] Merge pull request #649 from Reynoada/master (cardano-token-registry)
10:40:39 [35f2c4d2] plutusStaging: Bump plutus to 450ffeffd34c04a38c141f9411ada015249fbf9a (plutus-ops)
12:14:03 [0411c3e8] Merge pull request #2534 from input-output-hk/davide/simple_smaller_TxOut (cardano-ledger)
12:43:32 [ab63daeb] Use haskell.nix ghc 8.10.7 (instead of old-ghc-nix) to boot ghc 9.2.1 (haskell.nix)
12:46:50 [57ae0b33] Try #1286: (haskell.nix)
13:23:24 [4cba49e5] Remove 'MockHead' from 'inspect-script' (hydra-poc)
13:26:08 [e4420eb9] Replace 'undefined' with 'error' (hydra-poc)
13:30:55 [8dd171f7] Remove deprecated and unused dependencies (hydra-poc)
13:58:40 [6d759c46] Kwxm/cost model r test improvements 2 (#4189) (plutus)
14:06:47 [50446118] Merge pull request #4192 from input-output-hk/mpj/restore-plutus-docs (plutus)
14:36:47 [41aef204] Call observeCommitTx from runOnChainTxs (hydra-poc)
14:36:47 [b01a9c15] Construct and check size of collectComTx (hydra-poc)
14:36:47 [df7fd8e4] Move runOnChainTxs to have not STM in Direct.Tx (hydra-poc)
14:36:47 [30a7ae43] Add a list of cardano verification keys to withDirectChain (hydra-poc)
14:36:47 [106ce984] Add initial datum and redeemer to commitTx (hydra-poc)
14:36:47 [a80eea13] Keep the uninterpreted Datum in OnChainHeadState (hydra-poc)
14:36:47 [99b800ba] Only decode initials Datum when needed (hydra-poc)
14:36:47 [fde74393] Provide Data accordingly in TxSpec now (hydra-poc)
14:36:47 [9704e55f] Observe collectCom transaction (hydra-poc)
14:36:47 [a28f0f7b] Add closeTx and fix observeCollectComTx tests (hydra-poc)
14:36:47 [40653dd0] Draft observeCloseTx and redefine OnChainHeadState (hydra-poc)
14:36:47 [3854581e] Implement close SM transition and move SnapshotNumber to redeemer (hydra-poc)
14:36:47 [e52bed44] Re-introduce Maybe to fromPostChainTx (hydra-poc)
14:36:47 [abb3e69a] Add observeCloseTx to runOnChainTxs and weaken e2e assertion (hydra-poc)
14:36:47 [eb3a620c] Fix some build errors (hydra-poc)
14:36:47 [afd0411d] Remove Arbitrary OnChainHeadState because not used (hydra-poc)
14:36:47 [ac0696e6] Add close state/input to SM and construct tx accordingly (hydra-poc)
14:36:47 [c49c3586] Replace deprecated modules in Hydra.TUI (hydra-poc)
14:36:47 [a6dc1234] Create and use a collectComTx (hydra-poc)
14:36:47 [c77d0e94] Add and roundtrip test observeCollectComTx (hydra-poc)
14:36:47 [5021ca44] Fix e2e assertion of Head close test (hydra-poc)
14:36:47 [667700f0] Extend e2e direct chain test to close a Head (hydra-poc)
14:36:47 [0acf0db8] Track initials TxOut and return in knownUtxo (hydra-poc)
14:36:47 [ff153a41] "Handle" submit result (hydra-poc)
14:36:47 [31ac2eea] Formulate an e2e test for DirectChain Head opening (hydra-poc)
14:36:47 [3acc4769] Draft a closeTx and extend Open OnChainHeadState (hydra-poc)
14:36:47 [eea5d8c0] Use findScriptOutput in observeCommitTx (hydra-poc)
14:36:47 [ff51284f] Store and decode SnapshotNumber in closeTx (hydra-poc)
14:52:49 [611bdafa] remove hard dependency on vault service from vault-bootstrap (bitte)
14:52:49 [7a14e787] remove dependency of vault on consul (bitte)
14:52:49 [727cce85] imp(provision): #0 transparently provision with `bitte deploy` (bitte)
14:52:49 [759eb837] remove duplicated kv entry (bitte)
15:15:20 [6c183fa1] update and remove unused dependencies (bitte-cli)
15:15:20 [2d62775a] `--clients` flags now work without nomad token (bitte-cli)
15:15:20 [e226a5a3] remove terraform output function (bitte-cli)
15:15:20 [24a524a2] remove rust workspaces (bitte-cli)
15:15:20 [84b70b20] fix nix build (bitte-cli)
15:15:20 [757e0369] remove cache (bitte-cli)
15:15:20 [c6f19991] imp(build): #0 get rid of naersk (bitte-cli)
15:15:20 [a97aadbe] remove unused code and broken tests (bitte-cli)
15:15:20 [fe5e8ba3] add shell completion commands (bitte-cli)
15:15:20 [fe63002f] update fenix for latest rust (bitte-cli)
15:15:20 [fc9012c8] remove unused code and dependencies (bitte-cli)
15:15:20 [d1d93b35] fix clippy lints (bitte-cli)
15:15:20 [81c1aa53] factor types into their own modules (bitte-cli)
15:15:20 [cced4c6c] nomad token is now only used for `ssh -j` (bitte-cli)
15:15:20 [b93c170e] feat(deploy): #0 graduate the use of deploy-rs (bitte-cli)
15:15:20 [53d697b5] simplify main function (bitte-cli)
15:15:20 [651aa2ba] refactor clap args (bitte-cli)
15:15:20 [83fb8485] enable IFD in bitteShell (bitte-cli)
15:15:20 [56d23830] bump Rust edition (bitte-cli)
15:15:20 [e742c409] make nomad token optional (bitte-cli)
15:15:20 [4e8206a3] Rename bitteShellCompat to bitteShell (bitte-cli)
15:15:20 [88dc0e25] 0.3.5 -> 0.4.0 (bitte-cli)
15:46:04 [61071dcf] cli: bump to v0.4.0 (bitte)
16:13:58 [dba1eecc] Merge pull request #772 from mkoura/witness_redeemer_build (cardano-node-tests)
17:26:20 [d68f4dff] 6.8.3 (adalite)
17:39:57 [7f036e21] fix fee computation in simple transaction api (#3661) (jormungandr)
18:18:38 [92a4eca6] imp(tf): #0 teach bitte's tf modules to auth with infra cluster (bitte)
18:32:32 [ccf26326] avoid building nix in the shell (bitte-cli)
18:45:27 [97ae2e30] remove support for tf that is now fully implemented direcly in `bitte` (bitte-cli)
19:10:16 [55a7849a] bump(bitte-cli): #0 remove tf from bitte cli (bitte)
19:18:59 [912c0df6] cross(tf): remove unused outputs (bitte)
19:43:41 [e2eb146a] deploy: 5c6a57c9c13947498d1d39140de4823d210400d7 (cardano-ogmios)
20:13:53 [c615c64a] Fix bug in deserialisation (marlowe)
20:16:23 [d2ccaf70] Add more context to .toml loading error (blockfrost-rust)
20:41:00 [0072eeff] add verbose flag (bitte-cli)
20:41:40 [5328a281] Merge pull request #253 from Emurgo/ruslan/coin-selection-fix-using-all-inputs (cardano-serialization-lib)
21:02:11 [8c49df4c] cross(tf): remove unused outputs (bitte)
21:08:40 [721aee71] Wire 'GetSystemStart', 'GetChainBlockNo' and 'GetChainPoint' queries (cardano-ogmios)
21:11:32 [724775df] Document new queries in user-guide and CHANGELOG. (cardano-ogmios)
21:20:07 [a322f65c] Add ccvault.io to the list of sponsors. (cardano-ogmios)
21:21:54 [5c6a57c9] Add test vectors for newly introduced queries. (cardano-ogmios)
22:07:51 [3a6d4002] Merge pull request #247 from input-output-hk/nahern-patch-1 (cardano-documentation)
22:10:22 [1169bcfb] Fix typos (blockfrost-rust)
22:48:19 [8014defc] Merge pull request #109 from input-output-hk/fix-bitteshell (bitte)
23:05:57 [7500d03f] Merge pull request #3345 from input-output-hk/erikd/deps-20211004 (cardano-node)
23:17:20 [1e95c25a] fix tests (blockfrost-scala)
23:18:10 [399ed4a2] Merge remote-tracking branch 'origin/master' (blockfrost-scala)
23:20:58 [206401d3] fix tests (blockfrost-scala)
23:32:12 [c87e03d6] refactor into overlay (kevm.flake)
23:48:43 [d6d2823f] process/render: drop, in favor of the implementation in cardano-node (cardano-memory-benchmark)
23:58:05 [21476c53] Deployed haddocks (cardano-node)