- Apr 20, 2016
-
-
Felix Lange authored
geth 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
-
- Apr 19, 2016
-
-
Péter Szilágyi authored
rpc: remove NotifierContextKey
-
- Apr 15, 2016
-
-
Felix Lange authored
rpc: move web3.js extensions to internal/web3ext
-
Felix Lange authored
Context 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 authored
accounts/abi/bind/backends: estimate needed gas, not used
-
Felix Lange authored
-
Péter Szilágyi authored
-
Felix Lange authored
all: fix go vet warnings
-
Péter Szilágyi authored
whisper: deflake Test*MessageExpiration
-
Felix Lange authored
These 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 authored
Lazy "I'll just put return here instead of fixing the test" found by go vet.
-
Felix Lange authored
logging.printf triggered a format string warning. Silence it by renaming the function.
-
Felix Lange authored
This fixes a few uses of unkeyed Body literals which go vet was complaining about.
-
Felix Lange authored
all: update license information
-
Felix Lange authored
-
Felix Lange authored
-
- Apr 14, 2016
-
-
Péter Szilágyi authored
cmd/utils: strip excessive whitespace from api command line arguments
-
Péter Szilágyi authored
eth: fix single transaction tracing (run prev mutations)
-
Bas van Kervel authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Apr 13, 2016
-
-
Felix Lange authored
eth: add chaindbProperty to debug API (+ console fixes)
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
This makes web3 internals like _requestManager invisible.
-
Felix Lange authored
-
Felix Lange authored
-
Péter Szilágyi authored
accounts: disable filesystem notifications on iOS
-
Péter Szilágyi authored
-
- Apr 12, 2016
-
-
Felix Lange authored
jsre: print BigNumber objects with custom constructor as number
-
Felix Lange authored
-
Felix Lange authored
cmd/utils: fix accounts merge error on console unlock
-
Péter Szilágyi authored
-
Péter Szilágyi authored
accounts: cache key addresses
-
Péter Szilágyi authored
cmd/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
-
Felix Lange authored
-