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

Code review, cleanup, removal of dead/dangerous host functions #1085

Merged
merged 14 commits into from
Sep 23, 2023

Conversation

graydon
Copy link
Contributor

@graydon graydon commented Sep 23, 2023

Most of this is fairly trivial cleanup except the part where I'm removing 2 host functions:

  • get_invoking_contract
  • get_current_call_stack

These are vestigial from the older auth scheme and are potential footguns to leave exposed; the consensus seems to be that anything you should do with them you can do better with the new auth system, so exposing them is just asking for trouble.

@graydon graydon requested review from sisuresh and a team as code owners September 23, 2023 05:51
@graydon graydon requested a review from dmkozh September 23, 2023 05:51
@graydon graydon added this pull request to the merge queue Sep 23, 2023
Merged via the queue into main with commit 511337e Sep 23, 2023
10 checks passed
@graydon graydon deleted the graydon-code-review-4 branch September 23, 2023 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants