mirror of
https://github.com/status-im/status-go.git
synced 2025-02-11 14:26:53 +00:00
The goal of this PR is to make geth/api tests to finally pass from the beginning to the end. I tried to achieve it here by: Removing calls to common.PanicAfter so that we know which tests fail the most, Better sync of some tests using channels, Small test improvements.