Egon Elbre
8f06b7980d
eth: fix megacheck warnings
7 years ago
Egon Elbre
971079822e
light: fix megacheck warnings ( #14920 )
7 years ago
Egon Elbre
f42bd73ce5
internal: fix megacheck warnings ( #14919 )
7 years ago
Péter Szilágyi
f5925b0459
Merge pull request #14928 from fjl/build-goroot-explain
...
internal/build: add GoTool and document why it uses GOROOT
7 years ago
Péter Szilágyi
67439c1dba
Merge pull request #14927 from karalabe/blockchain-test-cleanups
...
core: fix blockchain goroutine leaks in tests
7 years ago
Felix Lange
f59a49d591
internal/build: add GoTool and document why it uses GOROOT
7 years ago
Péter Szilágyi
2b50367fe9
core: fix blockchain goroutine leaks in tests
7 years ago
Péter Szilágyi
46cf0a616b
Merge pull request #14914 from egonelbre/megacheck_consensus
...
consensus: fix megacheck warnings
7 years ago
Egon Elbre
85454e7678
cmd: fix megacheck warnings ( #14912 )
...
* cmd: fix megacheck warnings
* cmd: revert time.Until changes, keep readFloat
7 years ago
Egon Elbre
80de4dc72c
consensus: revert time.Until change
7 years ago
Péter Szilágyi
8c2cf3c66c
Merge pull request #14922 from egonelbre/megacheck_miner
...
miner: fix megacheck warnings
7 years ago
Péter Szilágyi
37e9fcacca
Merge pull request #14923 from egonelbre/megacheck_node
...
node: fix megacheck warnings
7 years ago
Péter Szilágyi
b36f54c684
Merge pull request #14918 from egonelbre/megacheck_ethstats
...
ethstats: fix megacheck warnings
7 years ago
Péter Szilágyi
3991745c5f
Merge pull request #14921 from egonelbre/megacheck_log
...
log: fix megacheck warnings
7 years ago
Péter Szilágyi
6dd2803b8e
Merge pull request #14915 from egonelbre/megacheck_console
...
console: fix megacheck warnings
7 years ago
Péter Szilágyi
fc0c6c175c
Merge pull request #14913 from egonelbre/megacheck_common
...
common: fix megacheck warnings
7 years ago
Egon Elbre
7c74e166b0
accounts: fix megacheck warnings ( #14903 )
...
* accounts: fix megacheck warnings
* accounts: don't modify abi in favor of full cleanup
7 years ago
Péter Szilágyi
f7848c2aa5
Merge pull request #14911 from karalabe/txpool-flaky-test
...
core: bump timeout test to avoid flakyness on overloaded ci
7 years ago
Egon Elbre
19866075ac
node: fix megacheck warnings
7 years ago
Egon Elbre
faafeef79e
miner: fix megacheck warnings
7 years ago
Egon Elbre
cd82b89fde
log: fix megacheck warnings
7 years ago
Egon Elbre
3780d0b6f7
ethstats: fix megacheck warnings
7 years ago
Egon Elbre
ff89a3ddce
console: fix megacheck warnings
7 years ago
Egon Elbre
aee70ae30b
consensus: fix megacheck warnings
7 years ago
Egon Elbre
392151e251
common: fix megacheck warnings
7 years ago
Péter Szilágyi
5b742fb82b
core: bump timeout test to avoid flakyness on overloaded ci
7 years ago
Péter Szilágyi
b159cdd8dd
Merge pull request #14910 from karalabe/drop-yakkety-support
...
build: drop yakkety builds (launchpad end of life)
7 years ago
Péter Szilágyi
524ca544b2
build: drop yakkety builds (launchpad end of life)
7 years ago
Péter Szilágyi
1059927f9c
Merge pull request #14905 from armellini13/patch-1
...
node: fix doc typo
7 years ago
Agustin Armellini Fischer
fca6e515d6
node: fix doc typo
7 years ago
Péter Szilágyi
ca436f4b90
Merge pull request #14897 from karalabe/cardinal-sin
...
cmd/puppeth: remove wrapping loop in single reads
7 years ago
Péter Szilágyi
350bb6d9ca
Merge pull request #14898 from detailyang/patch-1
...
Makefile: call shell function to get pwd
7 years ago
detailyang
5e805aa865
Makefile: call shell function to get pwd
7 years ago
Péter Szilágyi
455fcc8309
cmd/puppeth: remove wrapping loop in single reads
7 years ago
evgk
0cc9b8791e
core/vm: fix typo in comment ( #14894 )
7 years ago
Péter Szilágyi
8b84bd283f
Merge pull request #14889 from karalabe/ethash-cache-on-import
...
cmd: add makecache cmd, use caches during import cmd
7 years ago
Péter Szilágyi
4a260dc1f2
cmd: add makecache cmd, use caches during import cmd
7 years ago
akiva
4371367cd1
Makefile, README: remove evm target, add puppeth to table ( #14886 )
7 years ago
Jim McDonald
bc0e6a5e68
ethclient: add NetworkID method ( #14791 )
...
There is currently no simple way to obtain the network ID from a Client.
This adds a NetworkID method that wraps the net_version JSON-RPC call.
7 years ago
Lewis Marshall
60c858a529
swarm/api: make api.NewManifest synchronous ( #14880 )
...
Previously, NewManifest was asynchronous so subsequent code which tried
to use the returned manifest could error as the manifest was not yet
persisted.
7 years ago
Lewis Marshall
e9b850805e
cmd/swarm: support exporting, importing chunk db ( #14868 )
7 years ago
njupt-moon
53f3460ab5
core/asm: fix hex number lexing ( #14861 )
7 years ago
Felix Lange
bdf98b4fcd
common: EIP55-compliant Address.Hex() ( #14815 )
...
This patch updates the Address type in common/types.go so that the Hex
function provides an EIP55-compliant output string. The implementation is pretty lightweight;
on my laptop the benchmark gives 1100ns/op, with the majority of that value due to the Keccak hash.
7 years ago
bas-vk
c259e6874e
light: update txpool signer to EIP155 ( #14720 )
7 years ago
Lee Hyeon
13cda8d9b6
Makefile: fixed GOBIN absolute path issue ( #14854 )
7 years ago
Mark
4f9789b28d
core: avoid write existing block again ( #14849 )
7 years ago
Péter Szilágyi
ee748d1451
Merge pull request #14882 from am2rican5/rinkeby-genesis
...
mobile: add RinkebyGenesis method
7 years ago
am2rican5
0732ad4e47
mobile: add RinkebyGenesis method
7 years ago
Péter Szilágyi
3d32690b54
cmd, core, eth: journal local transactions to disk ( #14784 )
...
* core: reduce txpool event loop goroutines and sync structs
* cmd, core, eth: journal local transactions to disk
* core: journal replacement pending transactions too
* core: separate transaction journal from pool
7 years ago
Péter Szilágyi
a602ee90f2
Merge pull request #14858 from xmikus01/patch-1
...
trie: typo in comment
7 years ago