Fix contributor oracle permission auth #63
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/contriutor-permissions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems that the entity is either defined by the permission or if we want to use the oracle the permission must be defined for any_entity.
In that case the oracle does not get the msg.sender as who/entity thus we will use tx.origin in that case.
BAAM! 👍