Summary
Modify query in client/context/query.go to return the height the query was performed at.
Problem Definition
Applications might find it useful to know exactly when the query was performed, especially since they can query past heights.
Proposal
Add QueryWithHeight functions to return the query along with the height it was performed at
For Admin Use