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

chore: remove unused functions and move single-use function #211

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

fedgiac
Copy link
Contributor

@fedgiac fedgiac commented Aug 16, 2024

Description

I wanted to see how many of the helper TS functions/contracts were still needed.

Notably, I removed sign.test.ts because it just tests a specific feature of the Typescript library and has no relevance to the contract code.

I also wanted to remove the Chi token, but this required simplifying the bench and already on current main we see that yarn bench:trace doesn't work anymore (probably because experimental tracing stopped working). I didn't want to possible aggravate the issue with this PR so I left everything as it was to be solved at a later point.

I didn't remove decoding.test.ts so that in the future we double check that our Solidity test libraries have the same tests.

Test Plan

CI.

Related Issues

Closes #128.

@fedgiac fedgiac requested a review from a team as a code owner August 16, 2024 08:13
@fedgiac fedgiac force-pushed the remove-unused-test-functions branch from 6ba90a9 to db2a49c Compare August 16, 2024 08:16
test/e2e/balancerSwap.test.ts Outdated Show resolved Hide resolved
@fedgiac fedgiac enabled auto-merge (squash) September 3, 2024 08:17
@fedgiac fedgiac merged commit 5957d67 into main Sep 3, 2024
9 checks passed
@fedgiac fedgiac deleted the remove-unused-test-functions branch September 3, 2024 08:18
@github-actions github-actions bot locked and limited conversation to collaborators Sep 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests(core): sign
2 participants