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

Aptos: instantiate the provider, some code cleanups #11

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    e950863 View commit details
    Browse the repository at this point in the history
  2. hyperlane-aptos: implement get_chain_metrics

    Trivially return None.
    mzabaluev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    97eb8d8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    12925be View commit details
    Browse the repository at this point in the history
  2. hyperlane-aptos: clean up use of client

    Don't wrap the aptos SDK's client with a newtype
    and Deref, this is an antipattern and serves no
    useful purpose.
    Use the Url type in the APIs rather than converting
    to and from strings.
    Have a private constructor for AptosHpProvider to
    indicate silly clones enforced by hyperlane-core API.
    mzabaluev committed May 23, 2024
    Configuration menu
    Copy the full SHA
    de3dde2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2adbc00 View commit details
    Browse the repository at this point in the history