Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge v1.0.7 to master #1167

Merged
merged 17 commits into from
Jun 5, 2024
Merged

Merge v1.0.7 to master #1167

merged 17 commits into from
Jun 5, 2024

Conversation

marcello33
Copy link
Contributor

Description

With this PR, we prepare master branch for v1.0.7 release

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

Cross repository changes

  • This PR requires changes to bor
    • 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 mumbai or 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

leovct and others added 16 commits February 29, 2024 10:07
…1141)

* chg: POS-2399: ganache bug workaround to reduce smoke_test time

* chg: POS-2399: add echo log

* chg: POS-2399: fix signer dump path

* chg: POS-2399: log info

* chg: POS-2399: fix script with proper signersDump length

* chg: POS-2399: better comment
* chg: update deps / fix root folder for docker integration tests

* chg: bump bor version

* chg: bump deps

* chg: bump deps

* chg: update go version in GH CIs

* chg: update go version in linter and makefile

* chg: update go version in makefile

* chg: change golangci-lint version

* chg: fix linter / remove wsl
Signed-off-by: dongjinlong <dongjinlong@outlook.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](golang/net@v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…to dependabot/go_modules/golang.org/x/net-0.23.0
…ng.org/x/net-0.23.0

Bump golang.org/x/net from 0.17.0 to 0.23.0
Copy link

codecov bot commented Jun 4, 2024

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 76.40%. Comparing base (749012c) to head (23303fa).
Report is 12 commits behind head on master.

Current head 23303fa differs from pull request most recent head 521c1c6

Please upload reports for the commit 521c1c6 to get more accurate results.

Files Patch % Lines
checkpoint/keeper.go 0.00% 1 Missing and 1 partial ⚠️
checkpoint/side_handler.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1167      +/-   ##
==========================================
- Coverage   76.59%   76.40%   -0.20%     
==========================================
  Files          53       53              
  Lines        5922     5929       +7     
==========================================
- Hits         4536     4530       -6     
- Misses       1128     1139      +11     
- Partials      258      260       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marcello33 marcello33 requested a review from a team June 5, 2024 06:18
@marcello33 marcello33 merged commit b0c4a07 into master Jun 5, 2024
10 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.

8 participants