Move key stuff to util, add pow util

This commit is contained in:
Jon Staab
2025-12-02 13:15:24 -08:00
parent 6da8e6c654
commit 351b60631e
18 changed files with 253 additions and 91 deletions
+7
View File
@@ -139,9 +139,16 @@ export const MESSAGING_RELAYS = 10050
export const BLOSSOM_SERVERS = 10063
export const FILE_SERVERS = 10096
export const RELAY_MEMBERS = 13534
export const PROMENADE_REGISTER_ACCOUNT = 16430
export const LIGHTNING_PUB_RPC = 21000
export const CLIENT_AUTH = 22242
export const BLOSSOM_AUTH = 24242
export const PROMENADE_SHARD_SHARE = 26428
export const PROMENADE_SHARD_ACK = 26429
export const PROMENADE_CONFIG = 26430
export const PROMENADE_COMMIT = 26431
export const PROMENADE_REQUEST = 26432
export const PROMENADE_RESULT = 26433
export const RELAY_JOIN = 28934
export const RELAY_INVITE = 28935
export const RELAY_LEAVE = 28936