paradigmxyz
solar
BlogDocsChangelog

Branches performance

Pull requests

feat(sema): address explicit conversion#626
last run
2 hours ago
feat(sema): address explicit conversion
5 hours ago
96a96d9
dipanshuhappy:feat/address-conversion
CodSpeed Performance Gauge
0%
feat(sema): enum explicit conversion
7 hours ago
f0266a6
dipanshuhappy:main
CodSpeed Performance Gauge
0%
feat(sema): implement explicit conversions for fixed-size byte arrays Add explicit type conversion support for: - FixedBytes to FixedBytes (any size) - FixedBytes to UInt (same size only) - UInt to FixedBytes (same size only) Signed integers are not allowed per Solidity spec. Closes #612
15 hours ago
62934d6
push-kkuonltnrzzn
CodSpeed Performance Gauge
0%
feat(sema): implement array slice implicit conversion Add implicit type conversion for array slices to their underlying array type. Slices can now convert to: - The exact underlying type (e.g., `uint256[] calldata slice` → `uint256[] calldata`) - Memory arrays of the same element type (e.g., `uint256[] calldata slice` → `uint256[] memory`) Also fixes `is_sliceable()` to peel refs so reference types like `uint256[] calldata` are correctly recognized as sliceable. Closes #621 See: https://docs.soliditylang.org/en/latest/types.html#array-slices
16 hours ago
bcfbefd
push-wxqmtulyouxs
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs