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
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
marcello33
99693ef56c
dev: fix: all remaining lint issues
2023-06-19 11:39:59 +02:00
marcello33
f3ffacf2d7
dev: fix: most of wsl lint issues
2023-06-15 15:48:26 +02:00
marcello33
82f33b22f5
dev: fix: more errcheck lint issues
2023-06-15 15:31:07 +02:00
marcello33
6223765aab
dev: fix: more wsl lint issues
2023-06-15 15:10:57 +02:00
marcello33
131d7b221f
dev: fix: solve more lint issues
2023-06-15 14:54:08 +02:00
marcello33
d9a82cd3cd
dev: fix: errorcheck lint issues
2023-06-15 13:18:25 +02:00
marcello33
218917076c
dev: fix: more wsl lint issues
2023-06-15 13:06:10 +02:00
marcello33
3af5e435c7
dev: fix: some wsl lint issues
2023-06-15 12:27:20 +02:00
marcello33
2c87219c80
dev: fix: bodyclose lint issues
2023-06-15 10:11:23 +02:00
marcello33
79ff0c17e1
dev: fix: error related lint issues
2023-06-14 17:21:52 +02:00
marcello33
6850ca4d2d
dev: fix: govet lint errors
2023-06-14 17:08:14 +02:00
marcello33
f5bfef08a2
dev: chg: comment position fix
2023-06-14 17:06:34 +02:00
marcello33
29620ff726
dev: fix: ineffassign lint errors
2023-06-14 17:05:51 +02:00
marcello33
4307e68288
dev: fix: http related and nilnil lint errors
2023-06-14 16:58:04 +02:00
marcello33
631efbe675
dev: fix: thelper and tparallel lint
2023-06-14 16:29:26 +02:00
marcello33
f1e7f6db28
dev: fix: build ci.go
2023-06-14 12:55:36 +02:00
marcello33
ab28b8ac5c
dev: fix: NewParallelBlockChain using Genesis
2023-06-14 11:19:42 +02:00
marcello33
df106e64df
dev: fix: CreateConsensusEngine for new ethereum objects
2023-06-13 15:11:08 +02:00
marcello33
dda0d1163f
dev: chg: solve some TODOs
2023-06-13 13:11:25 +02:00
marcello33
a85addd30b
dev: chg: apply changes to NewParallelBlockChain
2023-06-13 13:02:35 +02:00
marcello33
b5571e97fb
dev: chg: further fixes merging develop into upstream-merge
2023-06-13 13:01:18 +02:00
marcello33
8562597c6c
dev: chg: regression changes after develop is merged into upstream-merge
2023-06-13 12:50:48 +02:00
marcello33
1c106dc251
dev: add: merge develop in upstream-merge
2023-06-13 12:37:20 +02:00
marcello33
00573af989
dev: chg: gomock re-generate mocks for backend interface
2023-06-13 10:06:07 +02:00
marcello33
81c3f1e035
dev: chg: txpool_test regression changes after merge
2023-06-13 10:01:12 +02:00
Matthieu Vachon
891ec7fef6
Use big.Int#Set instead of big.Int#SetBytes when possible ( #896 )
...
There is no reason to make the bytes transformation and back to big int to assign a big int to another one.
The `Set` method should be used instead.
2023-06-13 12:02:57 +05:30
marcello33
d3f6da90e1
dev: chg: more regression changes for bor after merge
2023-06-12 19:35:40 +02:00
marcello33
162af07d38
dev: chg: regression changes for bor after merge
2023-06-12 16:46:03 +02:00
marcello33
a043ec6d62
dev: add: merge upstream
2023-06-09 14:34:30 +02:00
Pratik Patil
4d23e6de33
added IndoreBlock for Mumbai chain ( #892 )
2023-06-07 20:17:26 +05:30
Jerry
f96c668baf
Disable reverted tx optimization in block-stm validation ( #891 )
...
A reverted transaction, X, can incorrectly write to a slot, which might be read by another transaction, Y. If we skip checking states written by X, then Y might end up with reading the wrong value and we won't be able to detect this error.
2023-06-06 21:36:36 -07:00
Pratik Patil
47f8e8682a
Implement PIP-12, Time Based StateSync Confirmations Delay ( #864 )
...
* updated Indore HF related changes by adding stateSyncConfirmationDelay
* converted StateSyncConfirmationDelay to map[string]uint64 and cleanup
* calculate last state ID from incoming state object with eth call (#883 )
* removed IndoreBlock from configs
* fix
* remove code duplication and refactor
---------
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
2023-06-06 20:40:46 +05:30
Jerry
3d30c341c4
Keep nonce and balance in write list even if the transaction is reverted ( #889 )
...
An address's nonce and balance will get updated even if its transaction is reverted. Therefore, we need to keep balance and nonce in write list in order to check the transaction's validity in parallel execution.
2023-06-05 22:10:48 -07:00
Will Button
f1c8226839
Merge pull request #881 from maticnetwork/DEVOPS-829/prometheus-metrics-format
...
DEVOPS-829 format fix for prometheus metrics
2023-06-01 07:42:01 -07:00
marcello33
1fd65a06cc
dev: add: additional elements in PR checklist ( #882 )
...
* dev: add: additional elements in PR checklist
* dev: chg: erigon task in the checklist
2023-06-01 14:55:21 +02:00
Will Button
9c1b90591f
DEVOPS-829 fix complaints from linter
2023-05-31 15:37:35 -07:00
Will Button
c9e77eb445
DEVOPS-829 format fix for prometheus metrics
2023-05-31 14:36:07 -07:00
Raneet Debnath
c404b3f6b9
Merge pull request #880 from maticnetwork/raneet10/update-ci
...
ci: update CI config yaml
2023-05-31 19:46:48 +05:30
Pratik Patil
97689e8931
Merge pull request #879 from maticnetwork/qa-copy-psp
...
Merge qa to develop
2023-05-31 12:04:02 +05:30