-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Since acc.solayer.org is proxied through CloudFlare, it is slower than a normal RPC endpoint in HTTP requests. Can we make its original endpoint public like jito?
time curl -X POST "https://acc.solayer.org" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "sendTransaction",
"id": 1,
"params": ["tx"]
}'
{"jsonrpc":"2.0","id":1,"error":{"code":-50000,"message":"Invalid transaction format","data":{}}}
real 0m0.242s
user 0m0.030s
sys 0m0.018s
Metadata
Metadata
Assignees
Labels
No labels