Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `isMined()` doesn't throw an error if a tx was dropped or error-ed. So if a user were to use it on an `open` noir function that is failing an assertion, they would just get a silent failure when digging through the logs. `wait()` is a much better/cleaner solution! * By deprecating, we ensure external devs won't use (or be confused about what to use - `isMined()` or `wait()` * I didn't delete these yet because we have 100+ places where we use it and I don't want to spend my time rn on refactoring this.
- Loading branch information