-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support query filters for Hedera Consensus Service messages #215
Labels
enhancement
New feature or request
Comments
2 tasks
michielmulders
added a commit
that referenced
this issue
Feb 2, 2024
…#215 (#217) * Add topic create and private topics Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Add demo script for topic create Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Add topic submit feature Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Add message retrieve feature Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Add docs for topic features Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Update clear command to clear topics Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Update download state and clear state commands to handle topics Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Add dummy test for topic Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Update state clear for topics and add single-test command in package.json Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Add e2e tests for topics Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Update husky hook for pre-push Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Update husky hook for pre-push Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Linting changes Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Add filter options and tests Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Add e2e test for filters Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Update mock for account create test Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Update mock for token create test Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Add token associate test Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Add token transfer test Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Update state.json Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * Fix balance test with mock state Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> * update base state Signed-off-by: Michiel Mulders <michielmulders1@gmail.com> --------- Signed-off-by: Michiel Mulders <michielmulders1@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description: The HCS functionality doesn't support filtering as seen in the docs: https://docs.hedera.com/hedera/tutorials/consensus/query-messages-with-mirror-node
The text was updated successfully, but these errors were encountered: