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(engine): Cross contract calls #560

Merged
merged 30 commits into from
Aug 18, 2022
Merged

Feat(engine): Cross contract calls #560

merged 30 commits into from
Aug 18, 2022

Commits on Aug 18, 2022

  1. Add cross contract call support in the engine

    Marcelo Fornet authored and birchmd committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    66eba13 View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    birchmd committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    0f0092e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    169fb9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    406da68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7410ccf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8650271 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fe234d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6079044 View commit details
    Browse the repository at this point in the history
  9. Add tests to router contract

    birchmd committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    64d7304 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3908520 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c06a19 View commit details
    Browse the repository at this point in the history
  12. Feat(xcc-router): Use version 4.0.0 of near-sdk-rs (#562)

    Marcelo Fornet authored and birchmd committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    1dcef91 View commit details
    Browse the repository at this point in the history
  13. Fix typo

    birchmd committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f24def8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    13d2533 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    94a5241 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1234b91 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    60cc71b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6271db3 View commit details
    Browse the repository at this point in the history
  19. Remove XCC.md

    birchmd committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    1869894 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4e76bda View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0a86302 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    21df808 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c28a33c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cc2b9b7 View commit details
    Browse the repository at this point in the history
  25. Post-rebase fixes

    birchmd committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f431f5f View commit details
    Browse the repository at this point in the history
  26. Specify borsh 0.9.3

    birchmd committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    a0bf051 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1d51597 View commit details
    Browse the repository at this point in the history
  28. Factor out within_x_percent to test_utils to reuse it in both precomp…

    …ile gas estimate tests
    birchmd committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    8643c3d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0a9121c View commit details
    Browse the repository at this point in the history
  30. Post-rebase fixes

    birchmd committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    c2ec976 View commit details
    Browse the repository at this point in the history