-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple proposal keys for regular users #195
Comments
hi @uhbif19! you're correct. This is certainly a feature that can be added. Do you have any specifics regarding your use case? The most straightforward way to do this would be to add an endpoint for adding keys to a specific account, for example for an existing account with 1 key:
☝️ this would duplicate the main key for the account so that there would be a total of 1+4 = 5 copies of it (with key indexes 0-4). Another option would be to specify the number of keys in the config and adding the keys at creation time for each new account. I am assuming that the main purpose of this feature would be to allow concurrent transactions and as such the keys can be cloned instead of creating new private keys. |
Thank you for the answer. I did not know about
I did not understand about option. Is that option is already usable?
Yes, I want to do multiple transactions from the same account |
@uhbif19 to clarify; the above are suggested implementation options, the /add-keys endpoint doesn't exist yet. |
@nanuuki can we get any ETA for this feature? |
@sheerryy I'm working on an initial implementation for this feature, it should be done pretty soon but latest next week :) The initial version will enable multiple keys for all custodial accounts, with a configurable number of keys (same for all custodial accounts that are created through the API). |
@sheerryy @uhbif19 As #235 was merged it's now possible to configure new accounts to have more than one key. Hopefully this is useful to you :) FYI: We're working on a feature to manually "sync" existing accounts to have the configured number of keys, no ETA on that yet though. Tracking this in #243. |
As far as I understand, a regular user cannot do his transactions concurrently.
Only admin can use multiple proposal keys. Is it possible to port this ability to an ordinary user?
The text was updated successfully, but these errors were encountered: