Sam Kleinman
851d2e3bde
mempool,rpc: add removetx rpc method ( #7047 )
Addresses one of the concerns with #7041 .
Provides a mechanism (via the RPC interface) to delete a single transaction, described by its hash, from the mempool. The method returns an error if the transaction cannot be found. Once the transaction is removed it remains in the cache and cannot be resubmitted until the cache is cleared or it expires from the cache.
3 years ago
JayT106
84ffaaaf37
statesync/rpc: metrics for the statesync and the rpc SyncInfo ( #6795 )
3 years ago
Sam Kleinman
b9c35c1263
docs: fix openapi yaml lint ( #6948 )
saw this in the super lint.
3 years ago
Callum Waters
5db2a39643
docs: add documentation of unsafe_flush_mempool to openapi ( #6947 )
3 years ago
Sam Kleinman
bf77c0c544
rpc: support new p2p infrastructure ( #6820 )
3 years ago
Carlos Rodriguez
511e52c2fc
doc: fix typos in /tx_search and /tx. ( #6823 )
Just a few small typos in the descriptions of the /tx_search and /tx endpoints.
3 years ago
M. J. Fromberger
4cbaf70d1f
docs: fix a typo in the genesis_chunked description ( #6792 )
3 years ago
Sam Kleinman
6a94b55d12
rpc: add documentation for genesis chunked api ( #6776 )
3 years ago
JayT106
d4cda544ae
fastsync/rpc: add TotalSyncedTime & RemainingTime to SyncInfo in /status RPC ( #6620 )
3 years ago
JayT106
9d0817b308
Revert "rpc: re-index missing events ( #6535 )" ( #6631 )
This reverts commit 167fa738a3
.
3 years ago
JayT106
167fa738a3
rpc: re-index missing events ( #6535 )
3 years ago
crypto-facs
10d174adcc
rpc: Add `TotalGasUsed` to `block_results` response ( #6615 )
Closes #6551
Simple PR to add the total gas used in the block by adding the gas used in all the transactions.
This adds a `TotalGasUsed` field to `coretypes.ResultBlockResults`.
Its my first PR to the repo so let me know if there is anything I am missing!
@fedekunze In case you want to take a look
3 years ago
JayT106
2cc872543b
rpc: add max peer block height into /status rpc call ( #6610 )
use `maxPeerBlockHeight` information to show the current network's best height.
Closes #3983
Relate to #3365
ref: the`highestBlock` in the response of `eth.isSyncing` call
https://web3js.readthedocs.io/en/v1.3.4/web3-eth.html#issyncing
3 years ago
Sam Kleinman
0407cd5258
github: fix linter configuration errors and occluded errors ( #6400 )
4 years ago
Aleksandr Bezobchuk
003f394512
rpc: index block events to support block event queries ( #6226 )
4 years ago
Anton Kaliaev
e9e5026dac
rpc/client/http: drop endpoint arg from New and add WSOptions ( #6176 )
also
- replace `MaxReconnectAttempts`, `ReadWait`, `WriteWait` and `PingPeriod` options with `WSOptions` in `WSClient` (rpc/jsonrpc/client/ws_client.go).
- set default write wait to 10s for `WSClient`(rpc/jsonrpc/client/ws_client.go)
- unexpose `WSEvents`(rpc/client/http.go)
Closes #6162
4 years ago
Anton Kaliaev
c1ca749afa
rpc: change default sorting to desc for `/tx_search` results ( #6168 )
Closes #6155
4 years ago
Callum Waters
ca46cbc781
move broadcast_evidence rpc call from info to evidence ( #5634 )
4 years ago
Anton Kaliaev
2672b91ab0
rpc/core: more docs and a test for /blockchain endpoint ( #5417 )
Closes #5339
4 years ago
Anton Kaliaev
7d2b3e305e
docs: minor tweaks ( #5404 )
* docs: fix /validators description
Refs https://github.com/tendermint/spec/pull/169
* consensus: remove nil err from logging statement
* update UPGRADING.md
* note about LightBlocks
4 years ago
Erik Grinaker
817646a88e
rpc: fix openapi spec syntax error ( #5358 )
Broke in #5356 .
4 years ago
Anton Kaliaev
8aac1d1333
docs: document max entries for `/blockchain` RPC ( #5356 )
Closes #5339
4 years ago
Marko
b6a5f7b126
rpc: add private & unconditional to /dial_peer ( #5293 )
## Description
Allow dialing of private and unconditional peers through the RPC
Closes : #1705
4 years ago
Marko
5df55f289c
docs: updates to various sections ( #5285 )
## Description
Updates to various sections of docs.
Fix docs deployment
Closes: #XXX
4 years ago
Marko
9b4f1a8081
docs: rename swagger to openapi ( #5263 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
4 years ago