- Oct 08, 2018
-
-
Felix Lange authored
* travis: exclude non-test jobs for PRs We don't usually look at these builders and not starting them removes ~15min of build time. * build: don't run vet before tests Recent versions of Go run vet during 'go test' and we have a dedicated lint job. * build: use -timeout 5m for tests Tests sometimes hang on Travis. CI runs are aborted after 10min with no output. Adding the timeout means we get to see the stack trace for timeouts.
-
Felix Lange authored
This fixes the tests on 32bit platforms.
-
Ryan Schneider authored
-
Gary Rong authored
-
Péter Szilágyi authored
-
Wenbiao Zheng authored
-
Péter Szilágyi authored
-
Javier Peletier authored
-
- Oct 06, 2018
-
-
Philip Schlump authored
-
- Oct 05, 2018
-
-
Jeremy Schlatter authored
-
Martin Holst Swende authored
This is a stopgap until new tests have been generated and imported.
-
Martin Holst Swende authored
* core/vm : fix failing testcase * core/vm: fix nitpick
-
Péter Szilágyi authored
eth/downloader: fix invalid hash chain error due to head mini reorg
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* core/vm: create2 address generation tests * core/vm: per byte cost of CREATE2 * core/vm: fix linter issue in test
-
Martin Holst Swende authored
-
- Oct 04, 2018
-
-
Péter Szilágyi authored
params: add ropsten fork delay, update les checkpoints
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* core/vm/runtim: benchmark create/create2 * core/vm: do less hashing in CREATE2 * core/vm: avoid storing jumpdest analysis for initcode * core/vm: avoid unneccesary lookups, remove unused fields * core/vm: go formatting tests * core/vm: save jumpdest analysis locally * core/vm: use common.Hash instead of nil, fix review comments * core/vm: removed type destinations * core/vm: correct check for empty hash * eth: more elegant api_tracer * core/vm: address review concerns
-
Anton Evangelatov authored
-
Felix Lange authored
-
Péter Szilágyi authored
Enable constantinople on Ropsten testnet
-
Liang Ma authored
-
Felix Lange authored
* cmd/puppeth: fix node URL in health check * cmd/puppeth: set external IP for geth * cmd/puppeth: fix enode cast issue
-
Casey Detrio authored
-
Anton Evangelatov authored
-
- Oct 03, 2018
-
-
Zsolt Felföldi authored
-
Viktor Trón authored
swarm/storage/feeds: Renamed MRU to Swarm Feeds
-
Anton Evangelatov authored
-
Péter Szilágyi authored
-
Samuel Marks authored
-
Javier Peletier authored
-
Javier Peletier authored
-
Javier Peletier authored
-
Javier Peletier authored
-
Javier Peletier authored
-
Javier Peletier authored
-
Javier Peletier authored
-
Javier Peletier authored
-
- Oct 02, 2018
-
-
Elad authored
-