Skip to content

Change sender and receiver type #428

Change sender and receiver type

Change sender and receiver type #428

Triggered via pull request November 5, 2024 13:13
Status Failure
Total duration 42s
Artifacts

linter-pyright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
pyright: multiversx_sdk/network_providers/transaction_awaiter_test.py#L49
Argument of type "str" cannot be assigned to parameter "sender" of type "Address" in function "__init__"   "str" is not assignable to "Address" (reportArgumentType)
pyright: multiversx_sdk/network_providers/transaction_awaiter_test.py#L50
Argument of type "str" cannot be assigned to parameter "receiver" of type "Address" in function "__init__"   "str" is not assignable to "Address" (reportArgumentType)
pyright
2 errors
pyright
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/