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

getActions always returns an empty arrray #5

Open
ghost opened this issue Sep 14, 2018 · 2 comments
Open

getActions always returns an empty arrray #5

ghost opened this issue Sep 14, 2018 · 2 comments
Assignees

Comments

@ghost
Copy link

ghost commented Sep 14, 2018

Hi, I'm playing with the examples but I'm always getting an empty array returned. I know this issue is very vague but I can't seem to get it working. using node v8.10.0. The EOS database seems to be populated because I can query it with the mongo cli directly. Any tips of what I can try next?

@ghost
Copy link
Author

ghost commented Sep 14, 2018

to give you an example... on the left is some basic test code that queries the db with eosio-mongodb-queries which returns an empty array. On the right is a query made with the mongo cli.
image

@DenisCarriere
Copy link
Contributor

@kasperfish What version of Nodeos are you running? 1.1.x and 1.2.x has had some drastic schema changes.

The current code base is using v1.2.x schema, however the npm published is using v1.1.x

🤦‍♂️ Need to sort that out, this might solve this issue

@DenisCarriere DenisCarriere self-assigned this Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant