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

✨ Add uint256 array functions to DynamicArrayLib #1083

Merged
merged 3 commits into from
Sep 18, 2024
Merged

Conversation

Vectorized
Copy link
Owner

Description

Sometimes we don't need fancy syntax sugar.

Checklist

Ensure you completed all of the steps below before submitting your pull request:

  • Ran forge fmt?
  • Ran forge test?

Pull requests with an incomplete checklist will be thrown out.

Copy link

github-actions bot commented Sep 18, 2024

Gas Snapshot Comparison Report

Generated at commit : 9c2d19a, Compared to commit : faa05a5

Contract Name Test Name Main Gas PR Gas Diff
DynamicArrayLibTest testDynamicArrayPushAfterReserve() 39979 39934 -45
testDynamicArrayPushAndPop() 65552 66674 1122
testDynamicArraySlice() 11064 11086 22
test__codesize() 6651 8005 1354

@Vectorized Vectorized merged commit 1d44bab into main Sep 18, 2024
10 checks passed
@Vectorized Vectorized deleted the dynamicarraylib-2 branch September 18, 2024 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant