- Aug 18, 2017
-
-
Miya Chen authored
-
Péter Szilágyi authored
eth: send but not announce block to peers if propagate is true
-
Péter Szilágyi authored
cmd/puppeth: support blacklisting malicious IPs on ethstats
-
Péter Szilágyi authored
-
mark.lin authored
-
- Aug 17, 2017
-
-
Péter Szilágyi authored
core/vm, crypto/bn256: fix bn256 use and pairing corner case
-
Péter Szilágyi authored
-
- Aug 16, 2017
-
-
Péter Szilágyi authored
core/vm: implement RETURNDATA metropolis opcodes
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
core/vm: implement metropolis static call opcode
-
- Aug 15, 2017
-
-
Péter Szilágyi authored
* Fix STATICCALL so it is able to call precompiles too * Fix write detection to use the correct value argument of CALL * Fix write protection to ignore the value in CALLCODE
-
Jeffrey Wilcke authored
-
Martin Holst Swende authored
-
Péter Szilágyi authored
core/vm: metropolis precompiles
-
- Aug 14, 2017
-
-
Péter Szilágyi authored
swarm: fix megacheck warnings
-
Péter Szilágyi authored
accounts, console, internal: support trezor hardware wallet
-
Egon Elbre authored
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
Péter Szilágyi authored
* Update modexp gas calculation to new version * Fix modexp modulo 0 special case to return zero
-
Péter Szilágyi authored
-
- Aug 11, 2017
-
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
tests: update tests, use blockchain test "network" field
-
Joel Burget authored
* core: Remove unused `state` parameter to `NewEnv`. `cfg.State` is used instead. * core/vm/runtime: remove unused import
-
Maximilian Meister authored
-
gary rong authored
-
Felix Lange authored
Blockchain tests now include the "network" which determines the chain config to use. Remove config matching based on test name and share the name-to-config index with state tests. Byzantium/Constantinople tests are still skipped because most of them fail anyway.
-
- Aug 09, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Aug 08, 2017
-
-
Ivan Daniluk authored
* eth/downloader: fix race in downloadTesterPeer Signed-off-by:
Ivan Daniluk <ivan.daniluk@gmail.com> * eth/downloader: minor datarace fix cleanup
-
Egon Elbre authored
* contracts: fix megacheck errors * contracts: drop useless sleep, lets see what breaks
-
Felföldi Zsolt authored
* les: fix megacheck warnings * les: fixed testGetProofs
-
Egon Elbre authored
* whisper: fix megacheck warnings * whisper/whisperv5: regenerate json codec to fix unused override type
-
Felix Lange authored
-
Egon Elbre authored
* crypto: fix megacheck warnings * crypto/ecies: remove ASN.1 support
-
Péter Szilágyi authored
core: fix txpool journal and test races
-
Egon Elbre authored
* ethdb: add basic sanity test * ethdb: test MemDatabase * ethdb: add parallel tests
-
Péter Szilágyi authored
-