solmul is a solana rpc multiplexer, which sends the same requests to multiple validators.
for all rpc calls except send transaction, the first response is sent back.
for all subscription calls, the notification is inspected by looking at the slot number - and
only the notification with slot greater than the last seen slot number is sent back.
solmul is a package for multiplexing solana json rpc api
- for all rpc calls except send transaction, the first response is sent back.
- for all subscription calls, the notification is inspected by looking at the slot number - and only the notification with slot greater than the last seen slot number is sent back.