Evgeny Danienko
208133b6da
fix
2022-06-03 14:15:56 +03:00
Evgeny Danienko
01b6d6cb72
fix
2022-06-03 13:48:08 +03:00
Evgeny Danienko
494687fc48
fix
2022-06-03 13:47:22 +03:00
Evgeny Danienko
c9a3b9971b
use typed mocks
2022-06-03 12:31:48 +03:00
Manav Darji
b19d5e109b
Merge branch 'master' into rfc35/common-ancestor-approach-units
2022-06-02 21:02:55 +05:30
Manav Darji
8255d194ae
minor fixes and enhancements
2022-06-02 16:34:46 +05:30
Manav Darji
d4e7603315
add debug rpc endpoints for checkpoint whitelist service
2022-06-02 16:23:38 +05:30
Krishna Upadhyaya
783f93b1d7
Merge pull request #418 from maticnetwork/0xkrishna/pos-375
...
Increased default value of rpc.txfeecap to 5
2022-05-31 14:14:44 +05:30
Krishna Upadhyaya
3f5fe0e387
Increased default value of rpc.txfeecap to 5
2022-05-30 13:59:30 +05:30
SHIVAM SHARMA
4fb3f5ddee
Modifying miner.recommit flag and its adjustment function. ( #370 )
...
* changed min/max/current recommit values
* Remove Hardcoded min/max
* Code Sanitization
* Skipping tests for constant recommit interval
* Adding default miner.recommit value
* Minor Change
2022-05-27 21:07:55 +05:30
Manav Darji
2ba7c036a7
fix tests
2022-05-24 17:13:49 +05:30
Manav Darji
cb9d29151c
add more tests
2022-05-24 16:29:39 +05:30
Manav Darji
9c861920d5
modularise fake chain validator in downloader
2022-05-24 15:41:26 +05:30
Manav Darji
c46a29340d
handle all errors
2022-05-24 14:34:26 +05:30
Manav Darji
2b089ee6d3
fix: return value for no remote block
2022-05-24 14:33:45 +05:30
SHIVAM SHARMA
8c3423ca7c
Merge pull request #407 from maticnetwork/POS-374
...
Added logging for statesyncs data
2022-05-23 20:01:19 +05:30
Shivam Sharma
59337a7a07
Minor Fix
2022-05-20 17:32:49 +05:30
Shivam Sharma
20d99d94df
Adding individual gasUsed
2022-05-20 15:57:08 +05:30
Shivam Sharma
b88353c27d
Minor Fix
2022-05-20 14:20:59 +05:30
Shivam Sharma
dba374026f
Minor Changes
2022-05-20 12:32:37 +05:30
Shivam Sharma
8b8395870c
Added number of event-records in log
2022-05-20 12:31:41 +05:30
Shivam Sharma
c8f8465edb
Added logging for state-sync total gas usage
2022-05-20 12:31:21 +05:30
Ferran
e01a0f2619
Limit state sync by gas
2022-05-20 12:31:06 +05:30
Evgeny Danienko
01117acbcc
fmt
2022-05-19 14:41:49 +03:00
Evgeny Danienko
89fadee71e
dont panic
2022-05-19 14:38:49 +03:00
Evgeny Danienko
d4938065c1
fix test
2022-05-19 14:15:35 +03:00
Evgeny Danienko
fb46dd8cdf
minor fixes
2022-05-19 10:23:34 +03:00
Evgeny Danienko
b1b0c0e2fb
test ErrCheckpointMismatch
2022-05-18 17:21:51 +03:00
Evgeny Danienko
af2b5e06b0
wip
2022-05-17 19:24:16 +03:00
Evgeny Danienko
3dd7f59531
more tests
2022-05-17 19:23:57 +03:00
Manav Darji
bae9c4400b
add unit tests for IsValidChain function
2022-05-12 14:49:48 +05:30
Manav Darji
a6ec55bb31
fix tests and format
2022-05-11 17:09:28 +05:30
Victor Castell
f083705e00
Merge pull request #392 from maticnetwork/v0.2.16-candidate
...
v0.2.16 state sync fix
2022-05-10 17:29:45 +02:00
Manav Darji
be01489883
move logs
2022-05-10 17:03:08 +02:00
Manav Darji
e4e5d4a0c1
fix: fetch span retry bug
2022-05-10 17:02:57 +02:00
Arpit Temani
2321e64ed7
V0.2.16 candidate ( #373 )
...
* merge geth v1.10.15
* fix: Removed FastSync from cli server
* fix: TestHeadersRLPStorage
* Added t.skip(ETH2 in bor)
* fix: flow in create consensus engine
* bumped version
* Fix typo
* increase block time
* remove file
* bumped version
* merge gethv1.10.17
* bumped version
* fix failing tests
* Bump Go version to v1.18 (#368 )
* Bump Go version to v1.18.1
* Build using netgo tag
This will create a static build using Go native networking stack.
Checked and it works stable for all archs and distros.
* Fix meta
* Bump version
* Meta as stable
Co-authored-by: Shivam Sharma <shivam691999@gmail.com>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
Co-authored-by: Sandeep Sreenath <sandeep.sreenath@gmail.com>
Co-authored-by: Victor Castell <victor@victorcastell.com>
2022-05-06 12:31:48 +02:00
Evgeny Danienko
aa3004b083
fix types
2022-05-05 18:08:31 +03:00
Evgeny Danienko
2cb82c991a
extract whitelist interface
2022-05-05 17:00:24 +03:00
Manav Darji
cc7c5b3fd9
initial implementation for common ancestor approach
2022-05-02 16:57:02 +05:30
Krishna Upadhyaya
b91293a474
Merge pull request #375 from maticnetwork/krishna/update-mumbai-config
...
Update mumbai config
2022-04-28 16:57:12 +05:30
Victor Castell
fe66e290e6
Fix typo
2022-04-28 13:11:00 +02:00
Victor Castell
429deab982
Fix meta
2022-04-26 18:18:01 +02:00
Manav Darji
0525715949
Merge 'master' into 'v0.2.16-candidate'
2022-04-26 17:21:51 +05:30
Krishna Upadhyaya
8ea9231c5f
fix: update mumbai genesis config
2022-04-22 11:57:26 +05:30
Krishna Upadhyaya
98123ba757
fix: update mumbai config
2022-04-22 11:52:50 +05:30
Sandeep Sreenath
a9fd4385b3
Merge pull request #172 from tn606024/fix-get-block
...
fix: delete check empty tx root hash
2022-04-20 16:21:22 +05:30
shiziwen
d561a25739
fix: modify the comment of txlookuplimit ( #344 )
2022-04-20 16:16:11 +05:30
SHIVAM SHARMA
65f4d27991
Shivam/ethstats backend fix ( #341 )
...
* Emit events for all blocks insertChain()
* small fix
* test-case-fix
* Fix tests
Co-authored-by: Ferran <ferranbt@protonmail.com>
2022-04-20 16:15:21 +05:30
Jaynti Kanani
44603dbaa9
Update rest.go ( #349 )
...
Co-authored-by: Krishna Upadhyaya <krishnau1604@gmail.com>
2022-04-20 15:55:08 +05:30
Sandeep Sreenath
7ff6869d25
Merge pull request #222 from chuwt/chuwt-1029
...
Fix default attach endpoint
2022-04-20 15:31:47 +05:30