Skip to content

Commit

Permalink
chore: add tendermint http test (#73)
Browse files Browse the repository at this point in the history
* chore: add queue test

* chore: add Tendermint RPC test
  • Loading branch information
freak12techno authored Aug 30, 2024
1 parent 071582e commit 7e0e16e
Show file tree
Hide file tree
Showing 11 changed files with 3,144 additions and 16 deletions.
1 change: 1 addition & 0 deletions assets/empty.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 3 additions & 0 deletions assets/rpc-block-invalid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"result": {}
}
1,142 changes: 1,142 additions & 0 deletions assets/rpc-block.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions assets/rpc-tendermint-error.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"jsonrpc": "2.0",
"id": -1,
"error": {
"code": -32603,
"message": "Internal error",
"data": "height 1 is not available, lowest height is 17966501"
}
}
Loading

0 comments on commit 7e0e16e

Please sign in to comment.