The bridge withdrawer currently panics and stops running if there is an executed withdrawal with a bad astria address in its memo. This means the withdrawer will always panic when trying to execute the block with the bad withdrawal. Instead, we need to simply drop the withdrawal that fails the address deserialization and continue with the next event.
The bridge withdrawer currently panics and stops running if there is an executed withdrawal with a bad astria address in its memo. This means the withdrawer will always panic when trying to execute the block with the bad withdrawal. Instead, we need to simply drop the withdrawal that fails the address deserialization and continue with the next event.