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(common-lib): derive dynamic field instead of call to fullnode #246

Commits on Oct 15, 2024

  1. Upgrade @mysten/sui to 1.12.0

    This version includes the deriveDynamicFieldID
    function needed to calculate the DF object ID
    without making a request to a fullnode.
    Tzal3x committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cc7b2da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ee62d View commit details
    Browse the repository at this point in the history
  3. Fix resource.test.ts - WIP

    Tzal3x committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cc21866 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb9074c View commit details
    Browse the repository at this point in the history
  5. Fix test for dynamic field not found

    test name: "should return NOT_FOUND
    if dynamic fields are not found"
    Tzal3x committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5f2c3e6 View commit details
    Browse the repository at this point in the history
  6. Remove redundant tests

    Tzal3x committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    aabf78d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    167aa7f View commit details
    Browse the repository at this point in the history
  8. Skip page_fetching benchmarks

    Tzal3x committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    25caf3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a87490a View commit details
    Browse the repository at this point in the history
  10. Use async redirect

    Tzal3x committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    709ca67 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fe0c89d View commit details
    Browse the repository at this point in the history