mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
GraphQL docs
This commit is contained in:
parent
f09fd51083
commit
3a4ad0c614
@ -538,11 +538,11 @@ node.
|
||||
|
||||
#### `RPC` ports
|
||||
|
||||
| Port | Protocol | Purpose | Expose |
|
||||
|:----:|:--------:|:-----------------:|:-------:|
|
||||
| 8545 | TCP | HTTP & WebSockets | Private |
|
||||
| Port | Protocol | Purpose | Expose |
|
||||
|:----:|:--------:|:---------------------------:|:-------:|
|
||||
| 8545 | TCP | HTTP & WebSockets & GraphQL | Private |
|
||||
|
||||
Typically, 8545 is exposed only internally for JSON-RPC queries. Both HTTP and WebSocket connections are on the same
|
||||
Typically, 8545 is exposed only internally for JSON-RPC queries. Both HTTP and WebSocket and GraphQL are on the same
|
||||
port.
|
||||
|
||||
#### `sentry` ports
|
||||
|
@ -330,6 +330,13 @@ The following table shows the current implementation status of Erigon's RPC daem
|
||||
| bor_getCurrentValidators | Yes | Bor only |
|
||||
| bor_getRootHash | Yes | Bor only |
|
||||
|
||||
### GraphQL
|
||||
|
||||
| Command | Avail | Notes |
|
||||
|--------------------------------------------|---------|--------------------------------------|
|
||||
| GetBlockDetails | Yes | |
|
||||
| GetChainID | Yes | |
|
||||
|
||||
This table is constantly updated. Please visit again.
|
||||
|
||||
### Securing the communication between RPC daemon and Erigon instance via TLS and authentication
|
||||
|
Loading…
Reference in New Issue
Block a user