sui icon indicating copy to clipboard operation
sui copied to clipboard

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

Open enoloo opened this issue 1 year ago • 1 comments
trafficstars

enoloo avatar May 06 '24 07:05 enoloo

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

stefan-mysten avatar May 06 '24 17:05 stefan-mysten

@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!

enoloo avatar May 08 '24 07:05 enoloo

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

amnn avatar May 08 '24 09:05 amnn

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

Thx

enoloo avatar May 08 '24 23:05 enoloo

Cleaning up this issue as it has now been addressed on all networks with the latest release. Thanks for reporting @enoloo .

amnn avatar Sep 23 '24 12:09 amnn