- Apr 28, 2016
-
-
Jeffrey Wilcke authored
-
- Apr 20, 2016
-
-
Jeffrey Wilcke authored
Refactored the abi package parsing and type handling. Relying mostly on package reflect as opposed to most of our own type reflection. Our own type reflection is still used however for cases such as Bytes and FixedBytes (abi: bytes•). This also inclused several fixes for slice handling of arbitrary and fixed size for all supported types. This also further removes implicit type casting such as assigning, for example `[2]T{} = []T{1}` will fail, however `[2]T{} == []T{1, 2}` (notice assigning *slice* to fixed size *array*). Assigning arrays to slices will always succeed if they are of the same element type. Incidentally also fixes #2379
-
- Apr 19, 2016
-
-
Jeffrey Wilcke authored
-
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
-