BlockScience / aztec-gddt

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

Sanity check: In s_transactions_new_proposals, is it possible that current_proposers get replicated more than once? #279

Open SeanMcOwen opened 2 months ago

SeanMcOwen commented 2 months ago

current_proposers: set[AgentUUID] = {p.who for p in new_transactions.values() if p.when >= current_process.current_phase_init_time}

jackhack00 commented 2 months ago

@danlessa