- 26 Apr, 2016 3 commits
- 
- 
Péter Szilágyi authoredImprove Address test coverage 
- 
Paulo L F Casaretto authored
- 
Felix Lange authoredcmd/geth, jsre: improve the js command 
 
- 
- 25 Apr, 2016 1 commit
- 
- 
Felix Lange authoredcmd/bootnode: fix -genkey, add logging options 
 
- 
- 22 Apr, 2016 1 commit
- 
- 
Felix Lange authored
 
- 
- 20 Apr, 2016 1 commit
- 
- 
Felix Lange authoredgeth js stopped the JS runtime after running the first input file and blocked for pending callbacks. This commit makes it process all files and enables quitting with Ctrl-C regardless of callbacks. Error reporting is also improved. If a script fails to load, the error is printed and includes the backtrace. package jsre now ensures that otto is aware of the filename, the backtrace will contain them. Before: $ geth js bad.js; echo "exit $?" ... log messages ... exit 0 After: $ geth js bad.js; echo "exit $?" ... log messages ... Fatal: JavaScript Error: Invalid number of input parameters at web3.js:3109:20 at web3.js:4917:15 at web3.js:4960:5 at web3.js:4984:23 at checkWork (bad.js:11:9) at bad.js:19:1 exit 1
 
- 
- 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 3 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 
 
-