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

Increase AVAX support and add AVAXC #340

Closed
wants to merge 7 commits into from
Closed

Increase AVAX support and add AVAXC #340

wants to merge 7 commits into from

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    8f74a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839012a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. feat: support AVAX X- & P- chain IDs

    AVAX uses bech32 for its X & P chains. A valid address format includes
    the 'X-' or 'P-' ID prepended to the address. This adds a custom decoder
    to strip the ID and decode the leftover address with bech32.
    
    Change is backwards compatible with existing functionality.
    0xcharchar committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    10c9a00 View commit details
    Browse the repository at this point in the history
  2. feat: Avalanche C-Chain support

    The Avalanche C-Chain (AVAXC) uses the EVM addressing system. That being
    said, on Avalanche, it is valid to have the chain ID prepended to the
    address. This decoder does some preparsing to strip the ID and pass the
    leftover address to a decoder.
    0xcharchar committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    7e40a18 View commit details
    Browse the repository at this point in the history
  3. fix: linting rules

    0xcharchar committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    19b4004 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Revert "chore: package updates courtesy of npm"

    This reverts commit 8f74a34.
    0xcharchar committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    c4c0147 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    85c2581 View commit details
    Browse the repository at this point in the history