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

remove dead code #3141

Merged
merged 1 commit into from
Mar 5, 2019
Merged

Conversation

rob-solana
Copy link
Contributor

Problem

A fair amount of leader scheduling code was written to work around not having
epoch stakes cached in the bank. This code is incompatible with warmup epochs.

Summary of Changes

Remove unused, incompatible code

@rob-solana rob-solana added the automerge Merge this Pull Request automatically once CI passes label Mar 5, 2019
@solana-grimes solana-grimes merged commit cb0560d into solana-labs:master Mar 5, 2019
@codecov
Copy link

codecov bot commented Mar 5, 2019

Codecov Report

Merging #3141 into master will decrease coverage by <.1%.
The diff coverage is 100%.

@@           Coverage Diff            @@
##           master   #3141     +/-   ##
========================================
- Coverage    78.8%   78.7%   -0.1%     
========================================
  Files         134     134             
  Lines       20045   19969     -76     
========================================
- Hits        15797   15728     -69     
+ Misses       4248    4241      -7

@rob-solana rob-solana deleted the epoch-warmup branch March 5, 2019 23:38
joncinque pushed a commit to joncinque/solana that referenced this pull request Nov 7, 2024
* minimize solana_sdk use in reserved_account_keys

* extract reserved-account-keys crate

* fix frozen-abi support in reserved-account-keys

* move id definitions to sdk-ids

* also move the IDs of zk_token_proof_program and zk_elgamal_proof_program

* fix some paths

* missing dev dep

* add doc_auto_cfg like in solana-labs#3121

* fix copied sysvar id

* fix missing dep after rebase

* move stake::program::declare_id to stake::declare_id

* post-rebase fix
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.

4 participants