hirosystems / chainhook

Extract transactions from Stacks and Bitcoin and build event driven re-org resistant indexers and databases.
GNU General Public License v3.0
158 stars 65 forks source link

`chainhook service` does not register predicate when using --predicate-path flag #390

Closed ryanwaits closed 1 year ago

ryanwaits commented 1 year ago

Describe the bug When running chainhook service using the --predicate-path flag, the predicate does not get registered and the expected events are not triggered.

To Reproduce here is a loom going over a working example without the predicate path flag, and one without

Expected behavior When running the chainhook service using the predicate path flag, the predicate should be registered automatically and begin successfully triggering events based on the predicate config, similar to the two step process of running the service and then registering the predicate.

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: