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

#785 - [Feature] Add a function that convert solidity function signature to selector

Issue - State: closed - Opened by Confucian-e 4 months ago - 1 comment
Labels: enhancement

#784 - docs: fix param type in example comment

Pull Request - State: closed - Opened by Confucian-e 4 months ago

#783 - [Bug] Cannot compile alloy-json-abi at 0.7.6

Issue - State: closed - Opened by Ifechukwudaniel 4 months ago - 2 comments
Labels: bug

#782 - feat: add Signature trait

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

#781 - chore: address MSRV TODOs for 1.81

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

#780 - chore: bump MSRV to 1.81 & use `core::error::Error` in place of `std`

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

#779 - [Bug] Cannot compile alloy-json-abi at 0.8.9

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

#778 - [Bug] compilation broken on version 0.5.2 when `contract` feature is enabled

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

#777 - fix: re-enable foldhash by default, but exclude it from zkvm

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

#776 - refactor: use simple boolean for parity in signature

Pull Request - State: closed - Opened by klkvr 4 months ago - 1 comment

#774 - feat: add helper to eip155 variant

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

#773 - feat: expand Seal api

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

#772 - fix: properly account for sign in pg to/from sql implementation for signed

Pull Request - State: closed - Opened by luzzif 4 months ago - 3 comments

#771 - fix: don't enable foldhash by default

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

#771 - fix: don't enable foldhash by default

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

#769 - [Bug] `sol!` should emit `#[allow(clippy::pub_underscore_fields)]`

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

#769 - [Bug] `sol!` should emit `#[allow(clippy::pub_underscore_fields)]`

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

#768 - feat: add logs_bloom

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

#768 - feat: add logs_bloom

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

#767 - Default hasher `foldhash` queries the time

Issue - State: closed - Opened by Wollac 4 months ago - 2 comments
Labels: bug

#767 - Default hasher `foldhash` queries the time

Issue - State: open - Opened by Wollac 4 months ago - 1 comment
Labels: bug

#766 - [Feature] Define `Signature` trait

Issue - State: open - Opened by emhane 5 months ago
Labels: good first issue, debt

#766 - [Feature] Define `Signature` trait

Issue - State: open - Opened by emhane 5 months ago - 2 comments
Labels: good first issue, debt

#765 - Revert "Add custom serialization for Address"

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

#765 - Revert "Add custom serialization for Address"

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

#763 - feat(primitives): add and use foldhash as default hasher

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

#762 - Derive `Arbitrary` for `Sealed<T>`

Pull Request - State: closed - Opened by emhane 5 months ago
Labels: debt

#761 - Fix lint alloy-sol-types

Pull Request - State: closed - Opened by emhane 5 months ago

#760 - Fix lint `alloy-sol-macro-expander`

Pull Request - State: closed - Opened by emhane 5 months ago

#759 - Derive `Deref` for `Sealed<T>`

Pull Request - State: closed - Opened by emhane 5 months ago
Labels: debt

#758 - Fix lint `alloy-dyn-abi`

Pull Request - State: closed - Opened by emhane 5 months ago

#757 - Fix lint `alloy-json-abi`

Pull Request - State: closed - Opened by emhane 5 months ago

#756 - Fix lint `alloy-primitives`

Pull Request - State: closed - Opened by emhane 5 months ago

#755 - feat: add `Default` for `Sealed<T>`

Pull Request - State: closed - Opened by emhane 5 months ago - 1 comment
Labels: debt

#754 - Derive rlp en-/decoding for `Sealed<T>`

Pull Request - State: closed - Opened by emhane 5 months ago - 3 comments
Labels: debt

#753 - chore(deps): bump hashbrown to 0.15

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

#752 - impl a better way to get the function from word

Issue - State: closed - Opened by malik672 5 months ago - 6 comments
Labels: enhancement

#751 - [Bug] `map::HashMap::new()` not implemented

Issue - State: closed - Opened by Wollac 5 months ago - 1 comment
Labels: bug

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

Pull Request - State: closed - Opened by emhane 5 months ago

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

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

#748 - fix(primitives): make sure DefaultHashBuilder implements Clone

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

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

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

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

Issue - State: closed - Opened by chris13524 5 months 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 months ago

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

Issue - State: open - Opened by gpsanant 5 months ago - 7 comments
Labels: bug

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

Pull Request - State: closed - Opened by DaniPopes 5 months ago - 1 comment

#742 - Add custom serialization for Address

Pull Request - State: closed - Opened by jenpaff 5 months ago - 1 comment

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

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

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

Issue - State: open - Opened by iajoiner 5 months ago
Labels: enhancement

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

Issue - State: open - Opened by kayabaNerve 5 months ago
Labels: enhancement

#737 - feat: support Keccak with sha3

Pull Request - State: closed - Opened by xJonathanLEI 5 months ago - 2 comments
Labels: enhancement

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

Issue - State: closed - Opened by ratankaliani 5 months ago - 1 comment
Labels: bug

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

Issue - State: closed - Opened by jnoorchashm37 5 months ago
Labels: bug

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

Issue - State: closed - Opened by jayshrivastava 5 months ago - 1 comment
Labels: bug

#732 - feat: prepare reth Signature migration to alloy

Pull Request - State: closed - Opened by leruaa 6 months ago

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

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

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

Pull Request - State: closed - Opened by cre-mer 6 months ago

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

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

#728 - fix: Turn off derive_more default features

Pull Request - State: closed - Opened by refcell 6 months ago - 3 comments

#727 - fix: `no_std` and workflow

Pull Request - State: closed - Opened by refcell 6 months ago - 4 comments

#725 - chore: bump derive more 1.0

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

#724 - [Feature] Use derive_more 1.0

Issue - State: closed - Opened by mattsse 6 months ago
Labels: enhancement, good first issue

#723 - chore: use proc-macro-error2

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

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

Issue - State: closed - Opened by emhane 6 months ago - 1 comment
Labels: debt

#721 - [Feature] Implement debug for function calls

Issue - State: closed - Opened by NicolasWent 6 months ago - 1 comment
Labels: enhancement

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

Pull Request - State: closed - Opened by DaniPopes 6 months ago - 1 comment

#719 - refactor: remove `Signature` generic

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

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

Pull Request - State: closed - Opened by shuhuiluo 6 months ago - 1 comment

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

Issue - State: closed - Opened by CRossel87a 6 months ago - 15 comments
Labels: bug

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

Issue - State: closed - Opened by CjS77 6 months ago - 4 comments
Labels: bug

#715 - fix: use quantity for v value

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

#713 - perf(primitives): improve checksum algorithm

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

#712 - chore: bump MSRV to 1.79

Pull Request - State: closed - Opened by DaniPopes 6 months ago - 1 comment

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

Issue - State: closed - Opened by nbaztec 6 months ago - 8 comments
Labels: bug

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

Pull Request - State: closed - Opened by rkrasiuk 6 months ago

#709 - chore: derive default on `Sealed`

Pull Request - State: closed - Opened by rkrasiuk 6 months ago

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

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

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

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

#706 - [Bug] abi_decode method error. TypeCheckFail

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

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

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

#703 - fix: parsing stack overflow

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

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

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

#701 - Remove `ethereum_ssz` dependency

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

#700 - Oops, grammer error

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

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

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

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

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

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

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

#696 - Add testcase for overflowing_from_sign_and_abs

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

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

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

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

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