history-tools
history-tools copied to clipboard
how to write a descend query in wasm-ql when I use rocksdb?
I read doc, demo code and src code, but I did't find a way to write a descend query. When people query his transfer records, he wants to see a list start from head block, so I need to provide a descend query. In doc, query parameter 'last' must greater than 'first', and I don't find other parameter can use to order query result. Please give me a help. thank you.
descend isn't implemented yet
descend isn't implemented yet
@tbfleming Thank you, and is that in plan? Should I find another way to implement or wait for the next version?
We're working on a redesign of the whole history-tools system. Part of that is a different database structure that supports more flexible queries from within wasm.