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

Enhancement/499 node exit for ngc nodes #905

Merged
merged 7 commits into from
Aug 14, 2023

Conversation

yavrsky
Copy link
Contributor

@yavrsky yavrsky commented Nov 23, 2022

No description provided.

@codecov
Copy link

codecov bot commented Nov 23, 2022

Codecov Report

Merging #905 (a5e9d90) into develop (94f5491) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           develop     #905   +/-   ##
========================================
  Coverage    95.35%   95.36%           
========================================
  Files           38       38           
  Lines         2844     2847    +3     
  Branches       669      669           
========================================
+ Hits          2712     2715    +3     
  Misses         132      132           
Files Changed Coverage Δ
contracts/Nodes.sol 95.12% <100.00%> (+0.01%) ⬆️
contracts/delegation/ValidatorService.sol 96.00% <100.00%> (+0.05%) ⬆️

@@ -245,6 +245,13 @@ describe("SkaleManager", () => {
await nodesContract.isNodeLeft(0).should.be.eventually.true;
});

it("should perform nodeExit if validator unlinked his node", async () => {
Copy link
Contributor

@DimaStebaev DimaStebaev Jan 3, 2023

Choose a reason for hiding this comment

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

Not node but node address.

payvint
payvint previously approved these changes Jan 3, 2023
DimaStebaev
DimaStebaev previously approved these changes Jun 16, 2023
@DimaStebaev DimaStebaev merged commit 30edb88 into develop Aug 14, 2023
10 checks passed
@DimaStebaev DimaStebaev deleted the enhancement/499-node-exit-for-ngc-nodes branch August 14, 2023 15:16
@github-actions github-actions bot locked and limited conversation to collaborators Aug 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants