Skip to content

Releases: bandprotocol/falcon

v0.0.1-rc2

25 Mar 06:51
6c3c08f

Choose a tag to compare

v0.0.1-rc2 Pre-release
Pre-release

What's Changed

  • support flag for command falcon keys add
  • decouple filesystem storage from the application object.
  • support telemetry and grafana dashboard.
  • remove bandprotocol/chains package dependency.
  • fix default configuration
  • add unit tests

v0.0.1-rc1

16 Jan 03:59
fdedade

Choose a tag to compare

This release includes minor changes, and the bandprotocol/chain package has been updated to version v3.0.0-rc1.

What's Changed

  • (bump) Use bandprotocol/chain v3.0.0-rc1.
  • adjust gas estimation logic.
  • add liveness check on band client.
  • refactor code.

v0.0.1-rc0

17 Dec 07:13
e101efd

Choose a tag to compare

This release is the first release candidate for Falcon, a program for relaying TSS tunnel messages. It introduces three core features:

  • TSS Tunnel Packet Relay: Supports relaying TSS tunnel packets either as transactions or as scheduled jobs.
  • Destination Chain & Wallet Key Management: Enables managing destination chain configurations and wallet address keys.
  • Tunnel and Packet Querying: Allows querying tunnel and packet-related information.

This release sets the foundation for reliable TSS message relaying across chains.