- 08 Apr, 2019 16 commits
-
-
Guillaume Ballet authored
Instead, use a go library that communicates with pcscd over a socket. Also update the changes introduced by @gravityblast since this PR's inception
-
Guillaume Ballet authored
-
Guillaume Ballet authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Nick Johnson authored
-
Nick Johnson 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
-
- 06 Apr, 2019 1 commit
-
-
Samuel Marks authored
-
- 05 Apr, 2019 7 commits
-
-
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
-
- 04 Apr, 2019 7 commits
-
-
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
-
rjl493456442 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.
-
- 03 Apr, 2019 1 commit
-
-
Felföldi Zsolt authored
-
- 02 Apr, 2019 8 commits
-
-
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.
-