- 13 Jun, 2017 3 commits
-
-
Péter Szilágyi authored
mobile: use EIP155 signer for determining sender
-
Péter Szilágyi authored
-
Bas van Kervel authored
-
- 12 Jun, 2017 3 commits
-
-
S. Matthew English authored
-
Péter Szilágyi authored
consensus/ethash, cmd/geth: Fix `makedag` epoch
-
Konrad Feldmeier authored
`geth makedag <blocknumber> <path>` was creating DAGs for `<blocknumber>/<epoch_length> + 1`, hence it was impossible to create an epoch 0 DAG. This fixes the calculations in `consensus/ethash/ethash.go` for `MakeDataset` and `MakeCache`, and applies `gofmt`.
-
- 07 Jun, 2017 2 commits
-
-
Martin Holst Swende authored
-
bailantaotao authored
Fixes #14586
-
- 06 Jun, 2017 3 commits
-
-
Lewis Marshall authored
The error returned by client.Upload was previously being ignored due to becoming out of scope outside the if statement. This has been fixed by instead defining a function which returns the hash and error (rather than trying to set the hash in each branch of the if statement).
-
Péter Szilágyi authored
core: Fix VM error logging
-
FaceHo authored
-
- 05 Jun, 2017 1 commit
-
-
Lewis Marshall authored
Signed-off-by:
Lewis Marshall <lewis@lmars.net>
-
- 01 Jun, 2017 15 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core/vm: Use a bitmap instead of a map for jumpdest analysis
-
Nick Johnson authored
t push --force
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
Lewis Marshall authored
This PR adds a Swarm development environment which can be run in a Docker container and provides scripts for building binaries and running Swarm clusters.
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
accounts/keystore, crypto: don't enforce key checks on existing keyfiles
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: reduce transaction reorganization overhead
-
Péter Szilágyi authored
ethstats: reduce ethstats traffic by trottling reports
-
Péter Szilágyi authored
cotnainers/docker: fix the legacy alpine image before dropping
-
- 31 May, 2017 6 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Felix Lange authored
-
Felix Lange authored
-
- 30 May, 2017 7 commits
-
-
Péter Szilágyi authored
internal/ethapi: add mutex around signing + nonce assignment
-
Martin Holst Swende authored
This prevents concurrent assignment of identical nonces when automatic assignment is used.
-
Péter Szilágyi authored
cmd/puppeth: fix improper key validation for remotes
-
Péter Szilágyi authored
core: check for gas limit exceeding txs too on new block
-
Péter Szilágyi authored
-
Péter Szilágyi authored
consensus/clique: cache block signatures for fast checks
-
Péter Szilágyi authored
ethstats: don't report transaction content, only hash
-