Author

Topic: Can someone kindly review my litecoind pull request? (Read 139 times)

member
Activity: 266
Merit: 42
The rising tide lifts all boats
Hi everyone,

still need this, thanks! Let me know if you wish to review it and I will rebase gladly after last commits.
member
Activity: 266
Merit: 42
The rising tide lifts all boats
https://github.com/litecoin-project/litecoin/pull/392

"RPC: Improve how optional indices are managed"

The idea in short is to create additional indices, like Unspent index
(which can be accessed through RPC method getaddressutxos)
not through manipulation of config file or command line args,
with subsequent -reindex-chainstate required, but through
calling a new RPC method that manages the indices.

E.g. to enable addressUnspent index, -reindex-chainstate would
take a few hours depending on the PC, whereas with this method
it takes several minutes.
Jump to: