Improvements
- Add address bloom filter to alerts
- Fix alert subscription chain ID check
- Fix race condition in concurrent read and write of bot config
- Avoid fd leak in the IPFS client used in the updater (see forta-network/forta-core-go#193)
- Enforce passphrase check during
forta init
(must alphanumeric and 12 characters)
What's Changed
- truncate finding and add bloom filters by @aomerk in #654
- encode bloomfilter bitset in base64 by @aomerk in #655
- convert bloom filter values to hex string by @aomerk in #656
- Fix bad subscription comparison by @aomerk in #657
- fix race conditions in pool agent config by @aomerk in #658
- Require alphanumeric passphrase with 12 characters during init by @canercidam in #659
Full Changelog: v0.7.1...v0.7.2