Noel Kwan
Noel Kwan
In GitLab by @ApolloUnicorn on May 10, 2021, 23:05 unassigned @Akaa
In GitLab by @ApolloUnicorn on May 12, 2021, 04:28 assigned to @isd
In GitLab by @isd on May 16, 2021, 05:20 Question: is the CREATE2 proxy you refer to something that we already have, or is it something we will have to...
In GitLab by @isd on May 16, 2021, 05:33 This also might provide useful context in which to implement the global variable support that I punted on in !133; @fahree...
In GitLab by @Akaa on May 16, 2021, 14:32 You have a code that creates contract using CREATE2(EVM Opcode) It should have Interaction ID for say a session. Here, some...
In GitLab by @isd on May 17, 2021, 05:08 Actually, looking back at evm-runtime, I think I'm wrong re: globals: we don't need to support general globals, we can move...
In GitLab by @isd on May 17, 2021, 06:11 Looks like I am further mistaken, in that `deposit` doesn't actually need to be merkelized, since it's an ephemeral variable that...
In GitLab by @isd on May 17, 2021, 06:19 @Akaa, I'm clear on what the use of the CREATE2 opcode is for, what's unclear to me is what exactly @fahree...
In GitLab by @fahree on Mar 19, 2021, 23:05 Users have expressed the desire to compile the contract and client code to something readable without running it. We should make...
In GitLab by @isd on May 17, 2021, 06:39 I'm going to open separate issues for sub-tasks as I identify them, #185 being the first.