-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
57 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[workspace.package] | ||
version = "0.2.8" | ||
version = "0.2.9" | ||
authors = ["Near Inc <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.77.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,34 @@ | ||
| **Method** | **status** | **Note** | | ||
|----------------------------------|---------------|-----------------------------------------------------------------------------| | ||
| view_state_paginated | Included | Custom method. See details [here](../docs/CUSTOM_RPC_METHODS.md) | | ||
| query.view_account | Included | | | ||
| query.view_code | Included | | | ||
| query.view_state | Included | | | ||
| query.call_function | Included | | | ||
| query.view_access_key | Included | | | ||
| query.view_access_key_list | Proxy | Planned. It will be implemented in the future. | | ||
| block | Included | | | ||
| broadcast_tx_async | Proxy | PROXY_ONLY. Immediately proxy to a real RPC. | | ||
| broadcast_tx_commit | Proxy | PROXY_ONLY. Immediately proxy to a real RPC. | | ||
| chunk | Included | | | ||
| gas_price | Included | | | ||
| health | Included | Health includes the info about the syncing state of the node of rpc-server. | | ||
| light_client_proof | Proxy | | | ||
| next_light_client_block | Proxy | | | ||
| network_info | Proxy | PROXY_ONLY. Immediately proxy to a real RPC. | | ||
| status | Included | | | ||
| send_tx | Proxy | PROXY_ONLY. Immediately proxy to a real RPC. | | ||
| tx | Included | | | ||
| validators | Included | | | ||
| client_config | Unimplemented | | | ||
| EXPERIMENTAL_changes | Included | | | ||
| EXPERIMENTAL_changes_in_block | Included | | | ||
| EXPERIMENTAL_genesis_config | Included | Cache it on the start. | | ||
| EXPERIMENTAL_light_client_proof | Proxy | | | ||
| EXPERIMENTAL_protocol_config | Included | | | ||
| EXPETIMENTAL_receipt | Included | | | ||
| EXPERIMENTAL_tx_status | Included | | | ||
| EXPERIMENTAL_validators_ordered | Proxy | | | ||
| EXPERIMENTAL_maintenance_windows | Unimplemented | | | ||
| EXPERIMENTAL_split_storage_info | Unimplemented | | | ||
| **Method** | **status** | **Note** | | ||
|-----------------------------------|---------------|-----------------------------------------------------------------------------| | ||
| view_state_paginated | Included | Custom method. See details [here](../docs/CUSTOM_RPC_METHODS.md) | | ||
| view_receipt_record | Included | Custom method. See details [here](../docs/CUSTOM_RPC_METHODS.md) | | ||
| query.view_account | Included | | | ||
| query.view_code | Included | | | ||
| query.view_state | Included | | | ||
| query.call_function | Included | | | ||
| query.view_access_key | Included | | | ||
| query.view_access_key_list | Proxy | Planned. It will be implemented in the future. | | ||
| block | Included | | | ||
| broadcast_tx_async | Proxy | PROXY_ONLY. Immediately proxy to a real RPC. | | ||
| broadcast_tx_commit | Proxy | PROXY_ONLY. Immediately proxy to a real RPC. | | ||
| chunk | Included | | | ||
| gas_price | Included | | | ||
| health | Included | Health includes the info about the syncing state of the node of rpc-server. | | ||
| light_client_proof | Proxy | | | ||
| next_light_client_block | Proxy | | | ||
| network_info | Proxy | PROXY_ONLY. Immediately proxy to a real RPC. | | ||
| status | Included | | | ||
| send_tx | Proxy | PROXY_ONLY. Immediately proxy to a real RPC. | | ||
| tx | Included | | | ||
| validators | Included | | | ||
| client_config | Unimplemented | | | ||
| EXPERIMENTAL_changes | Included | | | ||
| EXPERIMENTAL_changes_in_block | Included | | | ||
| EXPERIMENTAL_genesis_config | Included | Cache it on the start. | | ||
| EXPERIMENTAL_light_client_proof | Proxy | | | ||
| EXPERIMENTAL_protocol_config | Included | | | ||
| EXPETIMENTAL_receipt | Included | | | ||
| EXPERIMENTAL_tx_status | Included | | | ||
| EXPERIMENTAL_validators_ordered | Proxy | | | ||
| EXPERIMENTAL_maintenance_windows | Unimplemented | | | ||
| EXPERIMENTAL_split_storage_info | Unimplemented | | |