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

Remove ethereumjs dependency #21

Merged
merged 10 commits into from
Apr 15, 2024
Merged

Remove ethereumjs dependency #21

merged 10 commits into from
Apr 15, 2024

Conversation

bh2smith
Copy link
Collaborator

@bh2smith bh2smith commented Apr 10, 2024

After a long struggle we remove the ethereumjs direct dependency (although one of our dev dependencies still indirectly makes use of it -- this is opensea).

  1. We add tests that transactions & signatures are built as expected.
  2. An e2e test that ETH transfers still work is also added.

This change should help us generalize our library and make the wallet connect integration more straightforward (however, I think we may still need to leverage ethers-js for this).

@bh2smith bh2smith marked this pull request as ready for review April 15, 2024 10:31
@bh2smith bh2smith requested review from microchipgnu and tifrel April 15, 2024 10:31
tests/e2e.test.ts Show resolved Hide resolved
src/chains/ethereum.ts Outdated Show resolved Hide resolved
@bh2smith bh2smith merged commit d184c69 into main Apr 15, 2024
1 check passed
@bh2smith bh2smith deleted the wallet-connect branch April 15, 2024 13:53
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.

2 participants