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

v1.0.4 #1142

Merged
merged 47 commits into from
Mar 5, 2024
Merged

v1.0.4 #1142

merged 47 commits into from
Mar 5, 2024

Conversation

manav2401
Copy link
Contributor

Description

Merge previous release changes to master for new 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
  • 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

marcello33 and others added 30 commits October 17, 2023 07:16
* staking: init README

* staking: fix README and typos

* staking: address comments

* staking: fix table of contents

* staking: format tx instructions as sub section

* staking: refactor query commands section
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.2...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
* fix: log/service stopped
- was in wrong section, any other subcommand have affected

* fix: wsl error
- added an empty line before the `return nil` statement
* fix: nil conversion to string error

* fix:lint
…le.golang.org/grpc-1.58.3

Bump google.golang.org/grpc from 1.58.2 to 1.58.3
- to don't ignore all of the flags without --
- one problem is with the `bridge` flag so it simply was ignored
* Added auth Readme

* Added gov README
0xKrishna and others added 17 commits December 13, 2023 11:41
* integration-tests: update ipc path on ci tests

* added devnetBorFlags in matic-cli-config.yml

---------

Co-authored-by: Pratik Patil <pratikspatil024@gmail.com>
* add : amoy testnet config + genesis

* update : amoy-genesis

* fix : lint

* add amoy testnet deployment entries

* update : amoy genesis

* fix : update bor_chain_id

* bump : version to v1.0.3-amoy

* chnage the file permission

* Fix: Fetch the nonce from state instead of fetching pending nonce from pending tx pool

* Chg:Refactored the code

* add : amoy seeds

* minor fixes

* bump : version to v1.0.3-amoy-2

---------

Co-authored-by: sreevalsanmr <sreevalsan@polygon.technology>
Co-authored-by: Vaibhav Jindal <vaibhavjindal29@gmail.com>
Co-authored-by: VaibhavJindal <74560896+VAIBHAVJINDAL3012@users.noreply.github.com>
* Added Bridge README

* Update README

* Add FAQ

* Fix

* Fix
go.mod: bump bor version to v1.2.6-beta
@manav2401 manav2401 changed the title v1.0.4 to master v1.0.4 Mar 5, 2024
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 76.59%. Comparing base (9437618) to head (749012c).

Files Patch % Lines
checkpoint/handler.go 0.00% 1 Missing ⚠️
checkpoint/side_handler.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1142   +/-   ##
=======================================
  Coverage   76.59%   76.59%           
=======================================
  Files          53       53           
  Lines        5922     5922           
=======================================
  Hits         4536     4536           
  Misses       1128     1128           
  Partials      258      258           

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

Copy link
Contributor

@marcello33 marcello33 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@manav2401 manav2401 merged commit 396e990 into master Mar 5, 2024
10 of 12 checks passed
@manav2401 manav2401 deleted the v1.0.4-candidate branch March 5, 2024 20:26
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.

None yet