Skip to content

acc.solayer.org is slow #13

@YukiCoco

Description

@YukiCoco

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions