rabbitholegg / quest-protocol

Quests Protocol is a protocol to distribute token rewards for completing on-chain tasks.
GNU General Public License v3.0
89 stars 23 forks source link

Make claimCompressed revert if tx.origin != msg.sender revert #245

Closed waynehoover closed 10 months ago

waynehoover commented 10 months ago

Generally it is not good practice to rely on tx.origin. This was requested to try and give an equal playing ground to normal EOA users of the protocol.