Ferenc Szabo
8080265f3f
swarm/storage: fix access count on dbstore after cache hit ( #17978 )
...
Access count was not incremented when chunk was retrieved
from cache. So the garbage collector might have deleted the most
frequently accessed chunk from disk.
Co-authored-by: Ferenc Szabo <ferenc.szabo@ethereum.org>
2018-11-13 07:41:01 +01:00
gary rong
1212c7b844
core: fix default trie cache limit ( #17860 )
2018-11-12 18:06:34 +02:00
lash
201a0bf181
p2p/simulations, swarm/network: Custom services in snapshot ( #17991 )
...
* p2p/simulations: Add custom services to simnodes + remove sim down conn objs
* p2p/simulation, swarm/network: Add selective services to discovery sim
* p2p/simulations, swarm/network: Remove useless comments
* p2p/simulations, swarm/network: Clean up mess from rebase
* p2p/simulation: Add sleep to prevent connect flakiness in http test
* p2p/simulations: added concurrent goroutines to prevent sleeps on simulation connect/disconnect
* p2p/simulations, swarm/network/simulations: address pr comments
* reinstated dummy service
* fixed http snapshot test
2018-11-12 14:57:17 +01:00
Andrew Chiw
a0876f7433
Imply that SwarmApiFlag is the API endpoint to connect to, not to listen on ( #18071 )
2018-11-12 13:04:13 +01:00
parmarrushabh
8562d53da0
Fixed delay longer than 10 seconds when near at block checkpoint.
2018-11-12 16:54:06 +05:30
AnilChinchawale
6f4bb10efd
sort by big.Int
2018-11-12 16:16:24 +05:30
MestryOmkar
d3fc7da872
Fixed gasprice minimum 2500 for get gasprice api.
2018-11-12 16:09:28 +05:30
MestryOmkar
bbadba469b
change difficulty block in XDPoS
2018-11-12 15:52:55 +05:30
parmarrushabh
176b51f1f8
ignore faster with block no validator m2
2018-11-12 15:41:24 +05:30
AnilChinchawale
ec1935a2c4
update devnet genesis, include DV and slashing
2018-11-12 15:33:43 +05:30
parmarrushabh
f023a88fc5
upgrade github.com/rjeczalik/notify
2018-11-12 15:29:53 +05:30
MestryOmkar
4e1b835434
enable txPool flags
2018-11-12 15:09:35 +05:30
parmarrushabh
2a4d8db5da
fix gas limit for block equal param
2018-11-12 13:10:40 +05:30
parmarrushabh
f586154a8e
fix error transaction underpriced when add sign tx to pool(full)
2018-11-12 13:08:55 +05:30
AnilChinchawale
72bc872939
fix unit test: remove td test
2018-11-12 12:56:06 +05:30
AnilChinchawale
1eda4b653c
stop node when updateM1 fails
2018-11-12 12:51:18 +05:30
MestryOmkar
54543deb8a
fix reorg unit test
2018-11-12 12:44:22 +05:30
MestryOmkar
5111364215
fix error double validation : m2 not validate body before verify block
2018-11-12 12:39:52 +05:30
parmarrushabh
05ea5f10f7
fix unit test tx pool
2018-11-12 12:10:22 +05:30
AnilChinchawale
592259eb73
refactor RemoveItemFromArray
2018-11-12 12:06:38 +05:30
AnilChinchawale
4211d56ad0
Fixed reward inflation and add unit test.
2018-11-12 12:03:22 +05:30
MestryOmkar
de7c60ed49
sleep time when fetch receive future block
2018-11-12 11:45:26 +05:30
parmarrushabh
3268d372a0
fix error fatal error: concurrent map read and map write
2018-11-12 11:39:43 +05:30
parmarrushabh
7d162336fa
Add MultisigWallet to puppeth for build new genesis.
2018-11-12 11:37:26 +05:30
Corey Lin
1ff152f3a4
rawdb: remove unused parameter for WritePreimages func ( #18059 )
...
* rawdb: remove unused parameter for WritePreimages func and modify a
spelling mistake
* rawdb: update the doc for function WritePreimages
2018-11-09 12:51:07 +02:00
Kurkó Mihály
f574c4e74b
metrics, p2p: add ephemeral registry ( #18067 )
...
* metrics, p2p: add ephemeral registry
* metrics: fix linter issue
2018-11-09 10:20:51 +01:00
MestryOmkar
575e63b894
reduce gas limit for Tx randomize
2018-11-09 11:05:14 +05:30
AnilChinchawale
75c6ed60a7
maxpeers, not maxpeer
2018-11-09 11:01:34 +05:30
AnilChinchawale
21656d1855
fix error panic in func RemoveItemFromArray
2018-11-09 10:59:55 +05:30
parmarrushabh
3fc36efeb3
Fixed golint.
2018-11-09 10:49:11 +05:30
parmarrushabh
25f010b5ab
remove useless code
2018-11-09 18:20:59 +05:30
MestryOmkar
0064693228
fix error duplicate nonce when fetcher insert multi blocks
2018-11-09 18:15:13 +05:30
parmarrushabh
4ab15c94d3
fix maximum 100 % finality
2018-11-09 18:10:38 +05:30
MestryOmkar
01a3ec9a47
tiny fix m2 duplicate sign block
2018-11-09 18:07:01 +05:30
MestryOmkar
fa90c3eeb0
crypto/bn256: fix issues caused by Go 1.11
2018-11-09 17:58:40 +05:30
AnilChinchwale
fd471f8d3b
vendor: fix leveldb crash when bigger than 1 TiB
2018-11-09 17:52:25 +05:30
parmarrushabh
02e79adc57
add maxpeer to node image entrypoint
2018-11-09 17:25:21 +05:30
MestryOmkar
579adf1c8e
fix tiny error when full node import block
2018-11-09 17:23:18 +05:30
AnilChinchwale
5ebc19f70a
fix error deadlocked master node
2018-11-09 17:17:50 +05:30
AnilChinchwale
2e505d6e99
change info at extra data in block from geth to XDC
2018-11-09 17:10:51 +05:30
parmarrushabh
0c8315163b
extend max peer per node to 200
2018-11-09 17:06:14 +05:30
MestryOmkar
1175d8e1b1
fix dv m2 validate block detail before broadcast
2018-11-09 16:53:09 +05:30
AnilChinchwale
53e39d77ac
fix error double validation
2018-11-09 16:42:45 +05:30
AnilChinchwale
03c07f37b4
tiny fix double validation
2018-11-09 16:39:14 +05:30
parmarrushabh
1396b1a10f
Fixed unit test for new m2 block header.
2018-11-09 16:29:54 +05:30
MestryOmkar
07b4be1284
Add new block header validator for store m2 data.
2018-11-09 16:11:13 +05:30
parmarrushabh
f0761106f4
m1 mine block but only broadcast block wait m2 validate
2018-11-09 16:01:01 +05:30
AnilChinchwale
3f1aadb861
fixed double validater
2018-11-09 15:43:29 +05:30
AnilChinchwale
8b92c4176c
move from SubscribeTx to Subscribe Special Tx in Double Validate
2018-11-09 15:00:22 +05:30
MestryOmkar
89d931299f
correct order - dv before importing
2018-11-09 14:46:03 +05:30