You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
I'm wondering how do I get account ram deltas in v1.0.0. In older version, there used to be this table action_trace_ram_delta where I can see ram deltas for each transaction.
However with v1.0.0, the table is gone, and all I can see is this transaction_trace.account_ram_delta field, which:
it's type is chain.account_delta, which I assume should be chain.account_delta[], coz there should be multiple deltas within a transaction.
I'm wondering how do I get account ram deltas in v1.0.0. In older version, there used to be this table
action_trace_ram_deltawhere I can see ram deltas for each transaction.However with v1.0.0, the table is gone, and all I can see is this
transaction_trace.account_ram_deltafield, which:chain.account_delta, which I assume should bechain.account_delta[], coz there should be multiple deltas within a transaction.