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 MNS support in MW #940

Merged
merged 45 commits into from
May 21, 2024
Merged

Add MNS support in MW #940

merged 45 commits into from
May 21, 2024

Commits on May 20, 2024

  1. Add mns display in home page

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    46aae62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d52ac5 View commit details
    Browse the repository at this point in the history
  3. add usePrepareScCall custom hook

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    31084f9 View commit details
    Browse the repository at this point in the history
  4. Add contracts cont

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c2fc952 View commit details
    Browse the repository at this point in the history
  5. Improved callData args

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    cb6c494 View commit details
    Browse the repository at this point in the history
  6. resolve conflict

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d21a284 View commit details
    Browse the repository at this point in the history
  7. Use network chainID for contracts

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a8dee70 View commit details
    Browse the repository at this point in the history
  8. Add Mns Address correlation message

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d9fa4ca View commit details
    Browse the repository at this point in the history
  9. add ms on confirmation screen

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bf3efd1 View commit details
    Browse the repository at this point in the history
  10. change setRecipient fn name

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    609c5d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb6b6ab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e76171 View commit details
    Browse the repository at this point in the history
  13. fix test

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    be1a7a1 View commit details
    Browse the repository at this point in the history
  14. better error removal

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c38a4c3 View commit details
    Browse the repository at this point in the history
  15. fix mns on send confirm

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    921fb69 View commit details
    Browse the repository at this point in the history
  16. add Mns component

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ad506a5 View commit details
    Browse the repository at this point in the history
  17. improve contract network logic

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7afd89f View commit details
    Browse the repository at this point in the history
  18. fix correlation naming

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    cacaff8 View commit details
    Browse the repository at this point in the history
  19. simplify useEffect

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4ae7776 View commit details
    Browse the repository at this point in the history
  20. isMainnet replace in confirm screen

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6172c49 View commit details
    Browse the repository at this point in the history
  21. replace correlation message

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f6ec820 View commit details
    Browse the repository at this point in the history
  22. add useCallback

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    97f4382 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2c2921d View commit details
    Browse the repository at this point in the history
  24. rename mns var

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    66220e3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0f7eb2e View commit details
    Browse the repository at this point in the history
  26. improve useMns

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    434922d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    382b2fb View commit details
    Browse the repository at this point in the history
  28. remove no client throw

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0b45bc9 View commit details
    Browse the repository at this point in the history
  29. clean

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3256a27 View commit details
    Browse the repository at this point in the history
  30. add store.ts for initialization

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0a53cdb View commit details
    Browse the repository at this point in the history
  31. Add massaWeb3Store

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e524e71 View commit details
    Browse the repository at this point in the history
  32. refacto to use massaWeb3Store

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    60bd364 View commit details
    Browse the repository at this point in the history
  33. clean up

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0d064dd View commit details
    Browse the repository at this point in the history
  34. rebase

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    aecb16d View commit details
    Browse the repository at this point in the history
  35. remove mnsExtension in dep

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0ff0d44 View commit details
    Browse the repository at this point in the history
  36. use callbakc instead of useEffect

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f8dfc0e View commit details
    Browse the repository at this point in the history
  37. improve logic

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fbec687 View commit details
    Browse the repository at this point in the history
  38. revamp value init

    pivilartisant authored and Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    eecbf0a View commit details
    Browse the repository at this point in the history
  39. rollback generated files

    Thykof committed May 20, 2024
    Configuration menu
    Copy the full SHA
    63ce3da View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    4aa8e8c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. use export const .massa

    pivilartisant committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4685dd7 View commit details
    Browse the repository at this point in the history
  2. add mainnet contracts

    pivilartisant committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8c4e11f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3d38fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    824e67d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9835e48 View commit details
    Browse the repository at this point in the history