Skip to content

Releases: wowica/xander

v0.1.1

19 Feb 14:54
b6f2c05
Compare
Choose a tag to compare

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

v0.1.0

17 Feb 22:38
6b1b934
Compare
Choose a tag to compare

First Release 🎉

This first release includes support for the following ledger state queries:

  • get_epoch_number
  • get_current_era
  • get_current_block_height
  • get_current_tip

See README for information on how to use this library.

What's Changed

New Contributors

Full Changelog: https://github.com/wowica/xander/commits/v0.1.0