Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / alloy-rs/core issues and pull requests

#750 - Add conversion `TxKind` -> `Option<Address>`

Pull Request - State: closed - Opened by emhane 3 days ago

#749 - chore(primitives): remove Fx* aliases

Pull Request - State: closed - Opened by DaniPopes 4 days ago

#747 - fix(json-abi): normalize $ to _ in identifiers in to_sol

Pull Request - State: closed - Opened by DaniPopes 5 days ago

#746 - [Bug] failed to parse ABI-generated tokens into a Solidity AST: expected `,`.

Issue - State: closed - Opened by chris13524 5 days ago - 1 comment
Labels: bug

#745 - fix(json-abi): correct to-sol for UDVT arrays in structs

Pull Request - State: closed - Opened by DaniPopes 5 days ago

#744 - [Bug] Solidity type alias yields `unresolved custom type:`

Issue - State: open - Opened by gpsanant 5 days ago - 6 comments
Labels: bug

#743 - feat(primitives): implement `map` module

Pull Request - State: closed - Opened by DaniPopes 9 days ago - 1 comment

#742 - Add custom serialization for Address

Pull Request - State: closed - Opened by jenpaff 9 days ago - 1 comment

#741 - fix(sol-types): check signature in SolEvent if non-anonymous

Pull Request - State: closed - Opened by DaniPopes 10 days ago

#740 - [Feature] Detect semver breaking changes in CI

Issue - State: open - Opened by iajoiner 10 days ago
Labels: enhancement

#738 - [Feature] Ability to specify a dynamic ABI file path for `sol!`

Issue - State: open - Opened by kayabaNerve 14 days ago
Labels: enhancement

#737 - feat: support Keccak with sha3

Pull Request - State: closed - Opened by xJonathanLEI 17 days ago - 2 comments
Labels: enhancement

#736 - [Bug] `syn-solidity` Semver Incompatibility

Issue - State: closed - Opened by ratankaliani 18 days ago - 1 comment
Labels: bug

#734 - [Bug] Bindings Incorrect for Non-Primitive Indexed Types

Issue - State: closed - Opened by jnoorchashm37 20 days ago
Labels: bug

#733 - abi encoding of tuples doesn’t seem right

Issue - State: closed - Opened by jayshrivastava 21 days ago - 1 comment
Labels: bug

#732 - feat: prepare reth Signature migration to alloy

Pull Request - State: closed - Opened by leruaa 22 days ago

#731 - fix(sol-macro): namespaced custom type resolution

Pull Request - State: closed - Opened by klkvr 22 days ago

#730 - fix: parse selector hashes in `sol` macro

Pull Request - State: closed - Opened by cre-mer 23 days ago

#729 - [Bug] Lack of selector checking in `sol` macro

Issue - State: closed - Opened by cre-mer 23 days ago
Labels: bug

#728 - fix: Turn off derive_more default features

Pull Request - State: closed - Opened by refcell 23 days ago - 3 comments

#727 - fix: `no_std` and workflow

Pull Request - State: closed - Opened by refcell 23 days ago - 4 comments

#725 - chore: bump derive more 1.0

Pull Request - State: closed - Opened by mattsse 24 days ago - 2 comments

#724 - [Feature] Use derive_more 1.0

Issue - State: closed - Opened by mattsse 24 days ago
Labels: enhancement, good first issue

#723 - chore: use proc-macro-error2

Pull Request - State: closed - Opened by mattsse 24 days ago

#722 - [Feature] Impl `Display` for `BlockId`

Issue - State: closed - Opened by emhane 24 days ago - 1 comment
Labels: debt

#721 - [Feature] Implement debug for function calls

Issue - State: closed - Opened by NicolasWent 24 days ago - 1 comment
Labels: enhancement

#720 - fix(sol-type-parser): winnow std error

Pull Request - State: closed - Opened by DaniPopes 26 days ago - 1 comment

#719 - refactor: remove `Signature` generic

Pull Request - State: closed - Opened by klkvr 28 days ago

#718 - fix(parser): add `no_std` support for `CustomError`

Pull Request - State: closed - Opened by shuhuiluo 28 days ago - 1 comment

#717 - [Bug] Alloy-sol-type-parser blocking compile of alloy crate

Issue - State: closed - Opened by CRossel87a 29 days ago - 15 comments
Labels: bug

#716 - [Bug] sol! macro cannot parse single-quoted strings

Issue - State: closed - Opened by CjS77 about 1 month ago - 4 comments
Labels: bug

#715 - fix: use quantity for v value

Pull Request - State: closed - Opened by mattsse about 1 month ago

#714 - [Bug] Documentation for `Address::random()` doesn't indicate `getrandom` feature is required

Issue - State: closed - Opened by jmininger about 1 month ago - 1 comment
Labels: bug

#713 - perf(primitives): improve checksum algorithm

Pull Request - State: closed - Opened by DaniPopes about 1 month ago

#712 - chore: bump MSRV to 1.79

Pull Request - State: closed - Opened by DaniPopes about 1 month ago - 1 comment

#711 - [Bug] Incorrect keccak256 hash computation on linux-x86_64 with keccak-asm

Issue - State: closed - Opened by nbaztec about 1 month ago - 8 comments
Labels: bug

#710 - feat: derive ser deser on `Sealed`

Pull Request - State: closed - Opened by rkrasiuk about 2 months ago

#709 - chore: derive default on `Sealed`

Pull Request - State: closed - Opened by rkrasiuk about 2 months ago

#708 - chore(deps): bump proptest-derive

Pull Request - State: closed - Opened by DaniPopes about 2 months ago

#707 - feat: derive `Hash` for `Sealed`

Pull Request - State: closed - Opened by klkvr about 2 months ago

#706 - [Bug] abi_decode method error. TypeCheckFail

Issue - State: closed - Opened by senseiod about 2 months ago - 1 comment
Labels: bug

#704 - fix: correctly expand derives for namespaced JSON outputs

Pull Request - State: closed - Opened by klkvr about 2 months ago

#703 - fix: parsing stack overflow

Pull Request - State: closed - Opened by DaniPopes 2 months ago

#702 - [Bug] Stack Overflow in JsonAbi::parse

Issue - State: closed - Opened by lcnz 2 months ago
Labels: bug

#701 - Remove `ethereum_ssz` dependency

Pull Request - State: closed - Opened by eserilev 2 months ago - 2 comments

#700 - Oops, grammer error

Issue - State: closed - Opened by rongyi 2 months ago

#699 - feat(sol-types): implement traits for longer tuples

Pull Request - State: closed - Opened by MatheoGrivault 2 months ago - 3 comments

#698 - chore(primitives): re-use ruint mask function

Pull Request - State: closed - Opened by rongyi 2 months ago

#697 - Why wasn't multicall merged into the main branch?

Issue - State: closed - Opened by wozhishilaonanhai 2 months ago - 1 comment

#696 - Add testcase for overflowing_from_sign_and_abs

Pull Request - State: closed - Opened by rongyi 2 months ago - 1 comment

#694 - feat(sol-macro): support namespaces

Pull Request - State: closed - Opened by DaniPopes 2 months ago - 4 comments

#693 - feat: implement namespaces on `sol!` side

Pull Request - State: closed - Opened by klkvr 2 months ago

#692 - feat: add EncodableSignature trait

Pull Request - State: closed - Opened by leruaa 2 months ago - 1 comment

#691 - [Bug] `abi_decode_returns` doesn't work with `slot0` by returning `TypeCheckFail`

Issue - State: closed - Opened by wtdcode 2 months ago - 1 comment
Labels: bug

#690 - fix: correctly resolve duplicate struct names in json abi

Pull Request - State: closed - Opened by klkvr 2 months ago - 5 comments

#689 - feat: expose Signature<T>

Pull Request - State: closed - Opened by leruaa 2 months ago - 4 comments

#688 - [Feature] `derive` attributes for Solidity files

Issue - State: open - Opened by Wollac 3 months ago
Labels: enhancement

#687 - abi编码

Issue - State: closed - Opened by mingtianquan 3 months ago - 6 comments

#686 - chore: derive hash for parity

Pull Request - State: closed - Opened by mattsse 3 months ago

#685 - [Bug] Fail to validate calldata with sol type

Issue - State: closed - Opened by jqphu 3 months ago - 2 comments
Labels: bug

#684 - feat(json-abi): allow `serde_json::from_{value,reader}`

Pull Request - State: closed - Opened by DaniPopes 3 months ago

#683 - fix: small fixes for `DynSolValue` strategies

Pull Request - State: closed - Opened by klkvr 3 months ago

#682 - feat: add support for parsing visibility and state mutability

Pull Request - State: closed - Opened by mattsse 3 months ago - 1 comment

#681 - AbiItem parsing from human readable ABI does not allow for state mutibility keywords

Issue - State: closed - Opened by 0xfourzerofour 3 months ago - 2 comments
Labels: bug

#680 - docs(primitives): fix rustdoc for Signature

Pull Request - State: closed - Opened by DaniPopes 3 months ago
Labels: documentation

#679 - docs(sol-types): update README.md using crate docs

Pull Request - State: closed - Opened by DaniPopes 3 months ago

#678 - [Documentation] Add documentation about `sol!` and `abi_encode`

Issue - State: closed - Opened by tcoratger 3 months ago - 1 comment
Labels: enhancement

#677 - Implement specific bit types for integers

Pull Request - State: closed - Opened by rory-ocl 3 months ago - 5 comments

#676 - chore: use workspace.lints

Pull Request - State: closed - Opened by DaniPopes 3 months ago

#675 - chore: fix unnameable-types

Pull Request - State: closed - Opened by DaniPopes 3 months ago

#673 - chore: fix some comments

Pull Request - State: closed - Opened by tsinghuacoder 3 months ago - 1 comment

#672 - feat: add `abi_packed_encoded_size`

Pull Request - State: closed - Opened by DaniPopes 3 months ago

#671 - fix: fixed bytes dyn abi packed encoding

Pull Request - State: closed - Opened by michprev 3 months ago

#669 - docs: add per-crate changelogs

Pull Request - State: closed - Opened by DaniPopes 4 months ago

#666 - feat: IntoLogData

Pull Request - State: closed - Opened by prestwich 4 months ago
Labels: enhancement

#664 - feat(dyn-abi): derive Default for TypedData

Pull Request - State: closed - Opened by DaniPopes 4 months ago - 7 comments

#661 - feat(primitives): serialize yParity and v simultaneously

Pull Request - State: closed - Opened by yash-atreya 4 months ago

#660 - [Bug] Type paths lost when generating code with sol! macro via json abi

Issue - State: closed - Opened by benluelo 4 months ago - 1 comment
Labels: bug

#651 - [Bug] `sol!` only accepts string literal

Issue - State: closed - Opened by wtdcode 4 months ago - 3 comments
Labels: bug

#632 - feature: DynSolCall

Pull Request - State: closed - Opened by prestwich 4 months ago - 1 comment
Labels: enhancement

#609 - [Bug] Repro attempt for #608

Pull Request - State: closed - Opened by prestwich 5 months ago - 1 comment
Labels: bug

#605 - [Bug] Documentation isn't generating correctly for Signature

Issue - State: closed - Opened by kayabaNerve 5 months ago - 3 comments
Labels: bug, documentation

#599 - [Bug] Cannot define functions with the same signature in different contracts/interfaces

Issue - State: closed - Opened by makcandrov 6 months ago - 2 comments
Labels: bug

#589 - [Bug] SolEvent::decode_raw_log should check the event signature.

Issue - State: closed - Opened by ewile 6 months ago
Labels: bug

#580 - [Suggestion] Improve API around (single) unnamed return values

Issue - State: closed - Opened by zerosnacks 6 months ago - 3 comments
Labels: enhancement

#570 - [Feature] Rename attribute for structures generated through the `sol!` macro

Issue - State: open - Opened by makcandrov 7 months ago
Labels: enhancement

#568 - [Feature] Trait-based expansions for `SolInput` items

Issue - State: open - Opened by prestwich 7 months ago
Labels: enhancement

#554 - [Info] Cannot use `U256::from(B256)` due to `ruint` limitation

Issue - State: open - Opened by greged93 7 months ago - 1 comment
Labels: bug, wontfix

#549 - [Feature] Allow deserializing ethabi decoded events dynamically

Issue - State: closed - Opened by KaiserKarel 7 months ago
Labels: enhancement

#536 - [Feature] Improve SollCall return type encoding

Issue - State: open - Opened by rouzwelt 7 months ago
Labels: enhancement

#444 - [Feature] Turn SolCall::Return into Tuple

Issue - State: closed - Opened by MartinquaXD 10 months ago - 2 comments
Labels: enhancement

#389 - [Feature] Full function signature parsing

Issue - State: closed - Opened by Evalir 11 months ago - 2 comments

#376 - [Bug] expected u128, found Uint<256, 4>

Issue - State: closed - Opened by jnoorchashm37 12 months ago - 3 comments
Labels: bug