-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
walletFactory holds 158 promises from Zoe - why? #8245
Comments
One per revived smartWallet accounts for 152Some investigatin by @warner finds at least 1 promise that seems to come from That makes some sense: each smart wallet subscribes to balance updates for its invitation purse. But that would suggest 1 promise per smart wallet, but we have many more than 158 smart wallets: 1160 per p.s. @mhofman reminded me of the possibility that a smartWallet has not been revived. finding revived wallets
|
The current count (from a snapshot made yesterday, 10:19am PT 29-aug-2023, at blockHeight 11415808) is 160 promises (subscriber=v43-walletFactory, decider=v9-zoe), of which 153 are from a |
2 for each outstanding liquidation bid x4 = 8There are 4 outstanding liquidation bid offers. The smartWallet waits on 152 + 4*x = 160. All present and accounted for. We found 3 issues along the way:
I'm inclined to leave this open until the remaining 2 are written up. |
done. |
What is the Problem Being Solved?
The walletFactory is holding on to 158 promises from Zoe. I can't think of a good reason. Let's figure out why.
source: chord chart by @toliaqat based on Swingstore Snapshot: Aug 23th
Description of the Design
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
cc @turadg
The text was updated successfully, but these errors were encountered: