Releases: wowica/xander
Releases · wowica/xander
v0.1.1
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
v0.1.0
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
- Rename to xander by @caike in #1
- Initial Dockerfile by @caike in #7
- Restructure project to package by @caike in #8
- Builder for get_current_era by @daveminer in #9
- Implement get_current_block_height by @daveminer in #11
- Current epoch number by @caike in #10
- Response cleanup by @daveminer in #12
- Get current tip by @caike in #13
- Publish v0.1 by @caike in #14
New Contributors
- @caike made their first contribution in #1
- @daveminer made their first contribution in #9
Full Changelog: https://github.com/wowica/xander/commits/v0.1.0