BlockScience / aztec-gddt

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

Possibly add a SUF for updating toggling the event in agent actions #255

Open SeanMcOwen opened 3 months ago

SeanMcOwen commented 3 months ago

In agent actions PSUB:

Potential Change: Possibly add a SUF for updating toggling the event

        # bools in the current process
jackhack00 commented 3 months ago

sgtm

SeanMcOwen commented 3 months ago

@jackhack00 I actually wasn't sure what it meant and left it more as a note to self, expanding around it the code is the following. I am going to just get rid of the comments for now and move to tier 5 as it would be a new feature instead of cleanup

    "label": "Agent Actions",
    "ignore": False,
    "policies": {
        # Potential Change: Possibly add policies for the users triggering the relevant events
        # eg. making the proofs public
    },
    "variables": {
        "transactions": s_transactions_new_proposals,
        "agents": s_agent_restake,
        # Potential Change: Possibly add a SUF for updating toggling the event
        # bools in the current process
    },