-
Notifications
You must be signed in to change notification settings - Fork 182
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
v1.0.4 #1142
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
add bank readme
Supply module readme
Merge master to develop
…le.golang.org/grpc-1.58.3 Bump google.golang.org/grpc from 1.58.2 to 1.58.3
add chainmanager readme
Add topup/README.md
- 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
Server README
* 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
…-conflicts Merge master to develop
go.mod: bump bor version to v1.2.6-beta
Codecov ReportAttention: Patch coverage is
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. |
marcello33
approved these changes
Mar 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
cffls
approved these changes
Mar 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Merge previous release changes to master for new release
Changes
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
Cross repository changes
Testing
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