We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Add Hedera Consensus Service and small improvements - Closes #183 #214 …
1ba014c
…#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
No branches or pull requests
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: