-
Notifications
You must be signed in to change notification settings - Fork 41
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
docs: registration of phase 1 stake #417
base: main
Are you sure you want to change the base?
Conversation
The timelock period for unbonding, measured in Bitcoin blocks, indicating | ||
how long funds remain locked. It should be an unsigned integer (uint32) and | ||
ensure that any `unbonding_time` you choose is more than that specified | ||
by the `min_unbonding_time_blocks` parameter in the genesis file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not in the genesis file but in the Babylon parameters. Do you think that it makes to have a 3.2. Babylon chain BTC Staking parameters
section which explains the parameters of the x/btcstaking
module, what they mean, and how they can be retrieved? As a lot of this data relates to the Babylon parameters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes I agree, I think that it would be more clear and we can just reference the params
* Using our [TypeScript BTC staking library](https://github.com/babylonlabs-io/btc-staking-ts) | ||
* Implementing the transaction generation themselves using the | ||
[staking script specification](./staking-script.md) as a reference. | ||
* `unbonding_value`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I understand this parameter. I guess it refers to the unbonding fee, as I suppose that the staker can't set it to anything they want.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you're right I got this one confused
No description provided.