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

how to get actions instead of whole trace #2195

Closed
dev-dantealighieri opened this issue Feb 3, 2024 · 3 comments
Closed

how to get actions instead of whole trace #2195

dev-dantealighieri opened this issue Feb 3, 2024 · 3 comments
Labels
more-info waiting for submitter to reply with more information

Comments

@dev-dantealighieri
Copy link

i want to get only the actions created by the creator of the transaction but history api returns whole transaction to me,

im using the following code snippet to get the transaction

const transaction = await this.indexerRequest(
      EOS_INDEXER_API.V2.GET_TRANSACTION,
      {
        params: {
          id: transactionHash,
        },
        method: GET_METHOD,
      },
    );

example transaction

for example in here, i want to only filter the following actions, not traces, which are
image

how to filter correctly? i tried to use creator_action_ordinal but thats not what i was looking for

thanks, Dante

@spoonincode
Copy link
Member

Is this a Hyperion query? I'd suggest asking the Hyperion team instead

@spoonincode spoonincode added more-info waiting for submitter to reply with more information and removed triage labels Feb 8, 2024
@dev-dantealighieri
Copy link
Author

i asked them but couldn't get an answer.

@spoonincode
Copy link
Member

I don't think anyone on Leap's team knows the details of interacting with Hyperion -- it's not our project. If the Hyperion team isn't answering your question you could try the Antelope Developers telegram group (https://t.me/antelopedevs) and you might get some other developer that can help.

@spoonincode spoonincode closed this as not planned Won't fix, can't repro, duplicate, stale Feb 29, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Team Backlog Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more-info waiting for submitter to reply with more information
Projects
Status: Done
Development

No branches or pull requests

3 participants