Commit graph

16436 commits

Author SHA1 Message Date
Shivam Sharma
6a2d94e215 fix : integration tests 2024-01-16 16:40:47 +05:30
PeaStew
dac1a42fa8
Update client.go to allow the use of paths with the heimdall url (#1126)
* Update client.go to allow the use of paths with the heimdall url

As reported to the polygon team 2 months ago in the Ankr polygon slack, the current code prevents the use of a path with the heimdall url, this was fixed in erigon ledgerwatch/erigon@a3a6170 in response to my request by Mark Holt, and it seems this code was just copied from bor where it is incorrect too. This patch fixes that.

* Add reference to path library

* Fix reversed order of values in unit tests and test removal of setting u.path to rawPath (otherwise why do we need rawPath at all) seems like there were work arounds done here in bioth the unit tests AND the makeURL but logic needs to be examined
2024-01-15 09:46:15 +01:00
Anshal Shukla
b54c9b93d2 chg: make HF consistent 2024-01-13 11:15:33 +05:30
Anshal Shukla
f57c637814
EIP7212 / PIP27 (#1069)
add: EIP7217/PIP27 implementation and related test cases

---------

Co-authored-by: Ulaş Erdoğan <uerdogan2001@hotmail.com>
2024-01-12 21:18:50 +05:30
Anshal Shukla
1e5211c1c7 add test cases 2024-01-12 20:45:10 +05:30
Shivam Sharma
b479b204a7 Merge branch 'develop' into shivam/upstream-geth-1.13.5 2024-01-11 17:51:59 +05:30
Shivam Sharma
c816d0f1f3 fix : TestWelcome genesis bug 2024-01-11 16:18:35 +05:30
Arpit Temani
70bebc9335
Merge pull request #1116 from maticnetwork/arpit/v1.2.2-beta-candidate
Geth Merge v1.12.2 Hotfixes
2024-01-11 10:56:45 +05:30
Arpit Temani
a517342e6f update version 2024-01-11 10:28:43 +05:30
VaibhavJindal
20f92951cc
Merge pull request #1109 from maticnetwork/POS-2413
Removed the check for milestoneID in the GetVoteOnHash()
2024-01-11 00:55:51 +05:30
Shivam Sharma
c0bf289a84 fix : testcases 2024-01-10 17:12:37 +05:30
zhiqiangxu
d0c7045cce hole the rlock while reading WriteCell 2024-01-06 21:33:58 +08:00
zhiqiangxu
aa00c8f96c same problem in MVHashMap.Write 2024-01-06 21:25:09 +08:00
zhiqiangxu
dfe484d6a2 should use Lock when mutating the flag 2024-01-05 23:49:19 +08:00
marcello33
01e15709cc
chg: bump some deps for sec vulsn (#1113) 2024-01-02 19:36:51 +05:30
marcello33
930c946388
chg: bump some deps for sec vulsn (#1114)
* chg: bump some deps for sec vulsn

* chg: use newer matic-cli and node version
2024-01-02 19:36:41 +05:30
Arpit Temani
7253babddc revert pruning hotfix 2023-12-27 16:42:06 +05:30
Arpit Temani
46bd7d7d6c update version 2023-12-27 16:35:43 +05:30
Arpit Temani
e5fc28d6ca use config value for triesInMemory instead of default 2023-12-27 16:35:04 +05:30
Leo Lim
937dd6aa66
internal/ethapi: fix signer in GetTransactionReceiptsByBlock method (#1107)
* fix: from address

* add: unit test for GetTransactionReceiptsByBlock
2023-12-21 10:04:45 +05:30
Arpit Temani
2ee39192bd
Merge pull request #1110 from maticnetwork/arpit/pos-2410-2
Pruning Bug Fix
2023-12-19 09:18:39 +05:30
Arpit Temani
964494f5a8 upgrade version 2023-12-19 00:45:40 +05:30
Arpit Temani
fca83f0062 version change 2023-12-18 15:44:38 +05:30
Arpit Temani
82f3b2ac3b fix issue 2023-12-18 15:41:38 +05:30
Arpit Temani
532ebd41e9 debug testing 2023-12-18 15:40:54 +05:30
Vaibhav Jindal
dac4c40cf0 Removed the check for milestoneID in the GetVoteOnHash() 2023-12-18 15:38:12 +05:30
Shivam Sharma
8c088c7295 fix : resolve static problems 2023-12-15 13:57:19 +05:30
Shivam Sharma
a9fa325b7e Merge tag 'v1.13.5' of https://github.com/ethereum/go-ethereum into shivam/upstream-geth-1.13.5 2023-12-15 13:55:57 +05:30
Pratik Patil
8b2f02419d
test all default flags added via config file (#1105) 2023-12-15 12:49:11 +05:30
Arpit Temani
2be2789ebb
Merge pull request #1085 from bbaktaeho/fix/eth_api
internal/ethapi: fix GetTransactionReceiptsByBlock method
2023-12-12 10:57:53 +05:30
marcello33
db5b398ab6
Update matic-cli in CI (#1103) 2023-12-08 06:56:23 +01:00
Arpit Temani
abab36be3d
Merge pull request #1098 from maticnetwork/arpit/fix-shadowfork
allow unprotected txns
2023-12-06 10:46:55 +05:30
Arpit Temani
073d75c72f Merge branch 'arpit/fix-shadowfork' of github.com:maticnetwork/bor into arpit/fix-shadowfork 2023-12-03 17:17:30 +05:30
Arpit Temani
4e3e1de14c added log 2023-12-03 17:16:37 +05:30
Arpit Temani
968267957e
Update core/txpool/validation.go
Co-authored-by: Raneet Debnath <35629432+Raneet10@users.noreply.github.com>
2023-12-03 17:14:57 +05:30
Anshal Shukla
1065e21cce
consensus/bor: handle blockalloc balance changes (#1074)
* fix: set balance in blockalloc

* chg: don't update balance if not zero

* fix: lint

* fix logic, add test cases
2023-12-01 11:39:58 +05:30
Arpit Temani
91ff270cd9 allow unprotected txns 2023-11-30 15:35:46 +05:30
Anshal Shukla
a0b925bfe3 merge develop 2023-11-30 13:08:09 +05:30
Anshal Shukla
05a19f2a36 fix test, add napoli block 2023-11-30 12:56:21 +05:30
Arpit Temani
e0671d562a
Merge pull request #1095 from maticnetwork/v1.2.0-beta-candidate
Geth merge v1.12.2
2023-11-29 21:28:34 +05:30
Arpit Temani
ec43dec800 Merge branch 'v1.2.0-beta-candidate' of github.com:maticnetwork/bor into v1.2.0-beta-candidate 2023-11-29 20:52:32 +05:30
Arpit Temani
2fdacadf1a update version 2023-11-29 20:52:07 +05:30
Arpit Temani
3c4e9cda20
Merge pull request #1094 from maticnetwork/psp-blockstm-flag-fix
Fix ParallelSpeculativeProcesses flag
2023-11-24 13:23:49 +05:30
Pratik Patil
e3192cae8b
hot fix: block stm ParallelSpeculativeProcesses flag 2023-11-24 12:50:04 +05:30
Arpit Temani
83722b9615 version change 2023-11-24 11:48:10 +05:30
Arpit Temani
53c7d9b228 remove unnecessary lines 2023-11-24 11:35:13 +05:30
Arpit Temani
11969b0212
Merge pull request #1093 from maticnetwork/arpit/1.2.0
merge master into develop
2023-11-22 12:18:22 +05:30
Arpit Temani
47bffe9a2c update version 2023-11-22 11:43:26 +05:30
Arpit Temani
7006addb59 Merge tag 'v1.1.0' of github.com:maticnetwork/bor into arpit/1.2.0 2023-11-22 11:41:34 +05:30
Pratik Patil
923c192c7d
Added cache.blocklogs (FilterLogCacheSize) flag (#1083)
* added cache.blocklogs (FilterLogCacheSize) flag

* updated docs

* minor fix

Co-authored-by: Mael Regnery <mael@mqli.fr>

---------

Co-authored-by: Mael Regnery <mael@mqli.fr>
2023-11-20 10:18:11 +05:30