pool-reference icon indicating copy to clipboard operation
pool-reference copied to clipboard

Doesn't compile with Chia 2.3.0

Open Ealrann opened this issue 1 month ago • 1 comments

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?

err.txt

Ealrann avatar May 12 '24 12:05 Ealrann