BlockScience / aztec-gddt

Aztec Granular Design Digital Twin
Apache License 2.0
10 stars 0 forks source link

Candidate Proposers are not submitting new proposal txs #175

Closed danlessa closed 6 months ago

danlessa commented 6 months ago

Associated with #174 and #172. Reproduced on the standard_run()

Screenshot 2024-04-11 at 19 42 17
danlessa commented 6 months ago

Test for the issue (currently failing): c42d600

danlessa commented 6 months ago

This seems to be caused due to the model assuming that anyone who sent a tx can't be a new proposer

https://github.com/BlockScience/aztec-gddt/blob/8229dacc1c11b389766e78eb80def2dab14b0c2b/aztec_gddt/logic.py#L761

danlessa commented 6 months ago

Solved by 8736fd336