Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache default value after failed request in
ForkStateReader
(#2857)
<!-- Reference any GitHub issues resolved by this PR --> Closes #2849 ## Introduced changes <!-- A brief description of the changes --> Update the logic of `ForkStateReader` - if we receive `StarknetError::ContractNotFound`, we additionaly cache such request. ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md` --------- Co-authored-by: ddoktorski <45050160+ddoktorski@users.noreply.github.com>
- Loading branch information