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

Introduce SimpleMerkleTree & migrate to ethers.js #31

Closed
wants to merge 27 commits into from

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    446f984 View commit details
    Browse the repository at this point in the history
  2. test leaf sorting

    Amxx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4a18e18 View commit details
    Browse the repository at this point in the history
  3. refactor tests

    Amxx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    9146e05 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    a0fc77e View commit details
    Browse the repository at this point in the history
  2. revert

    Amxx committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    cba17d5 View commit details
    Browse the repository at this point in the history
  3. indentation

    Amxx committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6ba72c2 View commit details
    Browse the repository at this point in the history
  4. add support for raw leaves

    Amxx committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a1d9805 View commit details
    Browse the repository at this point in the history
  5. refactor

    Amxx committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2eca37f View commit details
    Browse the repository at this point in the history
  6. up

    Amxx committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3308aa6 View commit details
    Browse the repository at this point in the history
  7. migrate to ethers

    Amxx committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4d5c45c View commit details
    Browse the repository at this point in the history
  8. core: BytesLike → Bytes

    Amxx committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c0c6301 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. remove dependencies

    Amxx committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    0c7322e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d73c3ec View commit details
    Browse the repository at this point in the history
  3. fix compare

    Amxx committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    e17aff6 View commit details
    Browse the repository at this point in the history
  4. mv

    Amxx committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    440a94f View commit details
    Browse the repository at this point in the history
  5. add check

    Amxx committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    86538f6 View commit details
    Browse the repository at this point in the history
  6. minimize diff

    Amxx committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    b1f1e23 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. use @ethersproject 5.7 packages

    Amxx committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    01a1b98 View commit details
    Browse the repository at this point in the history
  2. use native bigint

    Amxx committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7e916a5 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Amxx authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5defdf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    c8f25a3 View commit details
    Browse the repository at this point in the history
  2. simplify

    Amxx committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    134c545 View commit details
    Browse the repository at this point in the history
  3. remove unused code

    Amxx committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    cec2060 View commit details
    Browse the repository at this point in the history
  4. add test

    Amxx committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ad1d843 View commit details
    Browse the repository at this point in the history
  5. check index.ts exports

    Amxx committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ec13d68 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

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

Commits on Feb 22, 2024

  1. split formats

    Amxx committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e0f126c View commit details
    Browse the repository at this point in the history