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

Replicate get_actions #2

Open
jafri opened this issue Jul 28, 2018 · 1 comment
Open

Replicate get_actions #2

jafri opened this issue Jul 28, 2018 · 1 comment
Assignees
Labels
query Query Idea

Comments

@jafri
Copy link

jafri commented Jul 28, 2018

Currently this mongo repo can filter based actions based on contract, but the most important feature for many sites if getting ALL actions related to a user.

This would duplicate the get_actions call from RPC.

Bonus points for removing the duplicates that get_actions naturally provides

@DenisCarriere DenisCarriere added the query Query Idea label Jul 28, 2018
@DenisCarriere DenisCarriere self-assigned this Jul 28, 2018
@DenisCarriere
Copy link
Contributor

👍 Sounds like a great query to have.

For my own reference:

https://developers.eos.io/eosio-nodeos/reference

params

  • pos: Number
  • offset: Number
  • account_name: String

HTTP

$ curl --request POST \
  --url http://127.0.0.1:8888/v1/history/get_actions

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

No branches or pull requests

2 participants