Martin Kourim

Results 15 comments of Martin Kourim

Since python 2 is no longer supported, I would say it's safe to drop python 2 and use just python from e.g. 3.6. Type annotations are very useful IMHO (linting,...

CLI User Stories - https://github.com/IntersectMBO/cardano-test-plans/blob/main/docs/user-stories/02-cardano-cli.md CIP1694 User Stories - https://github.com/IntersectMBO/cardano-test-plans/blob/main/docs/user-stories/01-cip1694.md

Current failure ``` create-script-context --generate-tx test_minting_context_equivalance_ci0_tph_dummy_tx.signed --out-file test_minting_context_equivalance_ci0_tph_script_context.redeemer --cardano-mode --testnet-magic 42 ``` > create-script-context: DecoderFailure (LocalStateQuery HardForkBlock (\': * ByronBlock (\': * (ShelleyBlock (ShelleyEra StandardCrypto)) (\': * (ShelleyBlock (ShelleyMAEra \'Allegra...

https://github.com/input-output-hk/plutus-apps/issues/448

Docker images for cardano-node exist for every release.

Who is using this functionality? IMHO this very low priority test, if it is worth implementing at all :-) It would be exactly the same test is already implemented in...

A tx with validation error cannot get submitted using cardano-cli.

Hey! You can run `nix-shell` in root of the repo and you'll have everything that is needed for running the tests (we run our nightly jobs this way). For development...