-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code review, cleanup, removal of dead/dangerous host functions (#1085)
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.
- Loading branch information
Showing
38 changed files
with
127 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.