Commit graph

9743 commits

Author SHA1 Message Date
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
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
AnilChinchwale
360584a498 Revert adding double validation layer 2018-11-09 14:39:48 +05:30
parmarrushabh
161053b345 verify validators info at checkpoint block 2018-11-09 14:20:08 +05:30
parmarrushabh
7ebdbeed64 fix after reviewing 2018-11-09 13:07:34 +05:30
AnilChinchwale
9fc966c7db Broadcast special Tx through pairRW 2018-11-09 12:56:56 +05:30
MestryOmkar
076cc560e5 add a pair connections with each peer 2018-11-09 12:52:01 +05:30
MestryOmkar
8e1ffd7c72 Add penalty feature for prevent signer without sign in epoc make slow 2018-11-09 12:49:54 +05:30
parmarrushabh
9d6344fbb4 Broadcast special Tx through pairRW 2018-11-09 12:45:18 +05:30
parmarrushabh
9fb0674907 add a pair connections with each peer 2018-11-07 12:23:51 +05:30
AnilChinchwale
9414ae6f2a Add penalty feature for prevent signer without sign in epoc make slow 2018-11-07 12:05:58 +05:30
MestryOmkar
7892d7c162 Fixed unit test for new randomize smc. 2018-11-07 11:49:10 +05:30
AnilChinchwale
b53a7a111a add validation to randomize smc 2018-11-07 11:42:03 +05:30
parmarrushabh
15c5f76c39 change EstimateGas from pending block to latest block 2018-11-07 11:27:55 +05:30
parmarrushabh
38d7c2c707 tiny fix hook penalty 2018-11-07 11:23:55 +05:30