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

[Bug] Signed should have the same APIs as Uint #431

Open
DaniPopes opened this issue Nov 23, 2023 · 1 comment
Open

[Bug] Signed should have the same APIs as Uint #431

DaniPopes opened this issue Nov 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@DaniPopes
Copy link
Member

Component

primitives

What version of Alloy are you on?

Latest

Operating System

Linux

Describe the bug

Signed currently has a mix of the ruint::Uint API and the legacy one from Ethers. Most importantly it's missing From<int> / UintTryFrom implementations.

@DaniPopes DaniPopes added the bug Something isn't working label Nov 23, 2023
@prestwich
Copy link
Member

historical reason is that signed has the same interface as ethers, because it was ported from ethers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants