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

[graphql] function filter could filter that the first function name of a PTB #17521

Open
enoloo opened this issue May 6, 2024 · 4 comments
Open
Assignees
Labels

Comments

@enoloo
Copy link

enoloo commented May 6, 2024

No description provided.

@stefan-mysten
Copy link
Contributor

@enoloo is this a feature request? If so, could you explain a bit more the requirements and use cases that you envision?

@enoloo
Copy link
Author

enoloo commented May 8, 2024

@enoloo is this a feature request? If so, could you explain a bit more the requirements and use cases that you envision?

query null here:

{
  transactionBlocks(
    filter: {function: "0x2ac68d34a400893f82a61d02a2c1f530088712f961e9b51ac557a6480affee0d::repository::policy_add"}
  ) {
    nodes {
      digest
      sender {
        defaultSuinsName
      }
    }
  }
}

but, actually see moveall 1 (0x2ac68d34a400893f82a61d02a2c1f530088712f961e9b51ac557a6480affee0d::repository::policy_add) here:
https://testnet.suivision.xyz/txblock/EG1iaeq365FsVKhMWtgPgmYdVMyj25SGXDMfk7rumpmf?tab=Overview

transactionBlocks filter function does not work!

@amnn
Copy link
Contributor

amnn commented May 8, 2024

Thanks for the report @enoloo ! @wlmyng, could you investigate while you optimise these queries?

@enoloo
Copy link
Author

enoloo commented May 8, 2024

Thanks for the report @enoloo ! @wlmyng, could you investigate while you optimise these queries?

Thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants