Skip to content

Commit

Permalink
Revert "chore: format"
Browse files Browse the repository at this point in the history
This reverts commit 8c1e8e6.
  • Loading branch information
olegshilov committed Dec 9, 2024
1 parent dfa9e6f commit 9f9077f
Show file tree
Hide file tree
Showing 50 changed files with 1,029 additions and 1,112 deletions.
2 changes: 1 addition & 1 deletion docs/develop/api/cosmos-grpc-rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ wallets and block explorers to interact with the Proof-of-Stake logic and native
[gRPC-Gateway](https://grpc-ecosystem.github.io/grpc-gateway/) reads a gRPC service definition and
generates a reverse-proxy server which translates RESTful JSON API into gRPC. With gRPC-Gateway,
users can use REST to interact with the Cosmos gRPC service.
See the list of supported gRPC-Gateway API endpoints using Swagger [here](../api#clients).
See the list of supported gRPC-Gateway API endpoints using Swagger [here](../api#clients).
22 changes: 11 additions & 11 deletions docs/develop/api/ethereum-json-rpc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ Find below the JSON-RPC namespaces supported on HAQQ or head over to the documen
and their respective curl commands on the [JSON-RPC Methods](./methods.md) page.

| Namespace | Description | Supported | Enabled by Default |
| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------: | :----------------: |
| [`eth`](./methods.md#eth-methods) | HAQQ provides several extensions to the standard `eth` JSON-RPC namespace. |||
| [`web3`](./methods.md#web3-methods) | The `web3` API provides utility functions for the web3 client. |||
| [`net`](./methods.md#net-methods) | The `net` API provides access to network information of the node |||
|---------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------:|:------------------:|
| [`eth`](./methods.md#eth-methods) | HAQQ provides several extensions to the standard `eth` JSON-RPC namespace. | | |
| [`web3`](./methods.md#web3-methods) | The `web3` API provides utility functions for the web3 client. | | |
| [`net`](./methods.md#net-methods) | The `net` API provides access to network information of the node | | |
| `clique` | The `clique` API provides access to the state of the clique consensus engine. You can use this API to manage signer votes and to check the health of a private network. | 🚫 | |
| `debug` | The `debug` API gives you access to several non-standard RPC methods, which will allow you to inspect, debug and set certain debugging flags during runtime. || |
| `debug` | The `debug` API gives you access to several non-standard RPC methods, which will allow you to inspect, debug and set certain debugging flags during runtime. | | |
| `les` | The `les` API allows you to manage LES server settings, including client parameters and payment settings for prioritized clients. It also provides functions to query checkpoint information in both server and client mode. | 🚫 | |
| [`miner`](./methods.md#miner-methods) | The `miner` API allows you to remote control the node’s mining operation and set various mining specific settings. || 🚫 |
| [`txpool`](./methods.md#txpool-methods) | The `txpool` API gives you access to several non-standard RPC methods to inspect the contents of the transaction pool containing all the currently pending transactions as well as the ones queued for future processing. || 🚫 |
| [`miner`](./methods.md#miner-methods) | The `miner` API allows you to remote control the node’s mining operation and set various mining specific settings. | | 🚫 |
| [`txpool`](./methods.md#txpool-methods) | The `txpool` API gives you access to several non-standard RPC methods to inspect the contents of the transaction pool containing all the currently pending transactions as well as the ones queued for future processing. | | 🚫 |
| `admin` | The `admin` API gives you access to several non-standard RPC methods, which will allow you to have a fine grained control over your node instance, including but not limited to network peer and RPC endpoint management. | 🚫 | |
| [`personal`](./methods.md#personal-methods) | The `personal` API manages private keys in the key store. || 🚫 |
| [`personal`](./methods.md#personal-methods) | The `personal` API manages private keys in the key store. | | 🚫 |

## Subscribing to Ethereum Events

Expand Down Expand Up @@ -102,8 +102,8 @@ ws ws://localhost:8546/

At present there are two key datatypes that are passed over JSON:

- **quantities** and
- **unformatted byte arrays**.
* **quantities** and
* **unformatted byte arrays**.

Both are passed with a hex encoding, however with different requirements to formatting.

Expand Down Expand Up @@ -142,4 +142,4 @@ The following options are possible for the `defaultBlock` parameter:
- `HEX String` - an integer block number
- `String "earliest"` for the earliest/genesis block
- `String "latest"` - for the latest mined block
- `String "pending"` - for the pending state/transactions
- `String "pending"` - for the pending state/transactions
Loading

0 comments on commit 9f9077f

Please sign in to comment.