-
Notifications
You must be signed in to change notification settings - Fork 37
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
Handling Immature UTXO Handling #1818
Comments
@fuxingloh: Thanks for opening an issue, it is currently awaiting triage. The triage/accepted label can be added by foundation members by writing /triage accepted in a comment. DetailsI am a bot created to help the JellyfishSDK developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository. |
@fuxingloh: There are no 'area' labels on this issue. Adding an appropriate label will greatly expedite the process for us. You can add as many area as you see fit. If you are unsure what to do you can ignore this! You can add area labels by leaving a DetailsI am a bot created to help the JellyfishSDK developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository. |
/triage accepted |
|
We will see v3 in less then 2 weeks. People will be able to set a custom rewards address which could be a light wallet address with associated vaults. Do you plan to release a fix before the hard fork? |
Can you provide an update? |
Hi, are there any news on this? |
Not an easy change; let's approach it slowly and tackle the first issue first since that interface prevents spending. Where we can throw an error when attempting to spend immature UTXO. We can improve and expand on the basic PrevoutProvider while we're at it.
Issues to Tackle:
WhalePrevoutProvider
should ignore UTXO that are Immature (<100 confirmations) #1819Let me find the resources to tackle this.
Originally posted by @fuxingloh in #1807 (comment)
The text was updated successfully, but these errors were encountered: