Skip to content

1.0.0

Compare
Choose a tag to compare
@pete-eiger pete-eiger released this 19 Dec 16:53
· 19 commits to dev since this release

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

  1. Set the SQLITE_FILE_PATH configuration variable. The PERSISTENCE_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.
  2. Rename the COVERAGE config variable to GOSSIP_TOPIC_COVERAGE, you can also now set AUTO_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