Skip to content

Releases: HugoByte/aurras-event-feed-substrate-js

v0.1.1

19 Feb 12:31
bf6b4df
Compare
Choose a tag to compare

Changelog

  • Add dotenv to get environment variables from .env
  • Add Test env config
  • Update Schema Validation
  • Add Configuration for Health API Port

Initial Release

06 Feb 05:50
c8ac3e3
Compare
Choose a tag to compare

Implemented following specifications

  • Reading Configuration based on Environment
  • Override Configuration if Environment Variables provided
  • Configurations for Chain endpoint Sections and Methods from extrinsic to Exclude, types, Openwhisk Endpoint, Openwhisk Auth Key, Trigger Endpoint, Kafka Topic and Brokers
  • Connects to the chain
  • Add custom type to chain initialization if provided
  • Subscribes to system.events
  • Filters Events based on excludes provided
  • Post Events to trigger Endpoint
  • Dockerfile for Substrate Event Feed Package