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

Unify fallible and non fallible instantiate methods #1591

Merged
merged 58 commits into from
Jan 24, 2023

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    3758e09 View commit details
    Browse the repository at this point in the history
  2. WIP experiment

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    cdcc502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f59077 View commit details
    Browse the repository at this point in the history
  4. Introduce ContractRef type parameter

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    baecba9 View commit details
    Browse the repository at this point in the history
  5. Fix up env access

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    af69cd5 View commit details
    Browse the repository at this point in the history
  6. WIP...

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e134a8c View commit details
    Browse the repository at this point in the history
  7. Make it compile

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    115dd9f View commit details
    Browse the repository at this point in the history
  8. Add ContractStorage parameter

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    718d475 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb5042e View commit details
    Browse the repository at this point in the history
  10. Convert to env Error in helper

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    528cfe0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b4c5e9 View commit details
    Browse the repository at this point in the history
  12. Fix impls::instantiate_contract

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4de38f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    09545fe View commit details
    Browse the repository at this point in the history
  14. Fix env access

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2ef624d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    02f97b1 View commit details
    Browse the repository at this point in the history
  16. Fix e2e

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    39b45b0 View commit details
    Browse the repository at this point in the history
  17. Remove commented out code

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    dc2f7bb View commit details
    Browse the repository at this point in the history
  18. Typos

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    39ab13f View commit details
    Browse the repository at this point in the history
  19. Clippy

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    60e7e90 View commit details
    Browse the repository at this point in the history
  20. Rename some instantiate_fallible

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    43c2fe0 View commit details
    Browse the repository at this point in the history
  21. Restore returns method

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    bf3055c View commit details
    Browse the repository at this point in the history
  22. Remove ContractReference Result impl

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    322ab26 View commit details
    Browse the repository at this point in the history
  23. WIP implementing ConstructorReturnType

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e61a12b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    62052a6 View commit details
    Browse the repository at this point in the history
  25. Fmt and fix

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2ed5093 View commit details
    Browse the repository at this point in the history
  26. Remove E param from build_create

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    df4a067 View commit details
    Browse the repository at this point in the history
  27. Fix up build_create

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0e69431 View commit details
    Browse the repository at this point in the history
  28. Fix up e2e creat builder

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e8feae9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2265258 View commit details
    Browse the repository at this point in the history
  30. Fmt

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    10d7268 View commit details
    Browse the repository at this point in the history
  31. Fix envaccess test

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    ea65c47 View commit details
    Browse the repository at this point in the history
  32. Fully qualify Result in macro

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    258c27b View commit details
    Browse the repository at this point in the history
  33. More fully qualify Result in macro

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    08dc991 View commit details
    Browse the repository at this point in the history
  34. Fix up build_create examples

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4be979d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0994c67 View commit details
    Browse the repository at this point in the history
  36. Fix ui test

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f1f4930 View commit details
    Browse the repository at this point in the history
  37. Fmt

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    12f51dc View commit details
    Browse the repository at this point in the history
  38. Remove unused assoc type

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1bceab3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    8e0a9ef View commit details
    Browse the repository at this point in the history
  40. Remove commented out code

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    aea1238 View commit details
    Browse the repository at this point in the history
  41. Fmt

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    163fa6b View commit details
    Browse the repository at this point in the history
  42. ConstructorReturnType comments

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1dd00d6 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    327967d View commit details
    Browse the repository at this point in the history
  44. Fix up return types after merge

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0bb7a8d View commit details
    Browse the repository at this point in the history
  45. Fmt

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    75ab4e6 View commit details
    Browse the repository at this point in the history
  46. Clippy

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    77a5bab View commit details
    Browse the repository at this point in the history
  47. Fix create_builder tests

    ascjones authored and HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    7d03708 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ca47caf View commit details
    Browse the repository at this point in the history
  49. Clean up some comments

    HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2cc8a22 View commit details
    Browse the repository at this point in the history
  50. Remove outdated doc

    HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    fa0436a View commit details
    Browse the repository at this point in the history
  51. Update comment

    HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    016b102 View commit details
    Browse the repository at this point in the history
  52. Another comment fix

    HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    9655072 View commit details
    Browse the repository at this point in the history
  53. Wrap long line

    HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    7aecb5f View commit details
    Browse the repository at this point in the history
  54. Remove TODO

    HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6f92033 View commit details
    Browse the repository at this point in the history
  55. Bump contract-metadata

    Fixes some inconsistent errors between Clippy and `rustc`
    HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    498c640 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    8e60ec2 View commit details
    Browse the repository at this point in the history
  57. Fix one of the doc tests

    HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a9c0223 View commit details
    Browse the repository at this point in the history
  58. Clean up doc tests a bit

    HCastano committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    db1a808 View commit details
    Browse the repository at this point in the history