What's Changed
This fixes an issue where the ledger state tracked by the Query OTP process wouldn't be
updated after establishing a connection. The result was that queries would always return the same value.
A refactor of Xander.Query
states and transitions was done. The goal is to only acquire agency prior to
submitting a query to the node. This ensures that the query will be performed against the most up-to-date
version of the ledger.
Full Changelog: v0.1.0...v0.1.1