dusk-network / rusk

The reference Dusk platform implementation and tools
Mozilla Public License 2.0
165 stars 61 forks source link

rusk-wallet: Manage transaction history for Moonlight #2271

Open autholykos opened 2 months ago

autholykos commented 2 months ago

Summary

Currently, users cannot see their Moonlight transaction history.

Possible Solution

Retrieve Moonlight transaction events from Archival nodes, where the events are filtered by the address of the user.

Additional context

This has a dependency on the implementation of the storing of the events on the Archival node

autholykos commented 2 months ago

depends on #2269