RapidsOfficial / Rapids

Rapids Core Integration
https://rapidsnetwork.io
MIT License
60 stars 27 forks source link

Address Index #17

Closed volbil closed 4 years ago

volbil commented 4 years ago

This pull request adds address index implementation which give access to non-wallet address balance, transactions history and UTXO-set. To enable address index you have to start node with -addressindex flag and hence reindex it (since address index is built during initial sync).

P.s. This PR also fix Rapids name in .gitignore file :)