Update rpcv2.md

This commit is contained in:
Philippe Delrieu 2023-09-07 15:11:06 +02:00 committed by GitHub
parent 67049501ae
commit 8a5b7b6300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 11 deletions

View File

@ -76,22 +76,13 @@ Method calls:
##### Send transaction Domain ##### Send transaction Domain
- [sendtransaction](https://docs.solana.com/api/http#sendtransaction) done by Lite-RPC - [sendtransaction](https://docs.solana.com/api/http#sendtransaction) done by Lite-RPC
##### Geyser update: ##### Current work on Consensus:
Update the Yellostone plugin to notify on Process.
We should add the shred level data (tx, ...) on the geyser plugin and validator communication.
To get the shred level data if not available from geyser plugin:
Possibility to duplicate the Turbine shred at the network switch level to send them to the RPC node and process shred.
##### Task to do:
getvoteaccounts: Stream from geyser getvoteaccounts: Stream from geyser
getleaderschedule: Stream from geyser. See the issue https://github.com/solana-labs/solana/issues/31446 getleaderschedule: Stream from geyser. See the issue https://github.com/solana-labs/solana/issues/31446
getclusternodes: Geyser or gossip. getclusternodes: Geyser or gossip?
#### Removed RPC calls #### Removed RPC calls