-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add a CONTRIBUTING.md #803
Milestone
Comments
Merged
vkomenda
pushed a commit
to vkomenda/solana
that referenced
this issue
Aug 29, 2021
Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.12.1 to 7.12.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.6/packages/babel-node) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tao-stones
pushed a commit
to tao-stones/solana
that referenced
this issue
Apr 15, 2024
Current code is only allowing gossip pull requests with legacy contact-info: https://github.com/anza-xyz/agave/blob/8c5a33a81/gossip/src/cluster_info.rs#L1958-L1966 Working towards migrating to the new contact-info, the commit allows gossip pull requests with both legacy and new contact-infos.
buffalojoec
pushed a commit
to buffalojoec/solana
that referenced
this issue
Apr 16, 2024
Current code is only allowing gossip pull requests with legacy contact-info: https://github.com/anza-xyz/agave/blob/8c5a33a81/gossip/src/cluster_info.rs#L1958-L1966 Working towards migrating to the new contact-info, the commit allows gossip pull requests with both legacy and new contact-infos.
lijunwangs
pushed a commit
to lijunwangs/solana
that referenced
this issue
Apr 24, 2024
…olana-labs#803) (solana-labs#816) allows gossip pull requests with new contact-info (solana-labs#803) Current code is only allowing gossip pull requests with legacy contact-info: https://github.com/anza-xyz/agave/blob/8c5a33a81/gossip/src/cluster_info.rs#L1958-L1966 Working towards migrating to the new contact-info, the commit allows gossip pull requests with both legacy and new contact-infos. (cherry picked from commit 50f1028) Co-authored-by: behzad nouri <[email protected]>
yihau
pushed a commit
that referenced
this issue
Apr 26, 2024
…803) (#816) allows gossip pull requests with new contact-info (#803) Current code is only allowing gossip pull requests with legacy contact-info: https://github.com/anza-xyz/agave/blob/8c5a33a81/gossip/src/cluster_info.rs#L1958-L1966 Working towards migrating to the new contact-info, the commit allows gossip pull requests with both legacy and new contact-infos. (cherry picked from commit 50f1028) Co-authored-by: behzad nouri <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some naming inconsistencies creeping in:
my_type_r
,my_type
,mytype_r
,mytype
keypair
,alice
,id
,alice_keypair
,alice_kp
pubkey
,alice
,alice_pk
hash
,id
mint
,alice
node
,leader
,validator
,leader_node
,leader_full_node
,leader_fullnode
<verb>_<subject>
,<something>_<qualifier>
,<noun>
Add a CONTRIBUTING.md to offer guidance.
The text was updated successfully, but these errors were encountered: