- 11 Jun, 2018 4 commits
-
-
Martin Holst Swende authored
* core: improve getBadBlocks to return full block rlp * core, eth, ethapi: changes to getBadBlocks formatting * ethapi: address review concerns
-
Steven Roose authored
The error produced when using a Parity RPC was the following: ERROR: transaction did not get mined: failed to get tx for txid 0xbdeb094b3278019383c8da148ff1cb5b5dbd61bf8731bc2310ac1b8ed0235226: json: cannot unmarshal non-string into Go struct field txExtraInfo.blockHash of type common.Hash
-
Felföldi Zsolt authored
-
Anton Evangelatov authored
-
- 08 Jun, 2018 1 commit
-
-
Steven Roose authored
This change introduces ethkey changepassphrase <keyfile> to change the passphrase of a key file.
-
- 07 Jun, 2018 2 commits
-
-
Sarlor authored
optimization code
-
ledgerwatch authored
-
- 06 Jun, 2018 1 commit
-
-
Bruno Škvorc authored
-
- 05 Jun, 2018 12 commits
-
-
Guillaume Ballet authored
-
Péter Szilágyi authored
core: concurrent background transaction sender ecrecover
-
Felix Lange authored
* trie: reduce hasher allocations name old time/op new time/op delta Hash-8 4.05µs ±12% 3.56µs ± 9% -12.13% (p=0.000 n=20+19) name old alloc/op new alloc/op delta Hash-8 1.30kB ± 0% 0.66kB ± 0% -49.15% (p=0.000 n=20+20) name old allocs/op new allocs/op delta Hash-8 11.0 ± 0% 8.0 ± 0% -27.27% (p=0.000 n=20+20) * trie: bump initial buffer cap in hasher
-
Elad authored
* vendor: added vendor packages necessary for the swarm-network-rewrite merge into ethereum master * vendor: removed multihash deps
-
kiel barry authored
params: fix golint warnings
-
Antonio Salazar Cardozo authored
Allow the --abi flag to be given - to indicate that it should read the ABI information from standard input. It expects to read the solc output with the --combined-json flag providing bin, abi, userdoc, devdoc, and metadata, and works very similarly to the internal invocation of solc, except it allows external invocation of solc. This facilitates integration with more complex solc invocations, such as invocations that require path remapping or --allow-paths tweaks. Simple usage example: solc --combined-json bin,abi,userdoc,devdoc,metadata *.sol | abigen --abi -
-
Mark authored
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* tracing: fix minor off-by-one error * tracers: go generate
-
Felföldi Zsolt authored
-
Péter Szilágyi authored
core: fix typo in comment code
-
hadv authored
-
- 04 Jun, 2018 7 commits
-
-
Péter Szilágyi authored
cmd: cap cache size if exceeds reasonable range
-
rjl493456442 authored
-
Péter Szilágyi authored
rpc: set timeouts for http server, see #16859
-
Anton Evangelatov authored
* metrics: expvar support for ResettingTimer * metrics: use integers for percentiles; remove Overall * metrics: fix edge-case panic for index-out-of-range
-
Martin Holst Swende authored
-
Péter Szilágyi authored
* core, eth, trie: streaming GC for the trie cache * trie: track memcache statistics
-
Felix Lange authored
Use Read instead of Sum to avoid internal allocations and copying the state. name old time/op new time/op delta CacheGeneration-8 764ms ± 1% 579ms ± 1% -24.22% (p=0.000 n=20+17) SmallDatasetGeneration-8 75.2ms ±12% 60.6ms ±10% -19.37% (p=0.000 n=20+20) HashimotoLight-8 1.58ms ±11% 1.55ms ± 8% ~ (p=0.322 n=20+19) HashimotoFullSmall-8 4.90µs ± 1% 4.88µs ± 1% -0.31% (p=0.013 n=19+18)
-
- 02 Jun, 2018 1 commit
-
-
Ryan Schneider authored
-
- 31 May, 2018 1 commit
-
-
kiel barry authored
-
- 30 May, 2018 5 commits
-
-
kiel barry authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: fix transaction event asynchronicity
-
Péter Szilágyi authored
-
- 29 May, 2018 6 commits
-
-
Wenbiao Zheng authored
This removes a golint warning: type name will be used as trie.TrieSync by other packages, and that stutters; consider calling this Sync. In hexToKeybytes len(hex) is even and (even+1)/2 == even/2, remove the +1.
-
Péter Szilágyi authored
core/vm: fix typo in comment
-
kimmylin authored
-
Dmitry Shulyak authored
-
Abel Nieto authored
-
kiel barry authored
This commit adds many comments and removes unused code. It also removes the EmptyHash function, which had some uses but was silly.
-