Results 36 comments of Marco Granelli

After #2770 we probably need to rethink this a bit since we might need to let user update their vps

About my previous comment: given the way we chose to remove vps from the allowlist, I believe we need to revert the `tx_update_account` tx to allow the update of the...

Should we also remove the vp hash from `InitAccount` and just assign the default `vp_user` to all the established addresses?

Second part of this issue hasn't been addressed yet. As per Chris's last comment we are leaving it for later

Haven't thought too much about it but since we'll need to unshield to more than one recipient this should require modifying the structure of `WrapperTx`, which would affect all transactions

I believe we haven't figured out yet the issue with the tests in CI

We are still waiting for a confirmation on whether this is actually needed

I agree there's no other option. I'd say it takes a few days (but hard to say for certain until I start to work on this)

So this solution would simplify the linear search for expired transactions, which would be very welcome, but I have a couple of concerns: - The `expiration` field was set to...