zksync-sdk / zksync-python

Python 3.8 SDK for zkSync
MIT License
116 stars 64 forks source link

added ability to supply specific No2FA PubKeyHash(fixes #ZSDK-66) #41

Closed vyastrebovvareger closed 2 years ago

vyastrebovvareger commented 2 years ago

I do not know what has happened but at the moment request of toggle_2fa returns {'success': True} but the account state is not changing on the server-side. Is it possible to figure out the problem on the server-side somehow? Changing the test case cause failure for sure

adding timeout does not help also between the requests

vyastrebovvareger commented 2 years ago

Also. What kind of doc API update would you like to see? Should it be just Wallet API update or something else?

vyastrebovvareger commented 2 years ago

I corrected the test case based on the server-side logic of the toggle_2fa method. The question about documentation updates is still actual.