wanderer
wanderer
ok `eth_number` is returning a number
ok working on `methods returning hex strings lack 0x prefix`
one problem with that @axic is that `func`s in wasm can only return a single parameter
Another way we could use it is to replace or supplement CALLs, for(import "contract_address" "method"). This could also offer clients an opportunity to populate a cache of contracts based on...
> Additionally, to have pure libraries, we can define a library as a module, which doesn't have a symbol exported as "main". Every contract must have "main" exported as the...
> but it enabled the library to be executed as a contract as not only loaded as a module Yeah but you still can do that. For example. ``` (func...
The callback interface allows for implementation to efficiently deal with high latency calls. We are assuming that any method that interacts with the state trie outside of the local environment...
just included thier wasm codeHash in an account array. ie `[0,0,0,codeHash]`
> Is "accurate" metering even possible? @gcolvin no not exactly but the more we can move into the VM the better it should become. Then we only need to focus...
@gcolvin right, i agree that we can't get accurate metering, only 'better'. And option 3 attempt to make metering more accurate. Its only trying to provide isolation. Its assuming 1....