v1.0.0-rc0
Pre-release
Pre-release
Notable existing features:
- Email and matrix reporter.
- Filter events and extrinsics.
- Compatible with all substrate based chains.
Notable changes:
- Full config checking
- Telegram reporter
- Batch reporting
Breaking changes to config file:
method_subscription
is now fully typed. e.g.
{ type: "all" }
{ type: "only", only: [...] }
{ type: "ignore", ignore: [...] }
What's Changed
- Makes "listen" parameter optional and minor improvements. by @parutger in #5
- Backport changes for now by @kianenigma in #8
- Fix dependencies issue inside container (#8) by @kianenigma in #9
- A lot of more features for v1 by @kianenigma in #11
New Contributors
- @parutger made their first contribution in #5
- @kianenigma made their first contribution in #8
Full Changelog: https://github.com/kianenigma/polkadot-basic-notification/commits/v1.0.0-rc0