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

Add support for cip 66 transactions #23

Merged
merged 17 commits into from
Jun 12, 2024
Merged

Add support for cip 66 transactions #23

merged 17 commits into from
Jun 12, 2024

Commits on May 15, 2024

  1. CIP-66 support

    shazarre committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a3b71fa View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    36fecc6 View commit details
    Browse the repository at this point in the history
  2. make functions type guard

    aaronmgdr committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f1e2161 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    a66e8f7 View commit details
    Browse the repository at this point in the history
  2. conditionally fill the transaction for cip66 if on cel2.

    TODO  fetch converstion rates
    aaronmgdr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a27e880 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    ba820f7 View commit details
    Browse the repository at this point in the history
  2. clean up notes

    aaronmgdr committed May 20, 2024
    Configuration menu
    Copy the full SHA
    49b6a56 View commit details
    Browse the repository at this point in the history
  3. more notes

    aaronmgdr committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f117ab6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. real world sanity check for max Fees in Celo 110000000000000000000n A…

    …ND in token 120599798721937636601n. (cut off the zeros thats 11 and 12 -- a ratio that makes sense)
    
    remove .tests from jest command. now you can added in the file name after yarn test to only run specific test.
    aaronmgdr committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1737185 View commit details
    Browse the repository at this point in the history
  2. spelling

    aaronmgdr committed May 21, 2024
    Configuration menu
    Copy the full SHA
    724a9d6 View commit details
    Browse the repository at this point in the history
  3. improve param names

    aaronmgdr committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3bbc92f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. extra line

    aaronmgdr committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c789021 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. formatting

    aaronmgdr committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f2be773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9708d53 View commit details
    Browse the repository at this point in the history
  3. get types correct.

    aaronmgdr committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5360984 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91b6357 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b981a3 View commit details
    Browse the repository at this point in the history