- Apr 08, 2019
-
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
Péter Szilágyi authored
consensus,core: shortcut uncle validation
-
Péter Szilágyi authored
params: set Rinkeby Petersburg fork block (4th May, 2019)
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
Péter Szilágyi authored
appveyor: Upgrade to go1.12.2
-
Péter Szilágyi authored
-
- Apr 06, 2019
-
-
Samuel Marks authored
-
- Apr 05, 2019
-
-
Péter Szilágyi authored
cmd: nuke geth bug, nobody is using it anyway
-
Péter Szilágyi authored
trie: there's no point in retrieving the metaroot
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
cmd/geth, internal, node, vendor: nuke geth monitor
-
Péter Szilágyi authored
-
Gary Rong authored
* core/state: fix state iterator * core: fix state iterator more elegant
-
- Apr 04, 2019
-
-
Péter Szilágyi authored
core: re-emit new log event when logs rebirth
-
Steve Ruckdashel authored
* node: switching prometheus flock location to tsdb * rookie mistake
-
Péter Szilágyi authored
-
Gary Rong authored
-
Gary Rong authored
* cmd, accounts, internal, node, rpc, signer: insecure unlock protect * all: strict unlock API by rpc * cmd/geth: check before printing warning log * accounts, cmd/geth, internal: tiny polishes
-
hydai authored
-
Martin Holst Swende authored
This PR makes it easy to generate and execute testcases for VM arithmetic operations. By enabling and running the testcase TestWriteExpectedValues, a set of json files are created which contain input and output for each arith operation. The test TestJsonTestcases executes all of those tests. While meaningless as is, this PR makes it less risky to make changes (optimizations) to the vm operations, since there will be a larger body of testcases.
-
- Apr 03, 2019
-
-
Zsolt Felföldi authored
-
- Apr 02, 2019
-
-
Martin Holst Swende authored
* all: simplify timestamps to uint64 * tests: update definitions * clef, faucet, mobile: leftover uint64 fixups * ethash: fix tests * graphql: update schema for timestamp * ethash: remove unused variable
-
Péter Szilágyi authored
core: prefetch next block state concurrently
-
Péter Szilágyi authored
console: handle eth.coinbase throws
-
Péter Szilágyi authored
-
Runchao Han authored
-
Péter Szilágyi authored
light, params: update CHTs, integrate CHT for Goerli too
-
Péter Szilágyi authored
-
William Setzer authored
Corrected error for ExitWhenSyncedFlag, clarifying that the program exits after syncing completes.
-
Viktor Trón authored
swarm/network: hive bug: needed shallow peers are not sent to nodes beyond connection's proximity order (#19326) * swarm/network: fix hive bug not sending shallow peers - hive bug: needed shallow peers were not sent to nodes beyond connection's proximity order - add extensive protocol exchange tests for initial subPeersMsg-peersMsg exchange - modify bzzProtocolTester to allow pregenerated overlay addresses * swarm/network: attempt to fix hive persistance test * swarm/network: fix TestHiveStatePersistance (#1320) * swarm/network: remove trace lines from the hive persistance test * address PR review comments * swarm/network: address PR comments on TestInitialPeersMsg * eliminate *testing.T argument from bzz/hive protocoltesters * add sorting (only runs in test code) on peersMsg payload * add random (0 to MaxPeersPerPO) peers for each po * add extra peers closer to pivot than control
-
- Apr 01, 2019
-
-
Péter Szilágyi authored
core/vm: Correct the Memory Gas Overflow condition
-
Péter Szilágyi authored
-
Ian Norden authored
Add methods that allow for the unpacking of event logs into maps (allows for agnostic unpacking of logs)
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Mar 29, 2019
-
-
Péter Szilágyi authored
core: cache tx signature before obtaining lock
-
贺鹏飞 authored
-