Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@caike caike released this 19 Feb 14:54
· 1 commit to main since this release
b6f2c05

What's Changed

  • Send release message after response. by @caike in #15

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