Skip to content

Releases: wowica/xander

0.3.0

14 Aug 18:46
726cf64

Choose a tag to compare

Initial support for ChainSync

This release adds initial support for the Chain Synchronization n2c mini-protocol. This allows clients to stream blocks from the upstream node. For the time being, the following limitations apply:

  • Only Conway blocks
  • Only block header information is provided

See https://github.com/wowica/xander/blob/main/run_chain_sync.exs for example on how to use it.

What's Changed

Full Changelog: 0.2.0...v0.3.0

0.2.0

08 May 17:56
be743db

Choose a tag to compare

Submit transactions using Xander 🚀

Two major milestones included in this release:

  • Support for the TxSubmission mini-protocol.
  • Integration tests on CI using Yaci DevKit

What's Changed

Full Changelog: v0.1.1...0.2.0

v0.1.1

19 Feb 14:54
b6f2c05

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

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