Skip to content
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

feat: Permissioned keys #322

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

feat: Permissioned keys #322

wants to merge 3 commits into from

Conversation

v0-e
Copy link
Contributor

@v0-e v0-e commented Feb 3, 2025

Draft permissionless key implementation.
Interface for the permissioning account is through NodeClient::authenticators() for gRPC requests. A AuthenticatorBuilder is also provided to help build authenticators.
Interface for the permissioned account is through Account::authenticators().

Closes #318.

Had to increase fee adjustment multiplier a bit (from 1.4 to 1.7). While the TS client has it at 1.6, some transactions were being rejected at this value here. Issue #320 may be related.

Awaiting on a cosmrs release which fixes a small issue related with non-critical Tx extensions.

@v0-e v0-e changed the title Ev/add auth feat: Permissionless keys Feb 3, 2025
@v0-e v0-e changed the title feat: Permissionless keys feat: Permissioned keys Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

permissionned keys on rust
1 participant