aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

[api] Add an experimental raw DB data API

Open gregnazario opened this issue 2 years ago • 0 comments

Description

This API should be able to get responses in both JSON and BCS direct from the DB, and can use move types to convert the versions directly in other languages.

TODO: Move it to Poem

Test Plan

Manual testing so far, successfully can parse out types on the Rest side. Will add tests in soon in a future update.


This change is Reviewable

gregnazario avatar Jul 22 '22 07:07 gregnazario