Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SC-583] Optimize AddressArray and AddressSet libs #61

Merged
merged 24 commits into from
Mar 22, 2024

add tests for multi push + multi pop

cdee296
Select commit
Loading
Failed to load commit list.
Merged

[SC-583] Optimize AddressArray and AddressSet libs #61

add tests for multi push + multi pop
cdee296
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 22, 2024 in 1s

60.97% of diff hit (target 97.36%)

View this Pull Request on Codecov

60.97% of diff hit (target 97.36%)

Annotations

Check warning on line 61 in contracts/libraries/AddressArray.sol

See this annotation in the file changed.

@codecov codecov / codecov/patch

contracts/libraries/AddressArray.sol#L59-L61

Added lines #L59 - L61 were not covered by tests

Check warning on line 63 in contracts/libraries/AddressArray.sol

See this annotation in the file changed.

@codecov codecov / codecov/patch

contracts/libraries/AddressArray.sol#L63

Added line #L63 was not covered by tests

Check warning on line 174 in contracts/libraries/AddressArray.sol

See this annotation in the file changed.

@codecov codecov / codecov/patch

contracts/libraries/AddressArray.sol#L174

Added line #L174 was not covered by tests

Check warning on line 176 in contracts/libraries/AddressArray.sol

See this annotation in the file changed.

@codecov codecov / codecov/patch

contracts/libraries/AddressArray.sol#L176

Added line #L176 was not covered by tests

Check warning on line 47 in contracts/libraries/AddressSet.sol

See this annotation in the file changed.

@codecov codecov / codecov/patch

contracts/libraries/AddressSet.sol#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 81 in contracts/libraries/AddressSet.sol

See this annotation in the file changed.

@codecov codecov / codecov/patch

contracts/libraries/AddressSet.sol#L79-L81

Added lines #L79 - L81 were not covered by tests

Check warning on line 86 in contracts/libraries/AddressSet.sol

See this annotation in the file changed.

@codecov codecov / codecov/patch

contracts/libraries/AddressSet.sol#L83-L86

Added lines #L83 - L86 were not covered by tests