Skip to content
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

Open
michielmulders opened this issue Jan 31, 2024 · 0 comments
Open

Support query filters for Hedera Consensus Service messages #215

michielmulders opened this issue Jan 31, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@michielmulders
Copy link
Member

michielmulders commented Jan 31, 2024

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

// Example
https://testnet.mirrornode.hedera.com/api/v1/topics/0.0.4603900/messages?sequencenumber=gte:2
@michielmulders michielmulders converted this from a draft issue Jan 31, 2024
@michielmulders michielmulders self-assigned this Feb 1, 2024
@michielmulders michielmulders added the enhancement New feature or request label Feb 1, 2024
@michielmulders michielmulders moved this from Community Requests to In Progress in Feature planning Feb 1, 2024
@michielmulders michielmulders moved this from In Progress to In Review in Feature planning Feb 1, 2024
michielmulders added a commit that referenced this issue Feb 2, 2024
…#215 (#217)

* Add topic create and private topics

Signed-off-by: Michiel Mulders <[email protected]>

* Add demo script for topic create

Signed-off-by: Michiel Mulders <[email protected]>

* Add topic submit feature

Signed-off-by: Michiel Mulders <[email protected]>

* Add message retrieve feature

Signed-off-by: Michiel Mulders <[email protected]>

* Add docs for topic features

Signed-off-by: Michiel Mulders <[email protected]>

* Update clear command to clear topics

Signed-off-by: Michiel Mulders <[email protected]>

* Update download state and clear state commands to handle topics

Signed-off-by: Michiel Mulders <[email protected]>

* Add dummy test for topic

Signed-off-by: Michiel Mulders <[email protected]>

* Update state clear for topics and add single-test command in package.json

Signed-off-by: Michiel Mulders <[email protected]>

* Add e2e tests for topics

Signed-off-by: Michiel Mulders <[email protected]>

* Update husky hook for pre-push

Signed-off-by: Michiel Mulders <[email protected]>

* Update husky hook for pre-push

Signed-off-by: Michiel Mulders <[email protected]>

* Linting changes

Signed-off-by: Michiel Mulders <[email protected]>

* Add filter options and tests

Signed-off-by: Michiel Mulders <[email protected]>

* Add e2e test for filters

Signed-off-by: Michiel Mulders <[email protected]>

* Update mock for account create test

Signed-off-by: Michiel Mulders <[email protected]>

* Update mock for token create test

Signed-off-by: Michiel Mulders <[email protected]>

* Add token associate test

Signed-off-by: Michiel Mulders <[email protected]>

* Add token transfer test

Signed-off-by: Michiel Mulders <[email protected]>

* Update state.json

Signed-off-by: Michiel Mulders <[email protected]>

* Fix balance test with mock state

Signed-off-by: Michiel Mulders <[email protected]>

* update base state

Signed-off-by: Michiel Mulders <[email protected]>

---------

Signed-off-by: Michiel Mulders <[email protected]>
@michielmulders michielmulders moved this from In Review to Done in Feature planning Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant