mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
GraphQL docs
This commit is contained in:
parent
f09fd51083
commit
3a4ad0c614
@ -539,10 +539,10 @@ node.
|
|||||||
#### `RPC` ports
|
#### `RPC` ports
|
||||||
|
|
||||||
| Port | Protocol | Purpose | Expose |
|
| Port | Protocol | Purpose | Expose |
|
||||||
|:----:|:--------:|:-----------------:|:-------:|
|
|:----:|:--------:|:---------------------------:|:-------:|
|
||||||
| 8545 | TCP | HTTP & WebSockets | Private |
|
| 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.
|
port.
|
||||||
|
|
||||||
#### `sentry` ports
|
#### `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_getCurrentValidators | Yes | Bor only |
|
||||||
| bor_getRootHash | Yes | Bor only |
|
| bor_getRootHash | Yes | Bor only |
|
||||||
|
|
||||||
|
### GraphQL
|
||||||
|
|
||||||
|
| Command | Avail | Notes |
|
||||||
|
|--------------------------------------------|---------|--------------------------------------|
|
||||||
|
| GetBlockDetails | Yes | |
|
||||||
|
| GetChainID | Yes | |
|
||||||
|
|
||||||
This table is constantly updated. Please visit again.
|
This table is constantly updated. Please visit again.
|
||||||
|
|
||||||
### Securing the communication between RPC daemon and Erigon instance via TLS and authentication
|
### Securing the communication between RPC daemon and Erigon instance via TLS and authentication
|
||||||
|
Loading…
Reference in New Issue
Block a user