core icon indicating copy to clipboard operation
core copied to clipboard

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

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

### Component primitives ### What version of Alloy are you on? _No response_ ### Operating System None ### Describe the bug This line needs to handle the 0 case https://github.com/alloy-rs/core/blob/main/crates/primitives/src/signature/parity.rs#L109

bug
good first issue

### Component primitives ### What version of Alloy are you on? alloy-core 0.7.2 ### Operating System Linux ### Describe the bug Having this custom sol struct with i128 numbers, i...

bug

### Component sol! macro ### What version of Alloy are you on? regression was from 0.6.1 (commit a315b0d22f37e8c15af84fed0bd553ea10fd1fbd) ### Operating System None ### Describe the bug Bisecting versions and commits,...

bug

### Component sol! macro ### Describe the feature you would like When using the following common lint rule: ```toml [lints] rust.missing_docs = "warn" ``` It will warn users that this...

enhancement

### Component contract ### What version of Alloy are you on? ├── alloy v0.1.0 (https://github.com/erikreppel/alloy?rev=1d2d411#1d2d4118) ### Operating System macOS (Apple Silicon) ### Describe the bug Currently `sol! { #[derive(Default)] ...}`...

bug

### Component primitives ### What version of Alloy are you on? _No response_ ### Operating System Other (please specify) ### Describe the bug Searching the documentation for "recover" does not...

bug
documentation

### Component sol! macro ### What version of Alloy are you on? 0.7.0 ### Operating System Linux ### Describe the bug I have the following: ```sol import "./Sandbox.sol"; contract Router...

bug

### Component sol! macro ### Describe the feature you would like As ethers-contract allowed, alloy-contract should allow outputting the generated code to a file to allow manual inspection. This allows...

enhancement

### Component sol! macro ### What version of Alloy are you on? 0.7.0 ### Operating System None ### Describe the bug ```rust alloy_sol_types::sol! { interface IERC20 { function transfer(address to,...

bug

### Component contract ### Describe the feature you would like Follow up from conversation: https://github.com/alloy-rs/examples/pull/8#discussion_r1526788839 Consider the following: ```rust let Counter::numberReturn { _0 } = contract.number().call().await?; ``` Where Counter is...

enhancement