- Nov 20, 2017
-
-
Péter Szilágyi authored
accounts/keystore: Ignore initial trigger of rescan-event
-
Martin Holst Swende authored
-
Péter Szilágyi authored
accounts: fix two races in the account manager
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 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
-
-
Péter Szilágyi authored
Fix typo in README.md
-
Martin Michlmayr authored
-
Péter Szilágyi authored
internal/ethapi: changed output in txpool.inspect
-
tsarpaul authored
-
Péter Szilágyi authored
rpc: minor cleanups to RPC PR
-
Péter Szilágyi authored
-
Armani Ferrante authored
Fixes #15493
-
- 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
-
Péter Szilágyi authored
rpc: allow dumb empty requests for AWS health checks
-
Péter Szilágyi authored
-
jtakalai authored
it's -> its pet peeve, and I like to imagine I'm not alone.
-
- Nov 15, 2017
-
-
Péter Szilágyi authored
core/bloombits: handle non 8-bit boundary section matches
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core/vm: improve jumpdest analysis
-
Péter Szilágyi authored
core: split same-td blocks on block height
-
- Nov 14, 2017
-
-
Kurkó Mihály authored
* cmd, dashboard: dashboard using React, Material-UI, Recharts * cmd, dashboard, metrics: initial proof of concept dashboard * dashboard: delete blobs * dashboard: gofmt -s -w . * dashboard: minor text and code polishes
-
Gary Rong authored
* accounts, internal: return an error if no suitable estimated gas found * accounts, internal: minor polishes on the gas estimator
-
Péter Szilágyi authored
core/vm: fix typos in jump_table.go
-
Jay Guo authored
-
- Nov 13, 2017
-
-
Martin Holst Swende authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
Dockerfile: support alltools image beside plain Geth
-
Péter Szilágyi authored
-
Péter Szilágyi authored
vendor: add github.com/stretchr/testify test dependency
-
- Nov 12, 2017
-
-
Péter Szilágyi authored
dockerignore, internal/build: forward correct git folder
-
Péter Szilágyi authored
-
Bo authored
* cmd/puppeth: handle encrypted ssh keys * cmd/puppeth: fix unconvert linter error
-
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
-
- Nov 10, 2017
-
-
Robert Zaremba authored
github.com/stretchr/testify is a useful library for doing assertion in tests. It makes assertions in test more less verbose and more comfortable to read and use.
-
ferhat elmas authored
* build: enable unconvert linter - fixes #15453 - update code base for failing cases * cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
-
Benoit Verkindt authored
Fixes #15373
-
Alex Beregszaszi authored
This changes behaviour: before if the owner/amount didn't match, it resulted in a successful execution without doing anything; now it results in a failed execution using the revert opcode (remainder gas is not consumed).
-
Péter Szilágyi authored
build: enable gofmt and misspell linters
-
- Nov 09, 2017
-
-
Péter Szilágyi authored
-