Skip to content

Commit

Permalink
Added 'rpc.discover' method to speculative json rpc api (#278)
Browse files Browse the repository at this point in the history
* Added 'rpc.discover' method to speculative json rpc api

* Aligned test to changes from feat-2.0

---------

Co-authored-by: Jakub Zajkowski <[email protected]>
  • Loading branch information
zajko and Jakub Zajkowski authored Apr 11, 2024
1 parent c87274d commit 016a0f2
Show file tree
Hide file tree
Showing 12 changed files with 4,122 additions and 103 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/test/rpc_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"servers": [
{
"name": "any Casper Network node",
"name": "any Sidecar with JSON RPC API enabled",
"url": "http://IP:PORT/rpc/"
}
],
Expand Down
Loading

0 comments on commit 016a0f2

Please sign in to comment.