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

use gossip to find the leader for every airdrop request #1182

Merged
merged 1 commit into from
Sep 11, 2018

Conversation

rob-solana
Copy link
Contributor

No description provided.

Copy link
Contributor

@CriesofCarrots CriesofCarrots left a comment

Choose a reason for hiding this comment

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

Looks good

@rob-solana rob-solana merged commit c3fc98c into solana-labs:master Sep 11, 2018
@rob-solana rob-solana deleted the gossip-based-drone branch September 12, 2018 00:30
willhickey pushed a commit that referenced this pull request Jun 8, 2024
…1057) (#1182)

retains chained Merkle root across leader slots (#1057)

Looking up Merkle root of the last erasure batch for the parent block
can fail if the slot-meta is not yet available in blockstore.
This commit instead retains chained Merkle root across leader slots. If
the parent of the current block is the previous leader slot, then the
chained Merkle root is readily available and we can bypass blockstore
lookup.

(cherry picked from commit 6b45dc9)

Co-authored-by: behzad nouri <[email protected]>
ryoqun pushed a commit to ryoqun/solana that referenced this pull request Jun 10, 2024
…olana-labs#1057) (solana-labs#1182)

retains chained Merkle root across leader slots (solana-labs#1057)

Looking up Merkle root of the last erasure batch for the parent block
can fail if the slot-meta is not yet available in blockstore.
This commit instead retains chained Merkle root across leader slots. If
the parent of the current block is the previous leader slot, then the
chained Merkle root is readily available and we can bypass blockstore
lookup.

(cherry picked from commit 6b45dc9)

Co-authored-by: behzad nouri <[email protected]>
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.

2 participants