Noel Kwan

Results 371 comments of Noel Kwan

In GitLab by @fahree on May 19, 2021, 08:50 If that's what you call the "proxy", the CREATE2 wrapper exists so anyone can create a contract with a fixed address...

In GitLab by @isd on May 23, 2021, 06:10 > Another subtask that needs to happen to multiplex contracts: right now the addresses for the participants are compiled into the...

In GitLab by @isd on May 23, 2021, 06:14 So as I understand it, the point of the CREATE2 wrapper is just so that we can be notified when contracts...

In GitLab by @isd on May 23, 2021, 06:18 Minor design point, I think it would simplify things if instead of storing the state digest, we stored the state digest...

In GitLab by @isd on May 29, 2021, 02:04 A caveat to my `xor` suggestion is, we need to make sure the common state is valid; if participants can specify...

In GitLab by @fahree on Feb 13, 2021, 07:34 marked this issue as related to #122

In GitLab by @fahree on Apr 8, 2021, 00:32 changed the description

In GitLab by @fahree on Apr 8, 2021, 00:32 changed the description

In GitLab by @fahree on Apr 8, 2021, 00:33 unassigned @fahree

In GitLab by @fahree on Mar 5, 2021, 00:11 It should be relatively easy to distinguish contracts using Glow from contracts compiled with Solidity: the `-contract-init` functions in `gerbil-ethereum/evm-runtime.ss` are...