-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Implement ADR 034: Account Rekeying #7452
Conversation
… to secp256k1.PubKey
…takingKeeper into pub key module to get bond denominator && Fix pubkey handler build error
…d interfaces for pub key module && Implement TestNewMsgChangePubKeyCmd prototype cli test
…of secp256k1 only support
…dd query params cli
…h params modification
Client behavior today is very sub-par. In fact, it was so bad that Aaron spent almost 1 year to replace amino with protobuf and enable non golang client libraries. As a first stepping stone to actual intelligent off-chain agents. With stargate, we are finally unleashing the potential of off-chain actors. Able to create and parse tx natively. I fully support this direction and I think we should do all we can to nurture a very powerful client-side ecosystem. Where ADR036 is only one baby step along the way. |
This is what I thought. So there are not that many legacy off-chain applications with some hard assumptions, right? |
BTW, we should move this discussion to ADR-34 PR, not the implementation draft ;) |
…ing PrefixEndBytes util, Add keeper test with specific time entry and last entry
Where are we with this PR? can we get it over the finish line? |
Heads up - we are working on integrating DID standards and this could be naturally solved on a different level.
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@sunnya97 does your team have any bandwidth to wrap this up? Would love to see this land. |
@aaronc Yeah, this accidentally fell off our plate. We'll try to get to this soon. |
Well not necessarily automatically. It just allows for more flexibility. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@robert-zaremba where can I read about this credentials and addressables system? Is there an ADR for this? |
closing this due to staleness. Please do not reopen unless there is a plan to complete it, within a timely manner. Im trying to clean the sdk from prs sitting around. |
Description
This PR implements ADR 034 for a new MsgType to allow the updating of the public key for an account, along with the corresponding implementation.
ADR: #7491
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes