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

chore: merge feature/v2.0.0 to develop #17

Merged
merged 7 commits into from
Sep 16, 2024
Merged

Conversation

Yashk767
Copy link
Owner

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • Contracts version:
  • Hardware:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

…razor-network#1229)

* chore: updated deployement parameters for 5 min europa chain

* refactor: fixed statelength and epochlength change tests

* chore: updated version to v2.0.0

* refactor: updated the chain name to EUROPA in chainId info
* refactor: added validation on buffer percent limits

* refactor: fixed tests

* refactor: updated default value when builded from source in config script

* refactor: fixed lint error

* refactor: fixed vote tests

* refactor: fixed getBufferPercent() tests

* refactor: recorrected the comment for max buffer formula used
)

* refactor: replaced goroutine cleanuploop with normal cleanup function

* refactor: initialised local cache only once an reused again

* refactor: fixed tests
merge develop to feature/v2.0.0
@Yashk767 Yashk767 merged commit 3a8a89b into develop-copy Sep 16, 2024
1 check passed
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10879657856

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 72 of 80 (90.0%) changed or added relevant lines in 7 files are covered.
  • 81 unchanged lines in 6 files lost coverage.
  • Overall coverage remained the same at 80.632%

Changes Missing Coverage Covered Lines Changed/Added Lines %
cmd/config-utils.go 21 23 91.3%
cache/cache.go 12 18 66.67%
Files with Coverage Reduction New Missed Lines %
cache/cache.go 1 82.05%
cmd/commit.go 2 98.96%
cmd/cmd-utils.go 4 95.45%
cmd/propose.go 12 96.9%
cmd/config-utils.go 17 89.05%
cmd/vote.go 45 87.55%
Totals Coverage Status
Change from base Build 10879469544: 0.0%
Covered Lines: 6657
Relevant Lines: 8256

💛 - Coveralls

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.

2 participants