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

Sync main with missing commits in develop #981

Draft
wants to merge 38 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 21, 2024

  1. feat!: add LSP11 package

    YamenMerhi authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e99f909 View commit details
    Browse the repository at this point in the history
  2. Add suggested changes to LSP11

    YamenMerhi authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    17906eb View commit details
    Browse the repository at this point in the history
  3. build: add lsp11 package-lick

    YamenMerhi authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2aaf59a View commit details
    Browse the repository at this point in the history
  4. chore: resolve linter

    YamenMerhi authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5c91caa View commit details
    Browse the repository at this point in the history
  5. refactor: Add suggested changes

    YamenMerhi authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9e3d625 View commit details
    Browse the repository at this point in the history
  6. build: update package-lock.json

    YamenMerhi authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    60f98b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ea78b7 View commit details
    Browse the repository at this point in the history
  8. Allow contract assets

    dzbo authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    05a072f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fed94f0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1720bc5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6262068 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7cdfb0f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d828ce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc67dc5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0610633 View commit details
    Browse the repository at this point in the history
  16. chore: move deploy/ scripts folder inside lsp-smart-contract pack…

    …age + fix some ESM imports
    CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    22025b0 View commit details
    Browse the repository at this point in the history
  17. docs: add LSP0 typeId for Value Received in Natspec comments for `Uni…

    …versalReceiver` event
    CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2e95a7c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d3f3e68 View commit details
    Browse the repository at this point in the history
  19. feat: create and test LSP26FollowingSystem

    b00ste authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    41b94aa View commit details
    Browse the repository at this point in the history
  20. Update ILSP26FollowingSystem.sol

    frozeman authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ab63409 View commit details
    Browse the repository at this point in the history
  21. chore: interface & natspec updates

    b00ste authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    eabfac1 View commit details
    Browse the repository at this point in the history
  22. chore: update contracts, readme and tests

    b00ste authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5f6483a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7dde4d2 View commit details
    Browse the repository at this point in the history
  24. build: select contract to keep artifacts

    YamenMerhi authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d9fccf0 View commit details
    Browse the repository at this point in the history
  25. build: add lsp26 to release please config

    YamenMerhi authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bfbe2cd View commit details
    Browse the repository at this point in the history
  26. test: Fix type id tests

    b00ste authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b415315 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    eb7c977 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9d126fd View commit details
    Browse the repository at this point in the history
  29. Update benchmark CI

    YamenMerhi authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6ae9514 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c72a7be View commit details
    Browse the repository at this point in the history
  31. test: add extreme case tests

    b00ste authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    752042b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1a00a83 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    eac709e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    5955cf0 View commit details
    Browse the repository at this point in the history
  35. test: add necessary tests

    YamenMerhi authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b0048bd View commit details
    Browse the repository at this point in the history
  36. Add contribute section in README.md

    YamenMerhi authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    41a0411 View commit details
    Browse the repository at this point in the history
  37. Update CONTRIBUTING.md

    YamenMerhi authored and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3f66b73 View commit details
    Browse the repository at this point in the history
  38. Apply suggestions from code review

    Co-authored-by: Jean Cvllr <31145285+CJ42@users.noreply.github.com>
    YamenMerhi and CJ42 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0bf23d4 View commit details
    Browse the repository at this point in the history