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

Don't depend on solana_native_loader for IDs in the SDK #2684

Merged
merged 1 commit into from
Feb 7, 2019

Conversation

garious
Copy link
Contributor

@garious garious commented Feb 7, 2019

Problem

Only runtime.rs really depends on solana_native_loader. The rest of the references are just using reexports from the SDK's native_loader.

Summary of Changes

No longer reexport native_loader. Updated references.

@garious garious requested a review from mvines February 7, 2019 16:07
@garious garious added the automerge Merge this Pull Request automatically once CI passes label Feb 7, 2019
@codecov
Copy link

codecov bot commented Feb 7, 2019

Codecov Report

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

@@           Coverage Diff            @@
##           master   #2684     +/-   ##
========================================
- Coverage    76.7%   76.7%   -0.1%     
========================================
  Files         114     114             
  Lines       18571   18571             
========================================
- Hits        14245   14244      -1     
- Misses       4326    4327      +1

@solana-grimes solana-grimes merged commit d1945c2 into solana-labs:master Feb 7, 2019
alessandrod added a commit to alessandrod/solana that referenced this pull request Aug 21, 2024
localnet is flaky: https://buildkite.com/anza/agave/builds/9606#019165a1-af5f-4bfa-b329-3c0adba9dc46

It seems that nodes start with overlapping ports and then solana-gossip
can't find them. Avoid the issue by using larger port ranges...
jeffwashington pushed a commit to jeffwashington/solana that referenced this pull request Aug 27, 2024
localnet is flaky: https://buildkite.com/anza/agave/builds/9606#019165a1-af5f-4bfa-b329-3c0adba9dc46

It seems that nodes start with overlapping ports and then solana-gossip
can't find them. Avoid the issue by using larger port ranges...
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.

3 participants