-
Notifications
You must be signed in to change notification settings - Fork 562
Support personal apis with different keyring backends #269
Comments
encrypt , decrypt too |
What's the status of this? we should prioritize this fix @yihuang @leejw51crypto |
or maybe @thomas-nguy? this should be supported on mainnet |
linked to this issue Or we can just decide to implement it as an additional layer on ethermint? |
what are you proposing exactly? override the keyring? |
First of all, I think we can only target the |
@tomtau @fedekunze helping on this |
@fedekunze Or we need to find a way to fire |
Proposal: Support personal apis
Current behavior: limited supported
Desired behavior: fully support
Use case: web3 api compatibility
Status:
ImportRawKey
, implemented, hangs when running at background with file backend.UnlockAccount/LockAccount
, not implementedListAccounts
, implementedSendTransaction/Sign
, probably hangs when running at background with file backendThe text was updated successfully, but these errors were encountered: