Skip to content

Commit

Permalink
feat(rosettarpc): Data API implementation (#2940)
Browse files Browse the repository at this point in the history
Resolves #2738 

The spec is: https://raw.githubusercontent.com/coinbase/rosetta-specifications/master/api.json (you can view it on https://petstore.swagger.io/)

[README](https://github.com/nearprotocol/nearcore/blob/feature/rosetta-api/chain/rosetta-rpc/README.md)

This implementation is battle-tested and checked by Coinbase using automated tooling (rosetta-cli)
  • Loading branch information
frol committed Sep 2, 2020
1 parent 9c4f8d4 commit 126b938
Show file tree
Hide file tree
Showing 24 changed files with 2,821 additions and 76 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/chain/ @SkidanovAlex @bowenwang1996
/chain/jsonrpc/ @frol @evgenykuzyakov
/chain/indexer/ @khorolets @frol
/chain/rosettarpc/ @frol
/chain/rosetta-rpc/ @frol

/runtime/ @evgenykuzyakov @chain-police
/runtime/runtime-params-estimator/ @olonho @willemneal
Expand Down
Loading

0 comments on commit 126b938

Please sign in to comment.