-
Notifications
You must be signed in to change notification settings - Fork 98
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
Delegation #24
Comments
Peng:
|
@nylira |
External audits will be conducted by trusted third parties like @zmanian. We'll want to provide some sort of "seal of trust" or "verification badge" per third-party audit that the validator passes. The validator will be able to paste their unique verification code into their config files, and the Cosmos UI should visually display the seals to delegators. Ideally, we wouldn't want any atom holder to delegate atoms to a non-audited validator. The trustworthiness of auditors is measured by their track record and domain knowledge in hardware security, availability, and protection against malicious attacks (DDoS etc). We'll definitely want to have several relatively trustable auditors. @zmanian would have more to say about this. |
Thx for the details :) |
very interesting! @faboweb this seems "AC" worthy. a task which has not been accounted for yet. |
waiting on @rigelrozanski ... |
what is the auditing status?
This should not need to be stored on chain, the client should be able to record original bond value and calculate what the commission gains on the fly
I'm assuming you mean candidates/validators. This can be implemented through full node query but I think ultimately we may need to come up with an alternative solution involving client tracking and off chain 3rd party query for the active lists of all candidates or candidates which a delegator has bonded too |
@faboweb Also thanks for pinging me - I would have liked to be pinged in this one right from the get go! |
Thx goes to jordan I think. Thx for the clarification and feedback, we will try in the future to involve/ping people involved from the start.
By @GaMarin:
How is the commission calculated?
Let's consider this. I have the feeling that not being able to see where you (as a user of the light client) have bond is a bad idea. |
Let's assume for now that the audit status is self-provided by the validator and is reflected by a link to an off-chain resource. |
@faboweb yes audits to happen off chain - can be linked in the desciption of a validator if they wish
See the spec: https://github.com/cosmos/gaia/blob/proposals/spec.md |
When there are screenshots/mocks of delegation UI could someone post them to the issue? |
@zmanian will do! |
As a user
I want to be able to delegate my atoms to a validator
so that I can support the network in validation and earn commission.
AC:
Note:
The text was updated successfully, but these errors were encountered: