Igor Lins e Silva
Igor Lins e Silva
Unfortunately, on the current version the deduplication happens based on the `act_digest` per action inside a transaction. Removing the deduplication can greatly increase storage needs for all operators due to...
Thanks for opening the issue, we will get that patched soon
Hyperion was designed to store only actions, but they include the transaction id on each of them. If you want to get only the root actions of each transaction you...
For this situation maybe you are looking for an actor filter like: `/v2/history/get_actions?act.authorization.actor=eosio` V1 is a backport of the old history api provided in nodeos, we do not plan to...
Hello, if you are running your own node from a snapshot I recommend using the `enable-account-queries` feature on nodeos, that will allow you to use the [get_accounts_by_authorizers](https://docs.eosnetwork.com/apis/leap/latest/chain.api/#operation/get_accounts_by_authorizers) We will include...