trufflesuite / ganache

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
2.62k stars 680 forks source link

Interactive doc's `filter` related examples aren't working #4269

Open davidmurdoch opened 1 year ago

davidmurdoch commented 1 year ago

It seems the filter is "installed" but checking for the contents of the filter happens before the filter value has been updated by the transaction, so it returns []. If another async request is sent between the transaction and checking the contents of the filter the filter then it returns data as expected.