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