- 18 Apr, 2015 5 commits
-
-
Felix Lange authored
Many people need or want to build go-ethereum from the git repository, mostly to stay up to date with recent changes. We cannot expect that people without Go experience grok the Go workspace concept. With the Makefile, building from github requires only three steps (provided that a Go toolchain is installed): - git clone https://github.com/ethereum/go-ethereum - ... install C libraries (libgmp, etc.) ... - make
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
- 17 Apr, 2015 7 commits
-
-
Felix Lange authored
add extra space to miner icon
-
Fabian Vogelsteller authored
-
Felix Lange authored
Whisper cleanup, part 2
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
p2p: fix the dial timer
-
Felix Lange authored
The dial timer was not reset properly when the peer count reached MaxPeers.
-
- 16 Apr, 2015 8 commits
-
-
Jeffrey Wilcke authored
Fix RPC Call output when empty
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
Update transaction tests
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
obscuren authored
-
- 15 Apr, 2015 13 commits
-
-
obscuren authored
Properly ignore blocks coming from peers not in our peer list (blocked) and do never request anything from bad peers. Added some checks to account for blocks known when requesting hashes (missing parents).
-
obscuren authored
-
Gustav Simonsson authored
* Include tests which now has consistent HEX encodings * Comment out two failing tests: " "TransactionWithHihghNonce" due to wrong nonce size "TransactionWithSvalueHigh" due to wrong ECDSA s range * Cleanup conversion functions and fix expected encodings for tests validation fields
-
Gustav Simonsson authored
-
Taylor Gerring authored
-
obscuren authored
-
obscuren authored
NOTE: For known, non-consensus, hard to reproduce bugs consider the following method `common.Report("extra", stuff, "you need logged")` will give you a stack trace and a friendly request to submit it as an issue on our issue tracker.
-
obscuren authored
-
Péter Szilágyi authored
-
obscuren authored
Log filter `Address` field was cast to a Hash which causes it to always fail.
-
obscuren authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 14 Apr, 2015 7 commits
-
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-