Chia-Network / Chia-Network/pool-reference
Doesn't compile with Chia 2.3.0
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 428
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
The reference pool doesn't compile anymore with the last version of chia (2.3.0) because the chia.types.Announcement no longer exists.
It's used in the create_absorb_transaction method in singleton.py.
I tried to simply remove the announcements, and directly pass the coin list in create_signed_transaction, but the pool claim then fail with an error ("No key for puzzle hash", I attach the log).
Any hint how to fix the singleton.py for chia 2.3.0?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in singleton.py, especially create_absorb_transaction and its call to create_signed_transaction. Reproduce the Chia 2.3.0 compilation failure, then inspect the attached err.txt for the later “No key for puzzle hash” failure. Done means the reference pool compiles with Chia 2.3.0 and pool claims succeed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- blockchain
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100