- Jul 10, 2017
-
-
Daniel Sloof authored
As stated in the documentation, this method should be called traceBlockFromFile and not traceBlockByFile. Previously this would result in a 'The method ... does not exist/is not available' error.
-
Péter Szilágyi authored
Txpool localaccounts
-
- Jul 07, 2017
-
-
Emin Mahrt authored
-
- Jul 06, 2017
-
-
Nick Johnson authored
Refactor downloader to use interfaces instead of callbacks
-
Péter Szilágyi authored
The commit reworks the transaction pool queue limitation tests to cater for testing local accounts, also testing the nolocal flag. In addition, it also fixes a panic if local transactions exceeded the global queue allowance (no accounts left to drop from) and also fixes queue eviction to operate on all accounts, not just the one being updated.
-
- Jul 05, 2017
-
-
ligi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Nick Johnson authored
-
- Jul 04, 2017
-
-
Péter Szilágyi authored
params: remove redundant consts, disable metro on AllProtocolChanges
-
Péter Szilágyi authored
-
- Jul 03, 2017
-
-
Nick Johnson authored
-
- Jun 30, 2017
-
-
Martin Holst Swende authored
-
Martin Holst Swende authored
-
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
-
Nick Johnson authored
-
- Jun 28, 2017
-
-
Nick Johnson authored
-
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
-