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
#872 - docs(primitives): `random` functions are cryptographically secure
Pull Request -
State: closed - Opened by DaniPopes 8 days ago
#871 - chore(deps): bump derive_more to 2
Pull Request -
State: closed - Opened by DaniPopes 8 days ago
#870 - feat(primitives): improve rand implementations, use `thread_rng` when available
Pull Request -
State: closed - Opened by DaniPopes 8 days ago
#869 - chore(deps)!: bump getrandom to 0.3, rand to 0.9
Pull Request -
State: open - Opened by DaniPopes 8 days ago
Labels: enhancement, breaking
#868 - [Feature] export all int types, not just a subset?
Issue -
State: open - Opened by harpocryptes 8 days ago
- 1 comment
Labels: enhancement
#867 - feat: add helpers for revertreason
Pull Request -
State: closed - Opened by mattsse 14 days ago
#866 - fix(sol-macro): call proc_macro_error handler manually
Pull Request -
State: closed - Opened by DaniPopes 14 days ago
#865 - fix(sol-macro)!: rm fake transport from contract expansion
Pull Request -
State: open - Opened by yash-atreya 15 days ago
- 1 comment
Labels: enhancement, breaking
#864 - feat(`sol-macro-expander`): increase resolve limit to 128
Pull Request -
State: closed - Opened by sveitser 15 days ago
#863 - feat(sol-types)!: rm `validate: bool`
Pull Request -
State: open - Opened by yash-atreya 18 days ago
Labels: enhancement, breaking
#862 - chore(deps): bump winnow 0.7
Pull Request -
State: closed - Opened by DaniPopes 18 days ago
#861 - docs: add more 0x to alloy-primitives readme example
Pull Request -
State: closed - Opened by DaniPopes 19 days ago
#860 - feat: add Sealed::cloned
Pull Request -
State: closed - Opened by mattsse 20 days ago
#859 - feat: add Sealed::as_sealed_ref
Pull Request -
State: closed - Opened by mattsse 20 days ago
#858 - chore: clippy
Pull Request -
State: closed - Opened by DaniPopes 21 days ago
#857 - [Feature] Convenient abi decoding into Rust types.
Issue -
State: closed - Opened by ruseinov 25 days ago
- 3 comments
Labels: enhancement
#856 - feat(json-abi): add Param.name() accessor
Pull Request -
State: closed - Opened by ozgrakkurt about 1 month ago
#855 - feat(sol-macro)!: function calls should directly yield result
Pull Request -
State: open - Opened by yash-atreya about 1 month ago
- 4 comments
Labels: enhancement, breaking
#854 - [Bug] alloy_primitives::U8 doesn't have the 'abi_encode' method
Issue -
State: open - Opened by benli5510 about 1 month ago
- 1 comment
Labels: bug
#853 - [Bug] Private Keys Leak to logs and insecure memory
Issue -
State: open - Opened by 0xAlcibiades about 1 month ago
- 3 comments
Labels: bug
#852 - feat(`sol!`): make `#[sol(rpc)]` default if `rpc` feat enabled
Pull Request -
State: closed - Opened by yash-atreya about 1 month ago
#851 - feat(sol-types): improve ABI decoding error messages
Pull Request -
State: closed - Opened by DaniPopes about 1 month ago
#850 - docs: enable some useful rustdoc features on docs.rs
Pull Request -
State: closed - Opened by DaniPopes about 1 month ago
#849 - docs: hide hex_literal export
Pull Request -
State: closed - Opened by DaniPopes about 1 month ago
#848 - fix(primitives): hex macro re-export
Pull Request -
State: closed - Opened by DaniPopes about 1 month ago
#847 - docs: typos
Pull Request -
State: closed - Opened by DaniPopes about 1 month ago
#846 - docs(sol-macro): document visibility and state mutability
Pull Request -
State: closed - Opened by DaniPopes about 1 month ago
#845 - test(sol-macro): add a test for missing_docs
Pull Request -
State: closed - Opened by DaniPopes about 1 month ago
#844 - test: re-enable miri on foldhash
Pull Request -
State: closed - Opened by DaniPopes about 1 month ago
#843 - test(sol-macro): add a test for namespaced types
Pull Request -
State: closed - Opened by DaniPopes about 1 month ago
#842 - feat(sol-macro): translate contract types to address
Pull Request -
State: closed - Opened by DaniPopes about 1 month ago
#841 - feat: support 0x in hex! and similar macros
Pull Request -
State: closed - Opened by DaniPopes about 2 months ago
#840 - feat(sol-macro): evaluate array sizes
Pull Request -
State: closed - Opened by DaniPopes about 2 months ago
#839 - feat(primitives): re-export foldhash
Pull Request -
State: closed - Opened by DaniPopes about 2 months ago
#838 - fix: coerce pow overflow
Pull Request -
State: closed - Opened by DaniPopes about 2 months ago
#837 - [Tracking] ECDSA signature generation does not follow RFC-6979
Issue -
State: open - Opened by zerosnacks about 2 months ago
Labels: bug, blocked
#836 - feat: re-export rayon traits implementations
Pull Request -
State: closed - Opened by lightsing about 2 months ago
#835 - feat(dyn-abi): support parse scientific number
Pull Request -
State: closed - Opened by 9547 about 2 months ago
#834 - chore: clippy
Pull Request -
State: closed - Opened by DaniPopes about 2 months ago
#833 - fix: re-enable foldhash on zkvm
Pull Request -
State: closed - Opened by Wollac about 2 months ago
#832 - fix: allow non-boolean v values for PrimitiveSignature
Pull Request -
State: closed - Opened by klkvr about 2 months ago
- 2 comments
#831 - [Bug] PrimitiveSignature doesn't support serialized Signature
Issue -
State: closed - Opened by gusinacio about 2 months ago
- 6 comments
Labels: bug
#830 - fix(syn-solidity): correctly parse invalid bytes* etc as custom
Pull Request -
State: closed - Opened by DaniPopes about 2 months ago
#829 - [Bug] struct bytes64 causes parsing error "fixed bytes range is 1-32. This is a bug"
Issue -
State: closed - Opened by Be-P about 2 months ago
Labels: bug
#828 - [Feature] Make UInt panic on overflow if overflow_checks is enabled
Issue -
State: open - Opened by u59149403 2 months ago
- 1 comment
Labels: enhancement
#827 - feat: re-export `rayon` feature
Pull Request -
State: closed - Opened by lightsing 2 months ago
- 1 comment
#826 - [Feature] Avoid conflicting functions with common trait impls on UDT types
Issue -
State: open - Opened by Will-Smith11 2 months ago
- 1 comment
Labels: enhancement
#825 - chore: add clone_inner
Pull Request -
State: closed - Opened by mattsse 2 months ago
#824 - chore: shorten map type alias names
Pull Request -
State: closed - Opened by DaniPopes 2 months ago
#824 - chore: shorten map type alias names
Pull Request -
State: closed - Opened by DaniPopes 2 months ago
#823 - chore: fix some typos
Pull Request -
State: closed - Opened by depthlending 2 months ago
- 1 comment
#823 - chore: fix some typos
Pull Request -
State: closed - Opened by depthlending 2 months ago
- 1 comment
#822 - chore(primitives): remove rustc-hash workaround
Pull Request -
State: closed - Opened by DaniPopes 2 months ago
#822 - chore(primitives): remove rustc-hash workaround
Pull Request -
State: closed - Opened by DaniPopes 2 months ago
#821 - ci: move deny to ci
Pull Request -
State: closed - Opened by DaniPopes 2 months ago
#820 - chore: asRef for Log
Pull Request -
State: closed - Opened by mattsse 2 months ago
#819 - chore: mark `Signature` as deprecated
Pull Request -
State: closed - Opened by moricho 2 months ago
#818 - Remove unsafe code from macro expansions
Pull Request -
State: closed - Opened by nbaksalyar 3 months ago
- 2 comments
#817 - chore: update release.toml
Pull Request -
State: closed - Opened by klkvr 3 months ago
#816 - [Feature] Support parsing numbers with scientific notation
Issue -
State: closed - Opened by DaniPopes 3 months ago
- 1 comment
Labels: enhancement
#815 - feat: switch all std::error to core::error
Pull Request -
State: closed - Opened by DaniPopes 3 months ago
#814 - signature: more unit tests for parity
Pull Request -
State: closed - Opened by tcoratger 3 months ago
- 1 comment
#813 - chore: release 0.8.13
Pull Request -
State: closed - Opened by DaniPopes 3 months ago
#812 - fix(sol-macro): expand all getter return types
Pull Request -
State: closed - Opened by DaniPopes 3 months ago
#811 - [Bug] generated getters for storage mappings with dynamic fields can't decode return type
Issue -
State: closed - Opened by benluelo 3 months ago
Labels: bug
#810 - Make Signature::new a const fn
Pull Request -
State: closed - Opened by kpp 3 months ago
#809 - feat: expose `returns` field for `DynSolCall` type
Pull Request -
State: closed - Opened by dantop114 3 months ago
#808 - ci: remove cron schedule for deps.yml
Pull Request -
State: closed - Opened by DaniPopes 3 months ago
#807 - Fix broken link to abi module documentation in README.md
Pull Request -
State: closed - Opened by harpocryptes 3 months ago
- 1 comment
#806 - chore: release 0.8.12
Pull Request -
State: closed - Opened by mattsse 3 months ago
#805 - fix: `Sealed::hash` serde
Pull Request -
State: closed - Opened by klkvr 3 months ago
#804 - feat: add `AsRef` impl and `hash` method to `Sealed`
Pull Request -
State: closed - Opened by klkvr 3 months ago
#803 - chore: release 0.8.11
Pull Request -
State: closed - Opened by mattsse 3 months ago
#802 - [Bug] Unsupported Array Indexing in `sol!` Macro
Issue -
State: closed - Opened by rkdud007 4 months ago
Labels: bug
#801 - fix(serde): add alias `v` for `yParity`
Pull Request -
State: closed - Opened by klkvr 4 months ago
#800 - Revert "chore: replace Signature with PrimitiveSignature"
Pull Request -
State: closed - Opened by klkvr 4 months ago
#799 - Revert "chore: replace Signature with PrimitiveSignature"
Pull Request -
State: closed - Opened by klkvr 4 months ago
#798 - docs: update ethers-rs README note
Pull Request -
State: closed - Opened by DaniPopes 4 months ago
#797 - feat(json-abi): add `AbiItem::json_type`
Pull Request -
State: closed - Opened by DaniPopes 4 months ago
#796 - chore: replace Signature with PrimitiveSignature
Pull Request -
State: closed - Opened by klkvr 4 months ago
#795 - ci: add success job
Pull Request -
State: closed - Opened by DaniPopes 4 months ago
#794 - chore(json-abi): clean up utils
Pull Request -
State: closed - Opened by DaniPopes 4 months ago
#793 - chore(meta): update SECURITY.md
Pull Request -
State: closed - Opened by DaniPopes 4 months ago
#792 - perf: improve normalize_v
Pull Request -
State: closed - Opened by DaniPopes 4 months ago
- 1 comment
#791 - feat: add has_eip155_value convenience function to signature
Pull Request -
State: closed - Opened by prestwich 4 months ago
#790 - chore: bump MSRV to 1.81
Pull Request -
State: closed - Opened by DaniPopes 4 months ago
- 2 comments
#789 - fix: revert MSRV changes
Pull Request -
State: closed - Opened by DaniPopes 4 months ago
#788 - [Feature] Migrate to `PrimitiveSignature` type
Issue -
State: closed - Opened by klkvr 4 months ago
Labels: enhancement
#787 - [Feature] Macros to parse Ether and other units from string to U256
Issue -
State: open - Opened by cakevm 4 months ago
- 2 comments
Labels: enhancement
#786 - Implement `DerefMut` for `Log<T>`
Pull Request -
State: closed - Opened by wtdcode 4 months ago
#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