- 25 Apr, 2016 1 commit
- 
- 
Jeffrey Wilcke authoredAccording to our own instructions the genesis config attribute should be "config". The genesis definition in the go code, however, has a field called `ChainConfig`. This field now has a `json:"config"` struct tag so that the json is properly unmarshalled. This fixes #2482 
 
- 
- 19 Apr, 2016 2 commits
- 
- 
Jeffrey Wilcke authored
- 
Péter Szilágyi authoredrpc: remove NotifierContextKey 
 
- 
- 15 Apr, 2016 16 commits
- 
- 
Felix Lange authoredrpc: move web3.js extensions to internal/web3ext 
- 
Felix Lange authoredContext keys must have a unique type in order to prevent any unintented clashes. The code used int(1) as key. Fix it by implementing the pattern recommended by package context. 
- 
Péter Szilágyi authoredaccounts/abi/bind/backends: estimate needed gas, not used 
- 
Felix Lange authored
- 
Péter Szilágyi authored
- 
Felix Lange authoredall: fix go vet warnings 
- 
Péter Szilágyi authoredwhisper: deflake Test*MessageExpiration 
- 
Felix Lange authoredThese tests have become a common annoyance on CI. Fix them by allowing messages with expiration == now into the cache and delaying the check for expired message handling slightly. 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authoredLazy "I'll just put return here instead of fixing the test" found by go vet. 
- 
Felix Lange authoredlogging.printf triggered a format string warning. Silence it by renaming the function. 
- 
Felix Lange authoredThis fixes a few uses of unkeyed Body literals which go vet was complaining about. 
- 
Felix Lange authoredall: update license information 
- 
Felix Lange authored
- 
Felix Lange authored
 
- 
- 14 Apr, 2016 5 commits
- 
- 
Péter Szilágyi authoredcmd/utils: strip excessive whitespace from api command line arguments 
- 
Péter Szilágyi authoredeth: fix single transaction tracing (run prev mutations) 
- 
Bas van Kervel authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
- 
- 13 Apr, 2016 8 commits
- 
- 
Felix Lange authoredeth: add chaindbProperty to debug API (+ console fixes) 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authoredThis makes web3 internals like _requestManager invisible. 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Péter Szilágyi authoredaccounts: disable filesystem notifications on iOS 
- 
Péter Szilágyi authored
 
- 
- 12 Apr, 2016 8 commits
- 
- 
Felix Lange authoredjsre: print BigNumber objects with custom constructor as number 
- 
Felix Lange authored
- 
Felix Lange authoredcmd/utils: fix accounts merge error on console unlock 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredaccounts: cache key addresses 
- 
Péter Szilágyi authoredcmd/gethrpctest: add missing chain configuration config field 
- 
Felix Lange authored
- 
Felix Lange authored- Sign takes common.Address, not Account - Import/Export methods work with encrypted JSON keys 
 
-