Noel Kwan

Results 113 issues of Noel Kwan

In GitLab by @flexabyte on Mar 30, 2021, 19:35 _Merges master -> master_ In an attempt to consolidate some quality examples for potential future contracts I went through the crowdfunding...

gitlab merge request

In GitLab by @plotnick on Sep 22, 2021, 01:41 E.g., `--evm-network`, `--identity`, `--database`, `--role`.

In GitLab by @plotnick on Sep 22, 2021, 01:31 The Glow tutorial is missing some newly required command-line arguments, e.g., `-E` to `generate-identity`.

In GitLab by @plotnick on Sep 22, 2021, 01:07 Each identity stored in the contacts database has an associated network. This network should supply a default network (i.e., not require...

In GitLab by @kwanzknoel on Sep 18, 2021, 04:35 Duplicate identities error out without explicitly stating the reason. For instance if `alice` is already added before, and we add her...

In GitLab by @isd on Sep 7, 2021, 03:53 We've had problems with the use of `nc` in the integration tests, for a couple reasons: - The try/finally macros we're...

In GitLab by @kwanzknoel on Jul 26, 2021, 23:48 # Support for Plutus Core backend - [Specification](https://hydra.iohk.io/build/5988492/download/1/plutus-core-specification.pdf) - [Plutus Core source](https://github.com/input-output-hk/plutus/tree/master/plutus-core) - [Plutus Pioneer Program Docs](https://plutus-pioneer-program.readthedocs.io/en/latest/week6.html#oracle-pab) ## TODO - Design...

In GitLab by @plotnick on Jul 4, 2021, 07:49 # Explicit Timeouts + Thanks to Alex K and Ian for providing ideas, considerations and implementations. + On second pass I...

Doing
Feature
MOOC

In GitLab by @plotnick on Jul 2, 2021, 01:29 Given two Glow identities `a` and `b` which are either unfunded or minimally funded, running `glow transfer --evm-network pet --value 1000.0...

In GitLab by @kwanzknoel on Jun 25, 2021, 22:46 Is it in a stable state? Good test coverage, maintainability etc... ## Status - Very detailed AST for expressions, thanks to...