Péter Szilágyi
|
f4d81178d8
|
Merge pull request #14563 from karalabe/ethstats-reduce-traffic-2
ethstats: reduce ethstats traffic by trottling reports
|
8 years ago |
Péter Szilágyi
|
310d2e7ef4
|
Merge pull request #14564 from karalabe/fix-1.6-docker
cotnainers/docker: fix the legacy alpine image before dropping
|
8 years ago |
Péter Szilágyi
|
3ecde4e2aa
|
cotnainers/docker: fix the legacy alpine image before dropping
|
8 years ago |
Péter Szilágyi
|
a355b401db
|
ethstats: reduce ethstats traffic by trottling reports
|
8 years ago |
Péter Szilágyi
|
cba33029a8
|
core: only reorg changed account, not all
|
8 years ago |
Péter Szilágyi
|
9702badd83
|
core: don't uselessly recheck transactions on dump
|
8 years ago |
Felix Lange
|
067dc2cbf5
|
params, VERSION: 1.6.3 unstable
|
8 years ago |
Felix Lange
|
65979770e6
|
params: 1.6.2 stable
|
8 years ago |
Péter Szilágyi
|
41bdf49eed
|
Merge pull request #14516 from holiman/noncefixes
internal/ethapi: add mutex around signing + nonce assignment
|
8 years ago |
Martin Holst Swende
|
ea11f7dd7a
|
internal/ethapi: add mutex around signing + nonce assignment
This prevents concurrent assignment of identical nonces when automatic
assignment is used.
|
8 years ago |
Péter Szilágyi
|
8df24760d7
|
Merge pull request #14553 from karalabe/puppeth-key-check
cmd/puppeth: fix improper key validation for remotes
|
8 years ago |
Péter Szilágyi
|
71814bf6c4
|
Merge pull request #14547 from karalabe/txpool-gas-decrease
core: check for gas limit exceeding txs too on new block
|
8 years ago |
Péter Szilágyi
|
ec1700600a
|
cmd/puppeth: fix improper key validation for remotes
|
8 years ago |
Péter Szilágyi
|
b0f30b0b37
|
Merge pull request #14545 from karalabe/clique-cache-signatures
consensus/clique: cache block signatures for fast checks
|
8 years ago |
Péter Szilágyi
|
e96f2981e2
|
Merge pull request #14548 from karalabe/ethstats-no-txs
ethstats: don't report transaction content, only hash
|
8 years ago |
Péter Szilágyi
|
09d59da3a1
|
ethstats: don't report transaction content, only hash
|
8 years ago |
Péter Szilágyi
|
280609c99b
|
core: check for gas limit exceeding txs too on new block
|
8 years ago |
Péter Szilágyi
|
309da541de
|
consensus/clique: cache block signatures for fast checks
|
8 years ago |
Péter Szilágyi
|
dd06c85843
|
Merge pull request #14523 from karalabe/txpool-cli-flags
cmd, core, eth: configurable txpool parameters
|
8 years ago |
Péter Szilágyi
|
ae40d51410
|
Merge pull request #14539 from karalabe/txpool-inspec-nonces
internal/ethapi: fix tx nonces in pool inspect/content
|
8 years ago |
Péter Szilágyi
|
b865fad888
|
Merge pull request #14537 from karalabe/setgasprice-durning-nomine
eth: update default gas price when not mining too
|
8 years ago |
Péter Szilágyi
|
afb17cf071
|
Merge pull request #14524 from karalabe/noimport-during-fastsync
eth: don't import propagated blocks during fastsync
|
8 years ago |
Péter Szilágyi
|
08959bbc70
|
cmd, core, eth: configurable txpool parameters
|
8 years ago |
Péter Szilágyi
|
673c92db6b
|
internal/ethapi: fix tx nonces in pool inspect/content
|
8 years ago |
Péter Szilágyi
|
c2a494c743
|
eth: update default gas price when not mining too
|
8 years ago |
Péter Szilágyi
|
afdd23b5ca
|
eth: don't import propagated blocks during fastsync
|
8 years ago |
Nick Johnson
|
cb809c03da
|
Merge pull request #14517 from Ali92hm/master
Improved Dockerfile?
|
8 years ago |
Ali92hm
|
45421d3130
|
dockerfile: expose 30303/udp
|
8 years ago |
Ali92hm
|
115e7d71cc
|
dockerfile: cp geth to /usr/local/bin
|
8 years ago |
Péter Szilágyi
|
dd5ed01f3b
|
Merge pull request #14514 from karalabe/go1.8.3
travis, appveyor: bump to Go 1.8.3, Android NDK 14b
|
8 years ago |
Péter Szilágyi
|
b7ff0d42e3
|
Merge pull request #14515 from karalabe/golint-tooooolong
core: fix various golint warnings and errors
|
8 years ago |
Péter Szilágyi
|
c98bce709c
|
core: fix minor accidental typos and comment errors
|
8 years ago |
changhong
|
17f0b11942
|
core: typos and comments improve
1. fix typos
2. methods recevier of struct should be same
3. comments improve
(cherry picked from commit 1ba9795395 )
|
8 years ago |
Péter Szilágyi
|
6231edcbab
|
travis, appveyor: bump to Go 1.8.3, Android NDK 14b
|
8 years ago |
Péter Szilágyi
|
07aae19e5d
|
Merge pull request #14446 from bas-vk/cli-help
Rewrite templates for (sub)commands help section
|
8 years ago |
Péter Szilágyi
|
b596b4ba5b
|
Merge pull request #14513 from obscuren/allocate-stack
core/vm: allocate stack to 1024
|
8 years ago |
Or Rikon
|
8b1e4c4c5e
|
README: corrected attach example (#14512)
|
8 years ago |
Jeffrey Wilcke
|
846d091bd2
|
core/vm: allocate stack to 1024
Pre allocate the stack to 1024 optimising stack pushing, reducing calls
to runtime.makeslice and runtime.mallocgc
|
8 years ago |
Bas van Kervel
|
a346aedb90
|
cmd/geth: reorganise help section for new cli flag handling
|
8 years ago |
Felix Lange
|
ef25b826e6
|
Merge pull request #14502 from karalabe/mobile-import-ecdsa
Enforce 256 bit keys on raw import, support raw mobile imports
|
8 years ago |
Felix Lange
|
261b3e2351
|
Merge pull request #14336 from obscuren/metropolis-preparation
consensus, core/*, params: metropolis preparation refactor
|
8 years ago |
Péter Szilágyi
|
344f25fb3e
|
Merge pull request #14507 from karalabe/faucet-misspell
cmd/faucet: fix a few typos
|
8 years ago |
Péter Szilágyi
|
1afaea4bfe
|
cmd/faucet: fix a few typos
|
8 years ago |
Felix Lange
|
11cf5b7ead
|
consensus/ethash: fix TestCalcDifficulty
|
8 years ago |
Felix Lange
|
069cb661c3
|
crypto/bn256: fix go vet false positive
Also add the package to the license tool ignore list.
|
8 years ago |
Péter Szilágyi
|
3b8915e387
|
Merge pull request #14504 from bas-vk/wallet-import
cmd/geth: reintroduce wallet import subcommand
|
8 years ago |
Bas van Kervel
|
437ceaa9be
|
cmd/geth: reintroduce wallet import subcommand
|
8 years ago |
Péter Szilágyi
|
136f78ff0a
|
mobile: support importing flat ecdsa keyst too
|
8 years ago |
Péter Szilágyi
|
aa73420207
|
accounts/keystore, crypto: enforce 256 bit keys on import
|
8 years ago |
Péter Szilágyi
|
3556962053
|
Merge pull request #14501 from sqli-nantes/master
mobile: manage FilterQuery enabling contract events subscription
|
8 years ago |