Add HTTP Client-Server API stuff to ROADMAP.md

This commit is contained in:
troymc 2016-03-08 14:01:15 +01:00
parent 50838db8c1
commit d17e092b9c
2 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@
* Permissions framework * Permissions framework
* Protocol audits including security audits * Protocol audits including security audits
## HTTP Client-Server API
* Validate the structure of the transaction
* Return the correct error code if something goes wrong
* Add an endpoint to query unspents for a given public key
* More endpoints
* See [the relevant open issues](https://github.com/bigchaindb/bigchaindb/issues?q=is%3Aissue+is%3Aopen+label%3Arest-api)
## Implementation/Code ## Implementation/Code
* Node validation framework (inspect and agree or not with what the other nodes are doing) * Node validation framework (inspect and agree or not with what the other nodes are doing)
* Open public testing cluster (for people to try out a BigchainDB cluster and to test client software) * Open public testing cluster (for people to try out a BigchainDB cluster and to test client software)