- 01 Dec, 2015 8 commits
-
-
Péter Szilágyi authored
Makefile: build ARM v5/v6/v7, drop high API mobile clients
-
Jeffrey Wilcke authored
Trie error handling
-
Jeffrey Wilcke authored
cmd/utils: restore starting geth without any accounts and etherbase
-
Felix Lange authored
Also remove some duplication around address/index parsing.
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
eth package creates new event mux
-
Bas van Kervel authored
-
zsfelfoldi authored
Created alternate versions of Trie and SecureTrie functions that can return a MissingNodeError (used by ODR services)
-
- 30 Nov, 2015 2 commits
-
-
Jeffrey Wilcke authored
console: fix instance name printed incorrect on start
-
Bas van Kervel authored
-
- 29 Nov, 2015 2 commits
-
-
Felix Lange authored
Makefile: enable iOS experimental builds (fix prev omission)
-
Péter Szilágyi authored
-
- 27 Nov, 2015 7 commits
-
-
Jeffrey Wilcke authored
common: fix #2008, wrong hex prefix check
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
Customizable protocol stacks
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 26 Nov, 2015 4 commits
-
-
Jeffrey Wilcke authored
Makefile: add support for iOS cross compilation
-
Jeffrey Wilcke authored
jrse: fix #1082, fail if setTimeout/setInterval lack callback
-
Jeffrey Wilcke authored
cmd, crypto: updated web3
-
Jeffrey Wilcke authored
-
- 25 Nov, 2015 2 commits
-
-
Jeffrey Wilcke authored
whisper: fixed broadcast race
-
Jeffrey Wilcke authored
Whisper's expire and broadcast loops happen in two separate go routines. Whenever an envelope is being expired it's removed from the set of envelopes and it looses all information about the envelope, including the "known hash". After the envelope has been removed it can be re-accepted by a broadcasting peer putting back the envelope in the set of envelopes. Since the envelope broadcast loop is separate of the expire loop expired messages may be broadcast to other peer, resulting in messages **never** being dropped. This PR includes an expire check before adding new messages to the set of envelopes.
-
- 24 Nov, 2015 3 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
miner: bugfix where blockhash in receipts and logs is left empty
-
- 23 Nov, 2015 2 commits
-
-
Péter Szilágyi authored
-
Gustav-Simonsson authored
Update common test files
-
- 20 Nov, 2015 4 commits
-
-
Jeffrey Wilcke authored
rpc/api, xeth: added signTransaction method
-
Jeffrey Wilcke authored
Makefile: individual platforms, configurable Go runtime
-
Péter Szilágyi authored
-
Gustav Simonsson authored
-
- 19 Nov, 2015 6 commits
-
-
Jeffrey Wilcke authored
eth/downloader: fetch data proportionally to peer capacity
-
Bas van Kervel authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
cmd/geth, cmd/utils: removed legalese
-
Jeffrey Wilcke authored
core, eth, miner, xeth: clean up tx/receipt db accessors
-
Jeffrey Wilcke authored
eth/downloader: don't hang for spurious deliveries
-