Joel Burget
Joel Burget
The keywords `opaque`, `transparent`, and `transparent_all` aren't documented anywhere.
For example, `build/bin/istanbul decode ...` fails with "No help topic for 'decode'" (same for encoding). You now need to use the `extra` command and the `decode` subcommand. ``` > build/bin/istanbul...
I don't expect this to be accepted yet. - I haven't tested yet. Perhaps you can tell me the easiest way to get that set up. - Not sure if...
The thrown errors didn't hold any useful information and made debugging impossible. Before: ``` Error: Could not parse jison grammar ``` After: ``` Error: Parse error on line 86: ......
I tried running the version of SelfRestraint I downloaded from your website and got this ``` joel@arch Downloads $ ./SelfRestraint Script not started as root. Running sudo.. Traceback (most recent...
Without documentation it's difficult for me to understand the `List` constructor of `block` and the `list_spacing` type. In particular, I would expect `List` to hold `'attr block list` (rather than...
Currently 13 `clone`s. I'm sure less than 5 are necessary.
https://github.com/ethereum/tests We certainly want to run against `VMTests`. `TransactionTests`, `TrieTests`, `RLPTests` also possibly interesting.