- Jan 08, 2018
-
-
Felix Lange authored
Fixes #15777 because null is now allowed for hexutil.Bytes.
-
Felix Lange authored
* core/types, core/vm, eth, tests: regenerate gencodec files * Makefile: update devtools target Install protoc-gen-go and print reminders about npm, solc and protoc. Also switch to github.com/kevinburke/go-bindata because it's more maintained. * contracts/ens: update contracts and regenerate with solidity v0.4.19 The newer upstream version of the FIFSRegistrar contract doesn't set the resolver anymore. The resolver is now deployed separately. * contracts/release: regenerate with solidity v0.4.19 * contracts/chequebook: fix fallback and regenerate with solidity v0.4.19 The contract didn't have a fallback function, payments would be rejected when compiled with newer solidity. References to 'mortal' and 'owned' use the local file system so we can compile without network access. * p2p/discv5: regenerate with recent stringer * cmd/faucet: regenerate * dashboard: regenerate * eth/tracers: regenerate * internal/jsre/deps: regenerate * dashboard: avoid sed -i because it's not portable * accounts/usbwallet/internal/trezor: fix go generate warnings
-
- Jan 05, 2018
-
-
Russ Cox authored
* go-ethereum/dashboard: update assets.go Use current rsc/go-bindata instead of jteeuwen/go-bindata, to get balanced tree in very long string concatenations. This works around problems in current Go distributions. For golang/go#23222. * dashboard: run last two go:generate steps for linter
-
- Jan 04, 2018
-
-
Felix Lange authored
Also raise traceLimit once again and print the VM error and output on failure.
-
Péter Szilágyi authored
-
- Jan 03, 2018
-
-
Evangelos Pappas authored
* cmd/utils/flags.go: Applying a String len guard for the gitCommit param of the NewApp() * cmd/utils: remove redundant clause in if condition
-
Péter Szilágyi authored
all: switch gas limits from big.Int to uint64
-
Felix Lange authored
-
Péter Szilágyi authored
-
Furkan KAMACI authored
-
Felix Lange authored
This reverts commits 85a1eda5 (#15792) and c495bca4 (#15787) because they introduce database writes during tracing.
-
Felix Lange authored
* eth: uncaptialize tracer preimage error message * eth: improve very important error message
-
- Jan 02, 2018
-
-
Richard Hart authored
All inputs are saved into history, including 'invalid' inputs.
-
ferhat elmas authored
-
Casey Detrio authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
This avoids setting CC for the go run invocation, which fails on go1.10.
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Deepak Sharma authored
-
Péter Szilágyi authored
-
Alex Wu authored
Fixes #15744
-
- Dec 31, 2017
-
-
sunxiaojun2014 authored
-
- Dec 29, 2017
-
-
Péter Szilágyi authored
* accounts/abi: handle named ouputs prefixed with underscores * accounts/abi: handle collinding outputs for struct unpacks * accounts: handle purely underscore output names
-
Anton Evangelatov authored
Initial implementation of ENR according to ethereum/EIPs#778
-
- Dec 28, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Sorin Neacsu authored
Fixes #15740
-
- Dec 22, 2017
-
-
Martin Holst Swende authored
accounts/abi refactor
-
Martin Holst Swende authored
-
Gary Rong authored
* accounts, consensus, core, eth: make chain maker consensus agnostic * consensus, core: move CalcDifficulty to Engine interface * consensus: add docs for calcDifficulty function * consensus, core: minor comment fixups
-
- Dec 21, 2017
-
-
Kurkó Mihály authored
* dashboard: minor design change * dashboard: Flow integration, message API * dashboard: minor polishes, exclude misspell linter
-
Péter Szilágyi authored
cmd/puppeth: fix faucet 502 error due to non-exposed HTTP port
-
Péter Szilágyi authored
-
Vlad Gluhovsky authored
New Whisper-level message introduced (PoW requirement), corresponding logic added, plus some tests.
-
Robert Zaremba authored
-
Robert Zaremba authored
+ Reworked Method Unpack tests into more readable components + Added Method Unpack into slice test
-
Robert Zaremba authored
+ adding missing comments + small cleanups which won't significantly change function body. + unify Method receiver name
-