Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@cffls
Copy link
Contributor

@cffls cffls commented Oct 3, 2025

Description

Merge v2.3.1 to master

Changes

  • Bugfix (non-breaking change that solves an issue)
  • Hotfix (change that solves an urgent issue, and requires immediate attention)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Changes only for a subset of nodes

Breaking changes

Please complete this section if any breaking changes have been made, otherwise delete it

Nodes audience

In case this PR includes changes that must be applied only to a subset of nodes, please specify how you handled it (e.g. by adding a flag with a default value...)

Checklist

  • I have added at least 2 reviewer or the whole pos-v1 team
  • I have added sufficient documentation in code
  • I will be resolving comments - if any - by pushing each fix in a separate commit and linking the commit hash in the comment reply
  • Created a task in Jira and informed the team for implementation in Erigon client (if applicable)
  • Includes RPC methods changes, and the Notion documentation has been updated

Cross repository changes

  • This PR requires changes to heimdall
    • In case link the PR here:
  • This PR requires changes to matic-cli
    • In case link the PR here:

Testing

  • I have added unit tests
  • I have added tests to CI
  • I have tested this code manually on local environment
  • I have tested this code manually on remote devnet using express-cli
  • I have tested this code manually on amoy
  • I have created new e2e tests into express-cli

Manual tests

Please complete this section with the steps you performed if you ran manual tests for this functionality, otherwise delete it

Additional comments

Please post additional comments in this section if you have them, otherwise delete it

kamuikatsurgi and others added 18 commits September 19, 2025 15:14
* feat: first iter of health service endpoint

* chore: report synced/not_synced instead of boolean

* chore: add health config section

* chore: nits

* chore: nits

* chore: minor nits

* chore: status changes
* backfill command validation step

* writing the fill gap data

* debug logs

* more logs

* more lgos

* change on nil check

* removing logs

* dedup code

* fails when validation doesnt pass

* Update internal/cli/backfill_statesync_txs.go

Co-authored-by: Copilot <[email protected]>

* replacing github runner

---------

Co-authored-by: Copilot <[email protected]>
* core,internal/cli: add support for censoring txs from a given list of accounts

* core,internal/cli: improvements based on comments

* core: fix lint

* Fix flag description

* Add flag to docs

* Rewording

---------

Co-authored-by: Jerry <[email protected]>
Co-authored-by: Lucca Martins <[email protected]>
* Larger tx announce queue for trusted peers

Allows the node to allocate more buffer (x10) for txn announcements for trusted and static peers. Larger queue reduces the possibility a transaction might get dropped by the node when there is a surge of txns in the network.

* Add specific comment
Use the correct block number for retrieving the snapshot.
This is change is required because the behavior  of `snapshot()` in bor consensus had changed. Before, it was expecting the caller to pass the parent block of the target block, but now it is expecting the target block to be directly passed in.
* Drop wit peer on receiving bad witnesses

* Remove unnecessary peer penalty

* Minor fix

* Fix linter
* restricting known blocks and witnesses for announcements

* keep known blocks

* fix lint

* apply comments

* remove wrong knownwitness

* block fetcher tolerance & gasused on stateless import

* fix test and apply comments

* remove old test, rule removed

* Fix nil panic

---------

Co-authored-by: Jerry <[email protected]>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 3, 2025

@cffls cffls merged commit c79bb6b into master Oct 3, 2025
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants