- Jan 16, 2018
-
-
Felix Lange authored
This commit: - Adds a --msgfile option to read the message to sign from a file instead of command line argument. - Adds a unit test for signing subcommands. - Removes some weird whitespace in the code.
-
- Jan 08, 2018
-
-
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 03, 2018
-
-
Péter Szilágyi authored
-
- Dec 21, 2017
-
-
Péter Szilágyi authored
* cmd, core, eth/tracers: support fancier js tracing * eth, internal/web3ext: rework trace API, concurrency, chain tracing * eth/tracers: add three more JavaScript tracers * eth/tracers, vendor: swap ottovm to duktape for tracing * core, eth, internal: finalize call tracer and needed extras * eth, tests: prestate tracer, call test suite, rewinding * vendor: fix windows builds for tracer js engine * vendor: temporary duktape fix * eth/tracers: fix up 4byte and evmdis tracer * vendor: pull in latest duktape with my upstream fixes * eth: fix some review comments * eth: rename rewind to reexec to make it more obvious * core/vm: terminate tracing using defers
-
- Dec 18, 2017
-
-
Felix Lange authored
The tx data field is called "input" in returned objects and "data" in argument objects. Make it so "input" can be used, but bail if both are set.
-
- Dec 15, 2017
-
-
Paweł Bylica authored
-
- Dec 14, 2017
-
-
rhaps107 authored
Fixes #15408 Fixes #14432
-
- Dec 12, 2017
-
-
yoza authored
-
- Nov 24, 2017
-
-
Péter Szilágyi authored
-
- Nov 20, 2017
-
-
Nick Johnson authored
* eth, internal: Implement using trie diffs * eth, internal: Changes in response to review * eth: More fixes to getModifiedAccountsBy* * eth: minor polishes on error capitalization
-
- Nov 18, 2017
-
-
Pulyak Viktor authored
* Add method getBalanceFromJs for work with address as bytes * expect []byte instead of common.Address in ethapi tracer
-
- Nov 17, 2017
-
-
tsarpaul authored
-
- Nov 16, 2017
-
-
Péter Szilágyi authored
* core/vm, internal/ethapi: tracer no full storage, nicer json output * core/vm, internal/ethapi: omit disabled trace fields
-
- Nov 14, 2017
-
-
Gary Rong authored
* accounts, internal: return an error if no suitable estimated gas found * accounts, internal: minor polishes on the gas estimator
-
- Nov 12, 2017
-
-
Péter Szilágyi authored
-
Arba Sasmoyo authored
* .dockerignore, internal/build: Read git information directly from file This commit changes the way of retrieving git commit and branch for build environment from running git command to reading git files directly. This commit also adds required git files into Docker build context. fixes: #15346 * .dockerignore: workaround for including some files in .git
-
- Oct 06, 2017
-
-
Guillaume Ballet authored
-
- Oct 02, 2017
-
-
Gary Rong authored
-
Péter Szilágyi authored
-
Gary Rong authored
-
- Sep 25, 2017
-
-
slumber1122 authored
-
- Sep 20, 2017
-
-
Ernesto del Toro authored
-
- Sep 11, 2017
-
-
Felix Lange authored
-
Felix Lange authored
-
- Sep 05, 2017
-
-
Péter Szilágyi authored
-
- Aug 23, 2017
-
-
Martin Holst Swende authored
* cmd/evm, core/vm, internal/ethapi: Add 'err' to tracer interface CaptureEnd * cmd/evm: fix nullpointer when there is no error
-
- Aug 22, 2017
-
-
Gary Rong authored
-
- Aug 18, 2017
-
-
Miya Chen authored
-
- Aug 09, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Aug 07, 2017
-
-
Egon Elbre authored
-
Felix Lange authored
-
- Jul 14, 2017
-
-
Péter Szilágyi authored
* core: remove redundant storage of transactions and receipts * core, eth, internal: new transaction schema usage polishes * eth: implement upgrade mechanism for db deduplication * core, eth: drop old sequential key db upgrader * eth: close last iterator on successful db upgrage * core: prefix the lookup entries to make their purpose clearer
-
- 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.
-
- 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).
-
- Jun 21, 2017
-
-
Lewis Marshall authored
-
- Jun 15, 2017
-
-
Bas van Kervel authored
-
- Jun 07, 2017
-
-
Martin Holst Swende authored
-
- Jun 01, 2017
-
-
Martin Holst Swende authored
-
- May 30, 2017
-
-
Martin Holst Swende authored
This prevents concurrent assignment of identical nonces when automatic assignment is used.
-