Martin Holst Swende
8698fbabf6
cmd/puppeth: implement chainspec converters
2018-12-03 12:34:41 +02:00
Péter Szilágyi
a3fd415c0f
Merge pull request #18235 from karalabe/puppeth-enforce-lowercase
...
cmd/puppeth: enforce lowercase network names
2018-12-03 12:23:57 +02:00
Péter Szilágyi
4825d9c3dd
cmd/puppeth: enforce lowercase network names
2018-12-03 12:17:08 +02:00
Marius Kjærstad
f850123ec7
Changed http:// to https:// on JSON-RPC link ( #18224 )
...
Changed http:// to https:// on JSON-RPC link in README.md
2018-12-02 13:03:31 +01:00
vim88
efe5886877
signer/core: Fixes typo of method name in comment. ( #18222 )
2018-12-02 13:00:42 +01:00
AnilChinchawale
1ff0fd2cff
refactor cache BlockSigners
2018-12-02 14:52:54 +05:30
AnilChinchawale
6d3bcd918f
fix nil exception
2018-12-04 14:29:07 +05:30
parmarrushabh
4a12d746ff
tmp fix ethash unittests
2018-12-04 14:25:55 +05:30
AnilChinchawale
87896dcdf9
remove debug info
2018-12-04 12:27:26 +05:30
parmarrushabh
2b7010d51f
add state variable to verifyHeader(), verifyHeaders() in the consensus
2018-12-02 12:21:48 +05:30
parmarrushabh
bd2419e7a3
fix GetVoterCap
2018-12-02 12:10:18 +05:30
AnilChinchawale
b10d8170c7
add GetVoterCap func
2018-12-02 11:30:04 +05:30
AnilChinchawale
8a456132e5
modify logic to adapt new readers
2018-12-02 11:26:18 +05:30
AnilChinchawale
4b1f635636
add randomize(smc) reader
2018-12-02 11:16:17 +05:30
parmarrushabh
271cab95a4
update blocksigner(smc) reader
2018-12-02 11:10:48 +05:30
parmarrushabh
3cf363ea27
add validator(smc) reader
2018-12-02 10:51:11 +05:30
lash
085f89172f
swarm/pss: Add same api interface for all Send* methods ( #18218 )
2018-12-01 07:07:18 +01:00
needkane
54abb97e3b
p2p: use errors.New instead of fmt.Errorf ( #18193 )
2018-11-30 22:38:37 +01:00
Felix Lange
ef8ced4151
vendor: update github.com/karalabe/hid ( #18213 )
...
Fixes #15101 because hidapi is no longer being called from an
init function.
2018-11-30 11:22:53 +02:00
Anton Evangelatov
7e7781ffaa
cmd/swarm: add flag for application name (swarm or swarm-private) ( #18189 )
...
* cmd/swarm: add flag for application name (swarm or swarm-private)
* cmd/swarm/swarm-smoke: return correct exit code
* cmd/swarm/swarm-smoke: remove colorable
* remove swarm/grafana_dashboards
2018-11-29 18:43:15 +02:00
Péter Szilágyi
cf62bd2e88
cmd/utils: max out the OS file allowance, don't cap to 2K
2018-11-29 12:47:29 +02:00
Péter Szilágyi
01371469e6
vendor: update leveldb ( #18205 )
2018-11-29 12:07:10 +02:00
Wenbiao Zheng
32d35c9c08
accounts/keystore: delete the redundant keystore in filename ( #17930 )
...
* accounts/keystore: reduce file name length
* accounts/keystore: reduce code line width
2018-11-29 12:04:56 +02:00
Eugene Valeyev
a4428c505e
mobile: added constructor for BigInts ( #17828 )
2018-11-29 12:02:31 +02:00
zah
55a4ff806f
remove a no-op line in the code ( #17760 )
2018-11-29 10:56:59 +01:00
Martin Holst Swende
8380a1303c
vendor: update leveldb
2018-11-29 09:58:09 +01:00
Martin Holst Swende
7c657fc789
tests, core: update tests and make STATICCALL cause touch-delete ( #18187 )
2018-11-29 10:51:57 +02:00
Matthew Di Ferrante
3d21d455dc
cmd/evm: commit statedb if dump is requested ( #18208 )
...
Add a call `statedb.Commit(true)` if the `Dump` flag is on, as otherwise the `storage` output in the dump is always empty.
2018-11-29 09:29:12 +01:00
Franklin
3dba6a6d27
remove unrelated code
2018-11-28 22:42:07 +08:00
Péter Szilágyi
a7501d0c41
params, swarm: start Geth v1.8.20 and Swarm v0.3.8 release cycle
2018-11-28 14:44:00 +02:00
Péter Szilágyi
dae82f0985
params, swarm: release Geth v1.8.19 and Swarm v0.3.7
2018-11-28 14:42:37 +02:00
Péter Szilágyi
8fdbbef72d
Merge pull request #18196 from karalabe/downloader-cht-fix
...
eth/downloader: fix light client cht binary search issue
2018-11-28 14:40:32 +02:00
Péter Szilágyi
8696986547
Merge pull request #18197 from karalabe/v1.8.19-chts
...
params: update CHTs for the v1.8.19 release
2018-11-28 13:54:32 +02:00
Péter Szilágyi
d606a7a46a
params: update CHTs for the v1.8.19 release
2018-11-28 13:53:33 +02:00
Péter Szilágyi
174083c3ae
eth/downloader: fix light client cht binary search issue
2018-11-28 13:46:13 +02:00
Martin Holst Swende
bfed28a421
core: more detailed metrics for block processing ( #18119 )
2018-11-28 10:29:05 +02:00
Péter Szilágyi
edc39aaedf
p2p/discv5: gofmt
2018-11-27 14:50:47 +02:00
ANOTHEL
89fe24bbcc
p2p/discv5: minor code simplification ( #18188 )
...
* Update net.go
more simple
* Update net.go
2018-11-27 14:00:57 +02:00
Liang Ma
8b9f469419
p2p/protocols: fix minor comments typo ( #18185 )
2018-11-27 12:52:30 +02:00
MestryOmkar
fedd6fbc3a
add smc ultilities
2018-11-27 10:44:01 +05:30
parmarrushabh
aac29ab1be
add BlockSigners reader
2018-11-27 10:36:44 +05:30
parmarrushabh
b2007b7ed0
updated validator_test.go
2018-11-27 10:24:47 +05:30
AnilChinchawale
549b08d953
rollback fix duplicate count reward
2018-11-27 10:15:34 +05:30
AnilChinchawale
da52e3163e
get blocksigner from cached
2018-11-27 18:20:25 +05:30
holisticode
695a5cce1e
Increase bzz version ( #18184 )
...
* swarm/network/stream/: added stream protocol version match tests
* Increase BZZ version due to streamer version change; version tests
* swarm/network: increased hive and test protocol version
2018-11-26 19:34:40 +01:00
Janoš Guljaš
c207edf2a3
swarm: add database abstractions (shed package) ( #18183 )
2018-11-26 18:49:01 +01:00
Javier Peletier
4f0d978eaa
cmd/swarm: update should error on manifest mismatch ( #18047 )
...
* cmd/swarm: fix ethersphere/go-ethereum#979 :
update should error on manifest mistmatch
* cmd/swarm: fixed comments and remove sprintf from log.Info
* cmd/swarm: remove unnecessary comment
2018-11-26 17:37:59 +01:00
lash
1cd007ecae
swarm/network: Correct neighborhood depth ( #18066 )
2018-11-26 17:13:59 +01:00
holisticode
bba5fd8192
Accounting metrics reporter ( #18136 )
2018-11-26 17:05:18 +01:00
Javier Peletier
2714e8f091
Remove multihash from Swarm bzz:// for Feeds ( #18175 )
2018-11-26 16:10:22 +01:00