Marius Hanne
Marius Hanne
Suggested by Jeremy_Rand as a nice-to-have especially for namecoin name lookups.
The DB dumps server should be available via https as well.
Currently, the websocket is only used to push new blocks to the front page. It should also update other pages accordingly: - block view (add link to next block) -...
The `fRequireMinimal` flag is set when VERIFY_MINIMALDATA is given: https://github.com/bitcoin/bitcoin/blob/master/src/script/interpreter.cpp#L259 and it's supposed to "check that the number is encoded with the minimum possible number of bytes." https://github.com/bitcoin/bitcoin/blob/master/src/script/script.h#L204 For example...
I noticed that Network/Node.html is the most visited page on http://bitcoin-ruby.org, followed by Key, Script and Protocol. (At least this month so far). So those are probably the most important...
See #75 - this actually happened to me by accident (I was feeding it a block with the magic bytes still in front). Maybe we should add some fuzz-testing for...