- Jul 04, 2017
-
-
Péter Szilágyi authored
-
- Jun 30, 2017
-
-
Péter Szilágyi authored
cmd/swarm: Exit if --ethapi is set
-
Lewis Marshall authored
The previous attempt to use --ethapi as a fallback if --ens-api is not set does not work because --ens-api has a default value, and also setting --ens-api to "" is the suggested way to disable ENS lookups. Signed-off-by:
Lewis Marshall <lewis@lmars.net>
-
- Jun 29, 2017
-
-
Péter Szilágyi authored
cmd/swarm: Support using Mainnet for resolving ENS names
-
Péter Szilágyi authored
Fix error when reporting numer of txs in imported blocks
-
Martin Holst Swende authored
-
- Jun 28, 2017
-
-
Péter Szilágyi authored
core/vm: fix overflow in gas calculation formula
-
Martin Holst Swende authored
-
Martin Holst Swende authored
-
Martin Holst Swende authored
-
- Jun 27, 2017
-
-
Felix Lange authored
With this commit, core/state's access to the underlying key/value database is mediated through an interface. Database errors are tracked in StateDB and returned by CommitTo or the new Error method. Motivation for this change: We can remove the light client's duplicated copy of core/state. The light client now supports node iteration, so tracing and storage enumeration can work with the light client (not implemented in this commit).
-
Péter Szilágyi authored
common/hexutil: wrap errors in json.UnmarshalTypeError
-
Felix Lange authored
This adds type and struct field context to error messages. Instead of "hex string of odd length" users will now see "json: cannot unmarshal hex string of odd length into Go struct field SendTxArgs.from of type common.Address".
-
RJ Catalano authored
* accounts/abi: reorganizing package and some notes and a quick correction of name. Signed-off-by:
RJ Catalano <rj@monax.io> get rid of some imports Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: move file names Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: fix boolean decode function Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: fix for the array set and for creating a bool Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: be very very very correct Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: fix up error message and variable names Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: take out unnecessary argument in pack method Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: add bool unpack test and add a panic to readBool function Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: fix panic message Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: change from panic to basic error Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: fix nil to false Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: fill out type regex tests and fill with the correct type for integers Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: move packNumbers into pack.go. Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: separation of the testing suite into appropriately named files. Signed-off-by:
RJ Catalano <rj@monax.io> * account/abi: change to hex string tests. Signed-off-by:
RJ Catalano <rj@monax.io> * account/abi: fix up rest of tests to hex Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: declare bool at the package level Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: use errors package in the error file. Signed-off-by:
RJ Catalano <rj@monax.io> * accounts/abi: fix ugly hack and fix error type declaration. Signed-off-by:
RJ Catalano <rj@monax.io>
-
Addy Yeow authored
-
- Jun 26, 2017
-
-
Péter Szilágyi authored
cmd/puppeth: fix key reuse during faucet deploys
-
Lewis Marshall authored
Signed-off-by:
Lewis Marshall <lewis@lmars.net>
-
Péter Szilágyi authored
whisperv5: integrate whisper and implement API
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: remove unused events
-
bloonfield authored
Demo of the issue: https://play.golang.org/p/EeTLFfppqC
-
Péter Szilágyi authored
swarm/storage: remove panic on invalid chunk
-
Aron Fischer authored
* Makefile: add make swarm command * Makefile: minor code formatting polishes
-
G. Kay Lee authored
README: change heading to "Go Ethereum"
-
- Jun 25, 2017
-
-
Aron Fischer authored
-
- Jun 23, 2017
-
-
Péter Szilágyi authored
-
Felix Lange authored
-
Felix Lange authored
-
Péter Szilágyi authored
consensus/clique: choose valid votes
-
Péter Szilágyi authored
eth: gracefully error if database cannot be opened
-
Péter Szilágyi authored
-
Felix Lange authored
-
Péter Szilágyi authored
travis.yml, cmd/swarm: fix Travis CI build
-
Bas van Kervel authored
-
Péter Szilágyi authored
-
mark.lin authored
-
- Jun 22, 2017
-
-
Felix Lange authored
-
Felix Lange authored
-
Péter Szilágyi authored
core: add testcase for txpool
-
Péter Szilágyi authored
-