It looks like the wiki github repo has "Issues" disabled.
I don't see any way to make a "pull request" since I'm unable to clone the wiki.
What's the recommended way of submitting a fix?
It's just a missing backtick here:
* `msg(to, value, gas, datastart, datalen, outputstart, outputlen)` - sends a message [...]
Fixed, thank you.
As for future fixes and revisions, github wikis can't be PR'ed, so the best way would be to contact me in any of our forums (forum.ethereum.org, reddit, this thread, etc).
Cheers!
I'm having more serious problem now:
1) I checked out the cpp-ethereum repo and tried following the wiki page to built the serpent client:
https://github.com/ethereum/cpp-ethereum/wiki/Serpent-LLL-only-build
It failed to mention that I needed to build Cryptopp 5.6.2 from source first, and so the instructions fail completely. I wonder if there's even a need for that whole page - it's out of date, and is just a subset of the instructions on the main build page.
2) Then, on:
https://github.com/ethereum/cpp-ethereum/wiki/Building-on-Ubuntu
it says that building cryptopp from source is "NOT NEEDED IF YOU JUST WANT SERPENT/LLL TOOLS" - but that seems to be untrue.
I wonder if it's worth getting someone who knows what they're doing to take a look at all the build instruction pages and fixing them so they're right.
3) Next, I saw:
If later, you change your mind and you want to build the full version with the GUI, use:
cmake .. -DCMAKE_BUILD_TYPE=Release && make
I tried that after building the serpent/lll stuff only, and it didn't do anything. I have to delete and remake the build directory before it would build the full version.
4) And finally, once I had the full 'alethzero' thing built, I ran it, connected to a peer, and it reliably segfaults after downloading around 227 blocks. I'm now building a debug version so I can submit a more proper issue.