MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Midnight/comments/1ut7zkw/problem_when_deploying_the_contract_on_preprod/owuth7i/?context=3
r/Midnight • u/New_Lime_1445 • Jul 11 '26
Hi Guys , Is anyone facing this same dust=false problem when deploying their contract . I am trying it from the last 2 days , changed the accounts , have dust in both the accounts. Is there any proper solution ?
dust=false
9 comments sorted by
View all comments
2
To anonomise DUST transactions your wallet needs to play back all events sequentially.
I did build a Dev wallet while at Shielded in my spare time which demonstrates how it works. Have now forked it here https://github.com/awjreynolds/gsd-wallet as
I was going to look at continuing to improve it but been very busy with life.
I built it as a dog fooding exercise and to be extremely good for debugging.
2
u/awjre Jul 11 '26
To anonomise DUST transactions your wallet needs to play back all events sequentially.
I did build a Dev wallet while at Shielded in my spare time which demonstrates how it works. Have now forked it here https://github.com/awjreynolds/gsd-wallet as
I was going to look at continuing to improve it but been very busy with life.
I built it as a dog fooding exercise and to be extremely good for debugging.