vana-com / vana-dlp-chatgpt

Data liquidity pool for ChatGPT
14 stars 22 forks source link

validator approval bug #64

Open hubofvalley opened 2 months ago

hubofvalley commented 2 months ago
2024-09-19 11:17:53.619 |      ERROR       |  - Failed to write to contract function: ('web3.py only accepts checksum addresses. The software that gave you this non-checksum address should be considered unsafe, please file it as a bug on their platform. Try using an ENS name instead. Or, if you must accept lower safety, use Web3.to_checksum_address(lower_case_address).', '0x26563250885df089c972db790e98dd6f43886eda') -
INFO:vana: - Approved validator 0x26563250885df089c972db790e98dd6f43886eda -
2024-09-19 11:17:53.620 |       INFO       |  - Approved validator 0x26563250885df089c972db790e98dd6f43886eda -
hubofvalley commented 2 months ago

btw i just figured out whats the problem.

This problem appeared because I used 0x26563250885df089c972db790e98dd6f43886eda, and now it's fixed because I used 0x26563250885df089c972dB790e98dD6f43886EdA

basically that's still the same address tho, then why the first address resulted the failed validator approval transaction? i think this is a bug