Related Documents:
Requirements:
- Open local port on a new server in order to allow node operators to perform queries through this port.
- The local port should be bound only to 127.0.0.1 - not 0.0.0.0 so that it can be accessed only locally.
- Queries sent to the local port are free.
- No limitations or checks will be implemented for the node or account ID that can perform the query.
- The Node Operator should sign the query transaction.
- All existing paid network query types will be available for free for the Node Operator.
- No throttling should be applied for the requests from localhost to the port.
- As a node operator you will NOT be able to perform other transactions for free on the new server, functionalities will be limited to queries only.
Open Questions:
- Discuss responses and errors
Free Query - Positive Test Cases