Skip to content

0.3.0-BETA

Pre-release
Pre-release
Compare
Choose a tag to compare
@nodiesBlade nodiesBlade released this 20 Apr 03:38
· 6 commits to feature/unassigned/final-deliverable-chains since this release

What's Changed

  • Adds Height and Data Integrity Qos Checks for Solana mainnet, POKT Morse Mainnet, and verified Moonbeam mainnet support
  • Emit Service URL prom metrics (emits the host service url for each relay) if env variable is enabled. This is disabled by default to prevent cardianlity explosion, but good resource to debug how each service domain is performing in comparsion to others
  • Use latency compression variable instead of a magic number
  • Update documentation on all QoS checks
  • Add new environment variable CHAIN_NETWORK which represents the current network that gateway server is running on. This is initially to help with identifying chains dependent on network (i.e solana is 0006 on Mainnet and 0008 in testnet), however it can be used for backwards compatiability for isolating logic between morse and shannon as well. Default value is morse_mainnet

Full Changelog: 0.2.0...0.3.0-BETA