keep-starknet-strange / raito

Bitcoin ZK client written in Cairo.
https://raito.wtf
MIT License
40 stars 34 forks source link

[feat] Integrate new sources of data into `generate_data.py` #215

Closed maciejka closed 1 month ago

maciejka commented 1 month ago

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:

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.

maciejka commented 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.

lomasson commented 1 month ago

@maciejka Yes i can this one, no pb

maciejka commented 1 month ago

@lomasson please contact me on tg(@aundumla).

maciejka commented 1 month ago

@lomasson see: #217

maciejka commented 1 month ago

@lomasson and: #216