Eric 1172b7e56a
remove raises from async annotation for dynamic dispatch
- removes async: raises from getAddress and signTransaction because derived JsonRpcSigner methods were not being used when dynamically dispatched. Once `raises` was removed from the async annotation, the dynamic dispatch worked again. This is only the case for getAddress and signTransaction.
- add gcsafe annotation to wallet.provider so that it matches the base method
2024-01-30 17:40:14 +11:00
..
2023-12-12 09:28:06 +01:00
2023-12-12 09:28:06 +01:00
2023-10-16 10:23:58 +02:00
2023-12-12 09:28:06 +01:00
2022-02-09 14:50:51 +01:00