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 qa to master for v0.3.2 #647

Merged
merged 318 commits into from
Jan 5, 2023
Merged

Merge qa to master for v0.3.2 #647

merged 318 commits into from
Jan 5, 2023

Conversation

cffls
Copy link
Contributor

@cffls cffls commented Jan 4, 2023

Description

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)

Breaking changes

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

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 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 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

0xKrishna and others added 30 commits July 28, 2022 19:33
Add 'bor' user during package installation
fix fields transactionHash
Fix getTransactionReceiptsByBlock and TestGetTransactionReceiptsByBlock
Implemented gRPC client for heimdall
Fixed GetTransactionByBlockNumberAndIndex and added testcase around it.
…toml and updated config name-tags (maticnetwork#486)

* removed package naoina/toml from dumpconfig and added BurntSushi/toml

* updated cmd/gethconfig.go
* internal/cli: add support for removedb

* update docs

* internal/cli: use constant path, handle err
* use atomic pointer

* golang version

* golang version

* go1.19

* linters

* Bump golangci-lint

* linters

* linters

* linters after merge

* generic logger

* generic logger

* logger

* logger

* linters

* bump toml

* linters1

* linters

* linters

* linter

* linter

* linters

* linters

* linters
* fix: handle checkpoint ordering

* create checkpoint verifier, add unit tests

* fix: remove mutex

* address comment for default checkpoint verifier

Co-authored-by: Evgeny Danienko <6655321@bk.ru>
* Fix EOF error in gRPC state-sync

* linters

Co-authored-by: Evgeny Danienko <6655321@bk.ru>
* initial commit

* safe latest error

* remove json listener

* fix: debug block unit test

* remove jsonrpc listener from server

* fix: consume network's find port in heimdall client test

* update key in log while startup

* linters

* fix

Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
* handle snap sync mode switches

* fix linters
temaniarpit27 and others added 21 commits November 30, 2022 00:40
…1-mumbai-update

Adding of 0.3.0 package changes, control file updates, postinst chang…
In gorelease-cross 1.19+, dockerhub authentication will require docker
logion action followed by mounting docker config file. See
https://github.com/goreleaser/goreleaser-cross#github-actions.
…s-533

Revert "Adding correct miner address on API at the RPC level (POS-553)"
…gerDepUpdate

Djpolygon/packager dep update
…eta_control

Bumping control file versions
@cffls cffls requested a review from a team January 4, 2023 20:15
@codecov
Copy link

codecov bot commented Jan 4, 2023

Codecov Report

Base: 56.83% // Head: 56.64% // Decreases project coverage by -0.18% ⚠️

Coverage data is based on head (db7eb29) compared to base (5e14528).
Patch coverage: 40.47% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #647      +/-   ##
==========================================
- Coverage   56.83%   56.64%   -0.19%     
==========================================
  Files         598      608      +10     
  Lines       69287    70470    +1183     
==========================================
+ Hits        39377    39918     +541     
- Misses      26558    27128     +570     
- Partials     3352     3424      +72     
Impacted Files Coverage Δ
accounts/abi/bind/auth.go 0.00% <0.00%> (ø)
consensus/bor/merkle.go 0.00% <ø> (ø)
consensus/bor/snapshot.go 14.60% <0.00%> (-0.17%) ⬇️
consensus/bor/span_mock.go 0.00% <0.00%> (ø)
consensus/clique/clique.go 40.35% <ø> (ø)
consensus/ethash/consensus.go 40.21% <ø> (+2.13%) ⬆️
consensus/ethash/sealer.go 80.09% <0.00%> (-1.46%) ⬇️
core/rawdb/bor_receipt.go 1.23% <ø> (ø)
core/state/statedb.go 55.96% <ø> (ø)
core/state_transition.go 89.10% <ø> (ø)
... and 99 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@temaniarpit27 temaniarpit27 merged commit 3eb234c into maticnetwork:master Jan 5, 2023
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.