core icon indicating copy to clipboard operation
core copied to clipboard

High-performance, well-tested & documented core libraries for Ethereum, in Rust

Results 57 core issues
Sort by recently updated
recently updated
newest added

### Component dyn-abi, sol-type-parser ### Describe the feature you would like This file https://github.com/alloy-rs/core/blob/b45a0d33a0b0377c616ce6177aa241723dc24dfd/crates/dyn-abi/src/eip712/parser.rs#L1 And rewrite it using `winnow` ### Additional context _No response_

enhancement

It would be nice for `Function` to be able to parse a full function signature e.g `function foo(uint256 a, uint256 b) external returns (uint256)`—this functionality is required in foundry and...

### Component sol! macro ### Describe the feature you would like Over all I really like the ergonomics of using the `sol!` macro! :clap: The only thing that currently seems...

enhancement

### Component syn-solidity ### Describe the feature you would like Add new visitor functions and implementations for the new types added in #199. Our visitors follow the `syn` model: Complete...

enhancement

if public fields allow the user to create invalid instances, then we should at least consider making them non-public _Originally posted by @prestwich in https://github.com/alloy-rs/core/pull/233#discussion_r1300362251_

bug
good first issue

### 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...

enhancement
breaking

### Component json-abi ### What version of Alloy are you on? _No response_ ### Operating System None ### Describe the bug ![image](https://github.com/alloy-rs/core/assets/44074786/de4e4636-01f1-4aea-8dca-e78121ca5a09)

bug

### Component sol! macro ### What version of Alloy are you on? _No response_ ### Operating System Linux ### Describe the bug ![image](https://github.com/alloy-rs/core/assets/44074786/34146401-a31b-44d0-b4f0-059f9634efd3) https://etherscan.io/address/0x00000000000001ad428e4906ae43d8f9852d0dd6

bug

### Component sol! macro ### What version of Alloy are you on? _No response_ ### Operating System None ### Describe the bug Contracts/interfaces should just be translated to addresses ```solidity...

bug

### Component sol! macro ### Describe the feature you would like Currently we implement all traits by deferring everything to a tuple of the inner types (struct, function arguments and...

enhancement