Lucca Martins
844603ea4e
resolving comments
2025-02-25 15:13:36 -03:00
Lucca Martins
ca4eb48bd8
Merge remote-tracking branch 'origin/develop' into lmartins/include-heimdal-timeout
2025-02-25 14:54:33 -03:00
Lucca Martins
093658c70b
Merge branch 'develop' into lmartins/include-heimdal-timeout
2025-02-25 14:51:45 -03:00
Lucca Martins
be9ac0ce62
Merge pull request #1462 from maticnetwork/lmartins/ci-rpc-tests
...
RPC Tests on CI
2025-02-25 12:12:55 -03:00
Lucca Martins
e660ec30f4
Merge pull request #1433 from maticnetwork/lmartins/upstream_merge_v1.14.10
...
Upstream merge v1.14.10
2025-02-25 09:52:55 -03:00
Lucca Martins
5b350dccff
going back to master branch matic-cli
2025-02-25 00:32:33 -03:00
Lucca Martins
c94033070a
enable log req res
2025-02-24 22:52:20 -03:00
Lucca Martins
318047f951
rpc script fix
2025-02-24 19:14:23 -03:00
Lucca Martins
9f6279c67a
small fix on ci rpc tests
2025-02-24 18:21:43 -03:00
Lucca Martins
dd6689a6c7
download dependencies to run script
2025-02-24 18:00:16 -03:00
Lucca Martins
41459a77c8
rpc tests on ci
2025-02-24 17:19:20 -03:00
Marcello Ardizzone
d5188deff4
Merge pull request #1461 from maticnetwork/mardizzone/POS-2860
...
use ubuntu 22.04
2025-02-24 15:20:27 +01:00
marcello33
acb3eb7794
use ubuntu 22.04
2025-02-24 14:54:10 +01:00
Daniel Jones
732478ce5f
As 20.04 is being EOL for github runner support, moving to 22.04 ( #1445 )
2025-02-21 11:08:44 +01:00
Lucca Martins
2df763df60
Revert "removing requests from bor"
...
This reverts commit ccede75223 .
2025-02-20 14:04:48 -03:00
Lucca Martins
b29072c21e
including missed change on statedb
2025-02-20 11:36:52 -03:00
Lucca Martins
2b0c071db7
lint fix
2025-02-20 11:05:37 -03:00
Lucca Martins
ccede75223
removing requests from bor
2025-02-20 11:03:17 -03:00
kindknow
d694697285
Merge pull request #1397 from kindknow/master
...
chore: fix some function names in comment
2025-02-20 14:06:21 +01:00
Lucca Martins
3154fc4e0e
fixing default flag value
2025-02-20 10:04:51 -03:00
Lucca Martins
133b5bd7bb
checks for empty non empty requests scenario
2025-02-20 03:49:00 -03:00
Lucca Martins
69ee62820f
remove debug logs
2025-02-19 17:55:07 -03:00
Lucca Martins
e2f114b19b
including heimdall timeout on config
2025-02-19 17:15:43 -03:00
Lucca Martins
f30ef31c25
process parent block hash in state parallel
2025-02-19 11:32:42 -03:00
Marcello Ardizzone
f4f30d9fa3
Docker scripts in matic-cli ( #1453 )
...
* use matic-cli docker scripts
* revert scripts for cp issue
* change dir for int tests
2025-02-18 21:05:09 +01:00
Manav Darji
09f953a4bd
miner: wait for next block before running commit interrupt tests ( #1450 )
...
The results for the commit interrupt tests via new transactions channel were non-deterministic and used to fail sometimes. This was because we use `w.current` to calculate the delay which needs to be correct for the test to work as expected. It takes a while before `w.current` is updated to the next block (block 3 in this case). This PR adds a small delay so that we have the new block and delays are accurately calculated for the test to work.
2025-02-18 00:40:21 +05:30
Lucca Martins
39968d1a98
Merge branch 'manav/fix-worker-test' into lmartins/upstream_merge_v1.14.10
2025-02-17 15:16:27 -03:00
Manav Darji
baea4afdbd
miner: wait for next block before running commit interrupt tests
2025-02-17 21:38:15 +05:30
Manav Darji
658bafe4db
Merge pull request #1449 from maticnetwork/master
...
v2.0.0 backport
2025-02-17 21:11:01 +05:30
Manav Darji
85d8b9cc37
Merge pull request #1448 from maticnetwork/v2.0.0-candidate
...
v2.0.0 release
2025-02-17 18:30:35 +05:30
Manav Darji
4a1c4151fa
params: bump version to v2.0.0
2025-02-17 17:53:35 +05:30
Lucca Martins
f19812f32c
removing tests on eip-6110 because bor has no deposit contracts
2025-02-16 19:25:47 -03:00
Lucca Martins
9b0ca36507
ensure latest HF is always with p256 verify
2025-02-16 19:07:47 -03:00
Lucca Martins
1de5835163
small fix building
2025-02-16 17:01:33 -03:00
Lucca Martins
1193fc40e0
disabling requests
2025-02-16 17:00:40 -03:00
Lucca Martins
9367a9e9f3
remove byzantine routine prefetcher
2025-02-16 16:57:38 -03:00
Lucca Martins
fcdefd9e51
including interrupt context back
2025-02-16 16:49:40 -03:00
Lucca Martins
92b79beb34
Merge remote-tracking branch 'origin/develop' into lmartins/upstream_merge_v1.14.10
2025-02-14 15:39:26 -03:00
Lucca Martins
7cb7653a18
try removing byzantine prefetecher to solve goroutine leak
2025-02-14 15:39:02 -03:00
crStiv
01f9cd701f
Fix typos ( #1442 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2025-02-12 11:32:50 +05:30
Krishang Shah
3fab8b59e8
Merge pull request #1410 from maticnetwork/upstream_merge_v1.14.8
...
Upstream merge v1.14.8
2025-02-12 10:31:48 +05:30
Lucca Martins
5687bba178
Merge remote-tracking branch 'origin/develop' into lmartins/upstream_merge_v1.14.10
2025-02-11 08:22:18 -03:00
Manav Darji
1f2529fa0f
miner: add commit interrupt tests for non-validator mode ( #1441 )
...
This PR adds a test which verifies the working of miner module when running on a sentry (non-validator) node. It tries to disable the normal mining flow and trigger it via the new transactions subscription channel and asserts mainly 2 things
- Interrupt commit works and breaks execution when the time crosses deadline (i.e. header.Timestamp)
- Mining is not triggered when we've already crossed the deadline
2025-02-11 12:57:56 +05:30
Lucca Martins
0873515bcf
Merge remote-tracking branch 'origin/upstream_merge_v1.14.8' into lmartins/upstream_merge_v1.14.10
2025-02-11 03:51:43 -03:00
kamuikatsurgi
fc1d1fb01f
Merge develop
2025-02-11 10:22:01 +05:30
Jerry
9be1add400
Bump version to v2.0.0-beta2
2025-02-10 08:14:51 -08:00
Jerry
b3c16d45fa
Merge remote-tracking branch 'upstream/develop' into v2.0.0-candidate
2025-02-10 08:12:44 -08:00
Manav Darji
466ff66f4e
miner: reset ctx timeout before commit tx on new tx notif ( #1434 )
...
* miner: reset ctx before commit transactions in main loop
* miner: log error in tx interrupt
* miner: typo
* worker: handle commit interrupt for new tx processing
2025-02-10 08:11:59 -08:00
Daniel Jones
d274e62c1e
Profile Updates, RPM removal ( #1438 )
...
* Updated amoy profiles for new amoy enodes
* Updating profiles for mainnet enodes
* Removal of rpm support as decided upon
* Updating params/bootnodes.go to newest bootnodes for amoy and mainnet
2025-02-10 07:22:58 -08:00
Marcello Ardizzone
ec2d46b5b4
Merge pull request #1439 from maticnetwork/mardizzone/pos-2821
...
POS-2821: improvements
2025-02-08 11:15:00 +01:00