Commit graph

15511 commits

Author SHA1 Message Date
Shivam Sharma
36fa343a1b fix : test-integration 2023-07-24 16:11:03 +05:30
Shivam Sharma
6528e4500b fix : lint 2023-07-24 14:44:50 +05:30
Shivam Sharma
e7df3cce45 Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:29:51 +05:30
Shivam Sharma
811c90f549 Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30
SHIVAM SHARMA
a801b75b5b
Merge pull request #910 from maticnetwork/shivam/POS-1599
fix : testcases
2023-07-24 11:13:42 +05:30
Shivam Sharma
973f11647a rm: t.parallel from testQueueTimeLimiting tests 2023-07-23 15:27:01 +05:30
Shivam Sharma
c48743ad0f fix : deadlocks 2023-07-21 18:46:35 +05:30
Pratik Patil
e7b00c40c6
Moved TxDependency Metadata to ExtraData in Block Header (#930)
* moved TxDependency Metadata to ExtraData in Block Header

* updated unit tests

* lints

* small bug fix

* small improvement

* minor bug fix

* addressed comments

* bug fix, only using the BlockExtraData structure after the Parallel Universe HF

* addressed comments

* fixed an error

* bug fix

* encoding nil ValidatorBytes and TxDependency in prepare if the current block is not the last block of the sprint

* bug fix
2023-07-19 20:37:30 +05:30
Manav Darji
896e4bbcbe
rpc: add execution pool metrics (#919)
* rpc: add execution pool metrics

* rpc: stop execution pool and report metrics using ticker

* fix lint

* update go.mod, update metric report interval

* handle empty workerpool case to fix tests

* fix lint

* refactor ep metrics collection based on each service

* remove log

* rpc: convert processed metric to histogram
2023-07-19 12:00:17 +05:30
marcello33
67878747b3
mardizzone/POS-1605: go and deps upgrade (#929)
* dev: chg: pos-1605: fix govulns by bumping golang version and replacing mongodb version

* dev: chg: pos-1605: update some dependencies to solve dependabot vulns

* dev: chg: update linter for compatibility with upgraded go version

* dev: chg: update go version in golangci lintere

* dev: chg: update go version in ci workflow, docker and travis

* dev: chg: change govulncheck version to a stable fixed one

* dev: chg: fix govulncheck version

* dev: chg: remove vulncheck version

* dev: chg: adapt tests based on go-ethereum for go version upgrade

* dev: chg: use explicit go version for templum action

* dev: chg: fix lint

* dev: chg: fix lint

* dev: chg: 1.20.x explicitly in packager

* dev: chg: ignore some additional leak to be fixed

* dev: chg: ignore some additional leak to be fixed

* dev: chg: fix lint
2023-07-19 11:57:45 +05:30
Shivam Sharma
706af9e650 fix : TestGraphQLConcurrentResolvers 2023-07-18 18:15:06 +05:30
Raneet Debnath
964faf2883
core: restore AddFeeTransferLog post miner tipping 2023-07-18 13:52:36 +05:30
Jerry
576fb65dac
Calculate tx dependency only when mining is enabled (#935) 2023-07-18 15:47:34 +08:00
Shivam Sharma
585dba2c83 fix : test-integration 2023-07-17 14:50:05 +05:30
Shivam Sharma
54acb92cb4 fix : test-integration 2023-07-17 16:39:12 +08:00
Jerry
eedeaed1fb
Move NumSpeculativeProcs from module variable to function parameter (#931)
This will prevent data races when more than one parallel execution are running at the same time.
2023-07-13 12:56:55 +08:00
Shivam Sharma
a8e85c4f87 fix : lint 2023-07-13 12:30:53 +08:00
Shivam Sharma
2652d6cec0 fix : lint 2023-07-13 12:03:14 +08:00
Raneet Debnath
0f32302313
common,core,miner: fix goleaks,duplicate init and inconsistent mutex (un)locks 2023-07-13 11:23:20 +08:00
Shivam Sharma
c42f81f81b fix : TestBuildPayload 2023-07-12 22:17:50 +08:00
Shivam Sharma
c5b74b6c0a fix : TestGraphQLConcurrentResolvers 2023-07-12 16:52:39 +08:00
Raneet Debnath
ddce55e2fb
consensus/bor,eth/filters,miner,params,tests: fix mocks 2023-07-12 15:17:58 +08:00
Raneet Debnath
60b85cf088
core,eth/tracers: fix TestPrestateWithDiffModeTracer 2023-07-06 15:51:52 +05:30
Matthieu Vachon
7e0e4c8905
Fix worker tracing nil pointer exception (#899)
The `baseFee` can be `nil` in certain situations, the tracing must not use `baseFee` unless it was checked otherwise if such case happen, Go is going to panic.
2023-07-06 10:57:56 +05:30
Jerry
46882e8247
Fix header encoding test 2023-07-05 13:22:45 -07:00
Shivam Sharma
a454c46c79 adding balance send to burntcontract back 2023-07-05 18:10:13 +05:30
Shivam Sharma
a8aca8899f fix : testCommitInterruptExperimentBor 2023-07-05 17:34:01 +05:30
Shivam Sharma
25be12715f rm : multiple coinbase balance 2023-07-05 16:36:30 +05:30
Shivam Sharma
e2292bfc3e fix : TestTxIndexer 2023-07-04 20:30:32 +05:30
Raneet Debnath
0a7ab3aa17
Merge pull request #924 from maticnetwork/raneet10/pos-1600
core,eth: fix TestDeduplication, TestSyncAccountPerformance, TestTrac…
2023-07-04 19:22:15 +05:30
Raneet Debnath
b605c3848e
core,eth: fix TestDeduplication, TestSyncAccountPerformance, TestTraceTransaction 2023-07-04 19:16:19 +05:30
Shivam Sharma
616e33f290 fix : TestBeaconSync66 2023-07-04 16:50:05 +05:30
Shivam Sharma
2ad1e0f7e9 fix : TestTransactionIndices, testBeaconSync 2023-07-04 13:41:04 +05:30
Raneet Debnath
2b06029fb8
core,eth,miner: fix initial test cases (#922) 2023-07-04 10:43:28 +05:30
Shivam Sharma
6d4e60045a fix : freezer, TestStateProcessorErrors 2023-07-03 17:11:56 +05:30
Pratik Patil
f25364ddd2
Merge pull request #921 from maticnetwork/master-to-develop
Master to develop (after v0.4.0)
2023-07-03 16:18:10 +05:30
Pratik Patil
16746a73fa
Merge pull request #904 from maticnetwork/v0.4.0-beta-candidate
Merge develop (v0.4.0-beta-candidate) to master for v0.4.0
2023-06-27 14:29:07 +05:30
Pratik Patil
d71c00dc79
updated indore block to 44934656 for mainnet (#916) 2023-06-27 14:27:15 +05:30
Pratik Patil
7fdb5a2534
version bump to v0.4.0 2023-06-27 13:10:48 +05:30
Pratik Patil
a055726eb0
added indore block and parallel universe for mainnet (#913) 2023-06-27 09:27:41 +05:30
marcello33
8fa0d6f6db
dev: chg: pos-1465: remove snyk and sonarqube (#908) 2023-06-26 15:21:55 +02:00
Shivam Sharma
a25bc7794a fix : genspec config 2023-06-26 16:12:24 +05:30
Shivam Sharma
36e2382f93 fix : ethhash bor burn contract 2023-06-26 16:01:30 +05:30
Shivam Sharma
392bebdb05 fix : testcase : config, addTxWithChain, burnAmount 2023-06-26 14:07:31 +05:30
Shivam Sharma
64486d0a82 fix : runtime testcases 2023-06-26 12:54:08 +05:30
marcello33
43e114beda dev: fix: tests failing due to t.Parallel 2023-06-21 15:03:16 +02:00
marcello33
ba61cfa2e1 dev: fix: t.Parallel called multiple times 2023-06-21 10:54:47 +02:00
marcello33
c57ef82236 Merge branch 'develop' into mardizzone/upstream-merge 2023-06-21 07:48:19 +02:00
Pratik Patil
d5b6672c2f
fixed MVHashMap being enabled even when paralellUniverse is set to 0 (#900) 2023-06-21 08:10:40 +05:30
Daniel Jones
c3c3bb653d
Merge pull request #902 from maticnetwork/djones0620Packagerfix
Addressing an issue with packager using any versus mumbai network nam…
2023-06-20 13:19:21 -05:00