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: add std.PrevRealm #667

Merged
merged 26 commits into from
Jun 12, 2023
Merged

feat: add std.PrevRealm #667

merged 26 commits into from
Jun 12, 2023

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    12292de View commit details
    Browse the repository at this point in the history
  2. fix: add GetCaller in stdshim

    albttx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    7dbbd9b View commit details
    Browse the repository at this point in the history
  3. fix: tests

    albttx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    4ce2d2f View commit details
    Browse the repository at this point in the history
  4. chore: fix nil

    albttx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    13de845 View commit details
    Browse the repository at this point in the history
  5. chore: change algo

    albttx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    970894e View commit details
    Browse the repository at this point in the history
  6. fix: format

    albttx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    5cf8a7b View commit details
    Browse the repository at this point in the history
  7. fix: integration test

    albttx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    09a600d View commit details
    Browse the repository at this point in the history
  8. chore: cleanup

    albttx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    a6f7f6f View commit details
    Browse the repository at this point in the history
  9. refac GetCaller and test

    Also:
    - avoid counting the same realm twice.
    - remove PrintCallers
    - remove ExecFromTests already covered in other cases
    tbruyelle authored and albttx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    5d39021 View commit details
    Browse the repository at this point in the history
  10. revert difflib usage for an other PR

    tbruyelle authored and albttx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    73a41b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e79361a View commit details
    Browse the repository at this point in the history
  12. fix: zrealm_test0.gno

    albttx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    770cf31 View commit details
    Browse the repository at this point in the history
  13. chore: remove exploit_test

    albttx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    68e3071 View commit details
    Browse the repository at this point in the history
  14. Update gnovm/stdlibs/stdlibs.go

    Co-authored-by: Antonio Navarro Perez <[email protected]>
    albttx and ajnavarro committed May 24, 2023
    Configuration menu
    Copy the full SHA
    cb5ae15 View commit details
    Browse the repository at this point in the history
  15. chore: format

    albttx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    98c7b05 View commit details
    Browse the repository at this point in the history
  16. chore: clarify func names

    Signed-off-by: Manfred Touron <[email protected]>
    moul committed May 24, 2023
    Configuration menu
    Copy the full SHA
    93f8234 View commit details
    Browse the repository at this point in the history
  17. chore: refactor tests for increased readability

    Signed-off-by: Manfred Touron <[email protected]>
    moul committed May 24, 2023
    Configuration menu
    Copy the full SHA
    459db94 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    44f2b7b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    d0dc76e View commit details
    Browse the repository at this point in the history
  2. chore: rename to PrevRealm

    albttx committed May 25, 2023
    Configuration menu
    Copy the full SHA
    229545a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. chore: update tests

    albttx committed May 26, 2023
    Configuration menu
    Copy the full SHA
    eb456c9 View commit details
    Browse the repository at this point in the history
  2. chore: add IsUser on frame.go

    albttx committed May 26, 2023
    Configuration menu
    Copy the full SHA
    f8ac502 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    d228cbd View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    505a5c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb0d553 View commit details
    Browse the repository at this point in the history
  3. fix: stdshim realm

    albttx committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    fb9245b View commit details
    Browse the repository at this point in the history