holaplex / wonka

GNU Affero General Public License v3.0
8 stars 1 forks source link

Fanout Concerns from Kyle #23

Open echohtp opened 2 years ago

echohtp commented 2 years ago
the caller shouldn’t pass in duplicate members

I’m concerned that when one of these actions fails we go to submit this mutation again 
but a bunch of instructions went through already.

Need to either check that accounts produced from each instruction are there so 
you can skip our we break this mutation out into more specialized mutations so just re-run items that fail.