1.0.0
What's Changed
- user config renaming by @hopeyen in #109
- refactor: use radio payload trait by @hopeyen in #110
- refactor: effective control of event durations and timeouts by @hopeyen in #111
- feat: switch to sqlite instead of json for state persistence by @axiomatic-aardvark in #117
- Indexer address validation by @axiomatic-aardvark in #119
- Remove waku discovery enr by @axiomatic-aardvark in #120
- Use slack bot with webhook by @axiomatic-aardvark in #121
- feat: update e2e tests by @axiomatic-aardvark in #126
Recommended actions
- Set the
SQLITE_FILE_PATH
configuration variable. ThePERSISTENCE_FILE_PATH
config var is deprecated, because Subgraph Radio's persisted state has been update to use a database instead of a JSON file.SQLITE_FILE_PATH
should point to the location where you want the sqlite file to be, example -state.sqlite
. - Rename the
COVERAGE
config variable toGOSSIP_TOPIC_COVERAGE
, you can also now setAUTO_UPGRADE_COVERAGE
to control the level of the Subgraphs that you want to support automatic upgrades for.
Full Changelog: 0.1.9...1.0.0