- Dec 02, 2015
-
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
crypto, crypto/secp256k1: use libsecp256k1 for scalar multiplication
-
- Dec 01, 2015
-
-
Felix Lange authored
accounts: increase re-lock timeout to account for slow CI servers
-
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
-
Péter Szilágyi authored
-
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
-
Zsolt Felföldi authored
Created alternate versions of Trie and SecureTrie functions that can return a MissingNodeError (used by ODR services)
-
- Nov 30, 2015
-
-
Jeffrey Wilcke authored
console: fix instance name printed incorrect on start
-
Gustav Simonsson authored
thanks to Felix Lange (fjl) for help with design & impl
-
Gustav Simonsson authored
-
Bas van Kervel authored
-
- Nov 29, 2015
-
-
Felix Lange authored
Makefile: enable iOS experimental builds (fix prev omission)
-
Péter Szilágyi authored
-
- Nov 27, 2015
-
-
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
-
- Nov 26, 2015
-
-
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
-
- Nov 25, 2015
-
-
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.
-
- Nov 24, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
miner: bugfix where blockhash in receipts and logs is left empty
-
- Nov 23, 2015
-
-
Péter Szilágyi authored
-
Gustav-Simonsson authored
Update common test files
-
- Nov 20, 2015
-
-
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
-