Skip to content

Commit 91b1a1e

Browse files
committed
gossip: add clients, advertise firedancer
1 parent 51b41c0 commit 91b1a1e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/flamenco/gossip/fd_gossip_types.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,14 @@
6161

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

64-
#define FD_CONTACT_INFO_VERSION_CLIENT_SOLANA_LABS (0)
65-
#define FD_CONTACT_INFO_VERSION_CLIENT_JITO_LABS (1)
66-
#define FD_CONTACT_INFO_VERSION_CLIENT_FIREDANCER (2)
67-
#define FD_CONTACT_INFO_VERSION_CLIENT_AGAVE (3)
64+
#define FD_CONTACT_INFO_VERSION_CLIENT_SOLANA_LABS (0)
65+
#define FD_CONTACT_INFO_VERSION_CLIENT_JITO_LABS (1)
66+
#define FD_CONTACT_INFO_VERSION_CLIENT_FRANKENDANCER (2)
67+
#define FD_CONTACT_INFO_VERSION_CLIENT_AGAVE (3)
68+
#define FD_CONTACT_INFO_VERSION_CLIENT_AGAVE_PALADIN (4)
69+
#define FD_CONTACT_INFO_VERSION_CLIENT_FIREDANCER (5)
70+
#define FD_CONTACT_INFO_VERSION_CLIENT_AGAVE_BAM (6)
71+
#define FD_CONTACT_INFO_VERSION_CLIENT_SIG (7)
6872

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

0 commit comments

Comments
 (0)