Closed maciejka closed 1 month ago
@lomasson I assigned you here, instead of #214 which is more suitable for a newcomer. Let me know if it is not ok for you.
@maciejka Yes i can this one, no pb
@lomasson please contact me on tg(@aundumla).
@lomasson see: #217
@lomasson and: #216
There are new sources of utxo, previous timestamps and timestamp median being developed in #208 and #210.
Your task is to integrate them into generate_data.py script:
get_utxo_set
from #208 is per block so you should pass relevant information to theresolve_outpoint
fromfetch_block
.Don't just overwrite existing functions, rather add a parameter to the script which will allow to fetch data in both ways.
Although this issue is blocked by #208, #210 you can start right now by mocking necessary inputs.