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: implement Ethereum, Polygon and Bitcoin with phantom #677

Merged
merged 55 commits into from
Sep 20, 2024

Commits on Sep 6, 2024

  1. feat: implement phantom

    NeOMakinG committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    507e342 View commit details
    Browse the repository at this point in the history
  2. feat: update supports

    NeOMakinG committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f516a17 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. feat: add btc supprot

    NeOMakinG committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    617ea6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b2584 View commit details
    Browse the repository at this point in the history
  3. feat: lint

    NeOMakinG committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    014913d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    50f63cf View commit details
    Browse the repository at this point in the history
  2. feat: cleanup

    gomesalexandre committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    69d8892 View commit details
    Browse the repository at this point in the history
  3. feat: revert me

    gomesalexandre committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b55e957 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    d622b47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af83e76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ff0419 View commit details
    Browse the repository at this point in the history
  4. feat: rm useless fn

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    14fa180 View commit details
    Browse the repository at this point in the history
  5. feat: cleanup

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bde4f7a View commit details
    Browse the repository at this point in the history
  6. fix: isUnlocked

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    65c70ff View commit details
    Browse the repository at this point in the history
  7. feat: more cleanunp

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2e6c32c View commit details
    Browse the repository at this point in the history
  8. fix: describePath

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9357bdc View commit details
    Browse the repository at this point in the history
  9. fix: btcSupportsCoin

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    29f33c8 View commit details
    Browse the repository at this point in the history
  10. feat: make it compile

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    23fa837 View commit details
    Browse the repository at this point in the history
  11. feat: btcSignMessage

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a5b9296 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e5b646a View commit details
    Browse the repository at this point in the history
  13. feat: safety

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2d1645d View commit details
    Browse the repository at this point in the history
  14. Revert "feat: bitcoin requestAccounts()"

    This reverts commit e5b646a.
    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    76a77d6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a80e1e1 View commit details
    Browse the repository at this point in the history
  16. feat: getPublicKeys

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e863308 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d14e519 View commit details
    Browse the repository at this point in the history
  18. fix: gasLimit over gas

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d227432 View commit details
    Browse the repository at this point in the history
  19. feat: add gasPrice

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2094a1f View commit details
    Browse the repository at this point in the history
  20. fix: psbt

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    df0d141 View commit details
    Browse the repository at this point in the history
  21. feat: cleanup

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    860373c View commit details
    Browse the repository at this point in the history
  22. feat: more cleanup

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f620a16 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6193e58 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b82d050 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d6e3e96 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    128b407 View commit details
    Browse the repository at this point in the history
  27. feat: rm address cache

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e810ac0 View commit details
    Browse the repository at this point in the history
  28. fix: tests types

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    de602be View commit details
    Browse the repository at this point in the history
  29. fix: test

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    53a5cd0 View commit details
    Browse the repository at this point in the history
  30. Revert "fix: test"

    This reverts commit 53a5cd0.
    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8aee937 View commit details
    Browse the repository at this point in the history
  31. fix: actually fix test

    gomesalexandre committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5637977 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    a9d3035 View commit details
    Browse the repository at this point in the history
  2. feat: cleanup

    gomesalexandre committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    389d7e6 View commit details
    Browse the repository at this point in the history
  3. feat: more cleanup

    gomesalexandre committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8e1fff9 View commit details
    Browse the repository at this point in the history
  4. feat: more more cleaup

    gomesalexandre committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a5078c5 View commit details
    Browse the repository at this point in the history
  5. feat: more cleanup

    gomesalexandre committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    248372b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    e149db1 View commit details
    Browse the repository at this point in the history
  2. feat: more cleanupy

    gomesalexandre committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f528f10 View commit details
    Browse the repository at this point in the history
  3. feat: saner tests

    gomesalexandre committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    66b2348 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f648fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ff50a4 View commit details
    Browse the repository at this point in the history
  6. cleanup

    kaladinlight committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    dd5b0f1 View commit details
    Browse the repository at this point in the history
  7. fix test

    kaladinlight committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6b89f94 View commit details
    Browse the repository at this point in the history
  8. cleanup bitcoin

    kaladinlight committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7cb54cb View commit details
    Browse the repository at this point in the history
  9. fix test take 2

    kaladinlight committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1107098 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e18b090 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e04575 View commit details
    Browse the repository at this point in the history