Closed danlessa closed 6 months ago
Associated with #174 and #172. Reproduced on the standard_run()
standard_run()
Test for the issue (currently failing): c42d600
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
Solved by 8736fd336
Associated with #174 and #172. Reproduced on the
standard_run()