history-tools
history-tools copied to clipboard
EOSIO History Tools
What is the proper way to query in descending order: from newest to oldest? I tried to check `/v1/history/get_actions` to see how that was done and even those results are...
I built out a wasm-ql query service that currently searches the chain for certain actions. Here is one action table in my smart contract that I am currently trying to...
Here is what my contracts table looks like: ``` ACTION issuepaid(const name& to, const name& category, const name& token_name, const asset& quantity, const string& relative_uri, const float& amt_paid, const string&...
for regular nodeos we have the `https-server-address` parameter. Can you please add in https functionality for the wasm ql server `wql-listen`
It appears in commit _70407e8c4d2e1f69046502764f3f550afb9cb633_ rocksdb (combo-rocksdb and fill-rocksdb) were removed from the CMake build. Does the history plugin no longer support rocksdb in favor of postgres? Will there be...
Now with EIDOS and some other 'mining' tokens, we have a lot of action traces inside a single block, so it's important to batch insert/COPY FROM STDIN into action_traces, otherwise...
Updates to handle new ABI, which includes changes to producer schedule.
I would like to calculate a point in time balance of EOS for a given account. Can you please provide some guidance on how I can see the amount of...