Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions src/flamenco/gossip/fd_gossip_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,14 @@

/* https://github.com/anza-xyz/agave/blob/540d5bc56cd44e3cc61b179bd52e9a782a2c99e4/version/src/lib.rs#L95-L105 */

#define FD_CONTACT_INFO_VERSION_CLIENT_SOLANA_LABS (0)
#define FD_CONTACT_INFO_VERSION_CLIENT_JITO_LABS (1)
#define FD_CONTACT_INFO_VERSION_CLIENT_FIREDANCER (2)
#define FD_CONTACT_INFO_VERSION_CLIENT_AGAVE (3)
#define FD_CONTACT_INFO_VERSION_CLIENT_SOLANA_LABS (0)
#define FD_CONTACT_INFO_VERSION_CLIENT_JITO_LABS (1)
#define FD_CONTACT_INFO_VERSION_CLIENT_FRANKENDANCER (2)
#define FD_CONTACT_INFO_VERSION_CLIENT_AGAVE (3)
#define FD_CONTACT_INFO_VERSION_CLIENT_AGAVE_PALADIN (4)
#define FD_CONTACT_INFO_VERSION_CLIENT_FIREDANCER (5)
#define FD_CONTACT_INFO_VERSION_CLIENT_AGAVE_BAM (6)
#define FD_CONTACT_INFO_VERSION_CLIENT_SIG (7)

/* A contact info represents a peer node in the cluster that is
publishing information about itself to the gossip network. It it
Expand Down
Loading