Skip to content

RC 0.3.0

Latest
Compare
Choose a tag to compare
@nodiesBlade nodiesBlade released this 21 Apr 22:21
· 4 commits to main since this release
214d195

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

What's Changed

  • Updated .env.sample to correctly match docker-compose file by @0xThresh in #33
  • [FEATURE] Add solana, pokt, moonbeam, and add emit prom metrics by @nodiesBlade in #34

New Contributors

Full Changelog: 0.2.0...0.3.0