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 rc into feat fix peers rating handler 2022.01.25 #4901

Conversation

sstanculeanu
Copy link
Contributor

Reasoning behind the pull request

Proposed changes

Testing procedure

Pre-requisites

Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:

  • was the PR targeted to the correct branch?
  • if this is a larger feature that probably needs more than one PR, is there a feat branch created?
  • if this is a feat branch merging, do all satellite projects have a proper tag inside go.mod?

iulianpascalau and others added 30 commits December 14, 2022 11:02
- masked every error from blockChainHookImpl.GetStorageData except the counters one as the new VM version will not mask them by default now
- added backwards compatibility unit tests
# Conflicts:
#	process/smartContract/hooks/counters/usageCounter_test.go
iulianpascalau and others added 23 commits January 18, 2023 07:00
 OverridableConfigTomlValues represents an array of items to be overloaded inside other configuration files, which can be helpful
   # when performing upgrades that bring a new configuration, certain config values need to remain the same 
   # (for example, an Elasticsearch user wants the config external.toml->ElasticSearchConnector.Enabled to remain true all the time, while the default
   # configuration has the false value)
   # The Path indicates what value to change, while Value represents the new value in string format. The node operator must make sure
   # to follow the same type of the original value (ex: uint32: "37", float32: "37.0", bool: "true")
   # File represents the file name that holds the configuration. Currently, the supported files are: config.toml, external.toml, p2p.toml and enableEpochs.toml
   # -------------------------------
   # Un-comment and update the following section in order to enable config values overloading
Add header type to notifier save block info
…at_fix_peers_rating_handler_2022.01.25

# Conflicts:
#	go.mod
#	go.sum
@sstanculeanu sstanculeanu added the ignore-for-release-notes Do not include item in release notes label Jan 25, 2023
@sstanculeanu sstanculeanu self-assigned this Jan 25, 2023
@sstanculeanu sstanculeanu merged commit 9660162 into feat/fix-peers-rating-handler Jan 25, 2023
@sstanculeanu sstanculeanu deleted the merge_rc_into_feat_fix_peers_rating_handler_2022.01.25 branch January 25, 2023 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release-notes Do not include item in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants