Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(alloy): update alloy to 0.3 #6

Merged
merged 4 commits into from
Sep 1, 2024
Merged

feat(alloy): update alloy to 0.3 #6

merged 4 commits into from
Sep 1, 2024

Commits on Aug 29, 2024

  1. Add alias types and upgrade dependencies

    Replaced primitive integer types with alias types (U24 and I24) for better clarity and consistency. Enabled `clippy::redundant_clone` lint. Updated `alloy` dependency and incremented package version to 0.2.0.
    shuhuiluo committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4ea8f57 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Add detailed documentation to lens modules

    Enhance the position, pool, and storage lens modules in the code with comprehensive documentation. This includes descriptions of functionalities and explanations of arguments and return values for functions. Additionally, update the README and Cargo.toml to reflect the library's purpose and features accurately.
    shuhuiluo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    7cc7cc7 View commit details
    Browse the repository at this point in the history
  2. Fix test

    shuhuiluo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1108fc4 View commit details
    Browse the repository at this point in the history
  3. Remove PCSV3-specific tests

    Deleted tests related to PancakeSwap V3 for BSC in both TypeScript and Solidity test files. This includes the removal of the PCSV3-specific PoolLens and StorageLens tests as well as updates to the gas-snapshot file to reflect these deletions.
    shuhuiluo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    3b56229 View commit details
    Browse the repository at this point in the history