You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Currently we need the SessionInfo to check signatures in handle_import_statements when importing votes. This is because the generality of the approach when trying to treat all votes as the same. However, for all backing, approval, own votes and all votes scraped from chain we don't need the session info, so we can split handle_import_statements such that it calls an inner function that imports them.