Open avaghasiya-supra opened 1 year ago
@hayes-mysten do you maybe have a thought of what might have gone wrong here?
It looks like this is not implemented/supported by the full node API, the error comes from here: https://github.com/MystenLabs/sui/blob/main/crates/sui-storage/src/indexes.rs#L669-L693 but is part of the RPC spec. We re-use the same TransactionFilter type in multiple places, but not all the methods that accept that filter implement the all the filter options
This Filter is a work in-progress and isn't available on fullnodes yet, but it's being worked on and should be available soon
by when we expect it?
any update?
when support that filter?
@hayes-mysten what do mean by soon ?)
@DzmitryTurko I just checked with the team working on this, and it sounds like this filter will not be added to the fullnode version of the JSON RPC API. It is not available in the GraphQL API yet, but it will be added there as well in the future
Hello @hayes-mysten any update?
Unfortunately not, The GraphQL team has been very focused on working through performance issues, and hasn't had time to prioritize this feature yet. I don't work on this myself, but this is a known blocker for people wanting to migrate to GraphQL, and is definitely still on their road map
any updates? @hayes-mysten
Steps to Reproduce Issue
[Error: Error checking transaction input objects: Unsupported("Some(FromOrToAddress { addr: 0x })")]
Expected Result
we are not getting a response as expected.
System Information