-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New accounts fail lookups via get_accounts_by_authorizers #9278
Comments
To add additional context, it looks like it's any new accounts after the new API endpoint initializes. I performed the following steps over the weekend while experimenting more:
Hope that helps! |
{ |
bump, is there an ETA on this? |
Hello nsjames, Sorry for the late response. I am actively working on this issue, and trying to fix it asap. Please feel free to let me know if you have any other concerns. Thanks! – Jingjun |
I've found this bug as well, it's totally the same with aaroncox's. And I'm also concerned about wether this bug resolved now? |
We consider this issue resolved in the PRs you have listed, we will keep the issue open until the next If you are able, please build a version with that patch integrated and see if the issue(s) persist. We have not been able to reproduce after the patch. |
I've merged the patch into both our EOS and Jungle 3 APIs and done some initial tests - new accounts seem to be detected while it's running. I'll continue to monitor on our end and hopefully this will be the end of all these restarts! 👍 |
It's recently come to our attention that the new
v1/chain/get_accounts_by_authorizers
API endpoint will stop updating and adding new key/auth -> account associations to its dataset. All previous lookups will remain functional, but any account created after an unknown period in time (or event) will not be returned unless nodeos is restarted.We have seen his both on our EOS API infrastructure as well as on Jungle 3. Here are some example calls against our API infrastructure that illustrate the account not returning in
v1/chain/get_accounts_by_authorizers
, but returning results throughv1/history/get_key_accounts
.We will leave our Jungle 3 API running in this state if it helps further troubleshoot this issue - and feel free to create new Jungle 3 accounts and observe how they are returned by the v1/history plugin and not the new v1/chain plugin.
The text was updated successfully, but these errors were encountered: