-
Notifications
You must be signed in to change notification settings - Fork 0
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
Remove register operator proof of ownership #183
Remove register operator proof of ownership #183
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
The changes are ready @jfrank-summit |
User description
Remove register operator proof of ownership
Removing proof of ownership and simplifying the logic and input parameters for staking registerOperator()
PR Type
enhancement, dependencies
Description
registerOperator
function to simplify its logic and input parameters.RegisterOperatorParams
type definition by removing unnecessary fields and addingsigningKey
.package.json
files to newer versions for@polkadot/extension-dapp
and@polkadot/types-codec
.Changes walkthrough 📝
staking.ts
Simplify registerOperator by removing proof of ownership
packages/auto-consensus/src/staking.ts
registerOperator
.registerOperator
.signingKey
directly.staking.ts
Update RegisterOperatorParams type definition
packages/auto-consensus/src/types/staking.ts
senderAddress
andOperator
fromRegisterOperatorParams
.signingKey
toRegisterOperatorParams
.package.json
Update dependency version for @polkadot/extension-dapp
packages/auto-utils/package.json
@polkadot/extension-dapp
dependency version.package.json
Update dependency version for @polkadot/types-codec
packages/auto-xdm/package.json
@polkadot/types-codec
dependency version.