ponder-sh / ponder

A backend framework for crypto apps
https://ponder.sh
MIT License
630 stars 98 forks source link

Fix out of order factory events #1070

Closed kyscott18 closed 1 month ago

kyscott18 commented 1 month ago

Fixes a bug causing out of order events when a contract is used as both a normal contract and a factory.

Closes #1067