Raz0r
Raz0r
Type should be used from wirefilter:: instead of current crate
#### Description Lookup queries are now retried in case of IOException up to `gid.connector.http.source.lookup.max-retries` with a delay of `gid.connector.http.source.lookup.request.retry-timeout-ms` between retries. The default values are 3 retries and 1 second...
**Describe the bug** Semgrep works fine when we want to match a single value returned from abi.decode(): ```yaml pattern: address $ADDR = abi.decode($INPUT, ...) ``` ```solidity address one = abi.decode(_inputs,...
Hello, this pull request fixes a problem with initial balance when making a call. `self.next_slot` will contain the actual balance of the `receiver` address only if there was a prior...