Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Rename ValidatorExit and move to sdk #17728

Merged
merged 1 commit into from
Jun 4, 2021

Conversation

CriesofCarrots
Copy link
Contributor

Problem

ValidatorExit isn't specific to a validator; it is a general coordinated exit facility that just happens to be used by the validator. No reason it needs to be tied to the core validator code.

Summary of Changes

Rename struct to Exit and move to solana-sdk crate

cc #17698 (comment)

@CriesofCarrots CriesofCarrots added the automerge Merge this Pull Request automatically once CI passes label Jun 4, 2021
@codecov
Copy link

codecov bot commented Jun 4, 2021

Codecov Report

Merging #17728 (5dda65d) into master (3dcc8e0) will decrease coverage by 0.0%.
The diff coverage is 75.0%.

@@            Coverage Diff            @@
##           master   #17728     +/-   ##
=========================================
- Coverage    82.7%    82.7%   -0.1%     
=========================================
  Files         431      432      +1     
  Lines      120603   120608      +5     
=========================================
- Hits        99853    99838     -15     
- Misses      20750    20770     +20     

@mergify mergify bot merged commit 3a647c4 into solana-labs:master Jun 4, 2021
mergify bot pushed a commit that referenced this pull request Jun 4, 2021
mergify bot added a commit that referenced this pull request Jun 4, 2021
(cherry picked from commit 3a647c4)

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
@CriesofCarrots CriesofCarrots deleted the val-exit branch July 28, 2021 22:32
@brooksprumo brooksprumo mentioned this pull request Aug 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants