ipfsconsortium / pm

Project management for the IPFS consortium
1 stars 0 forks source link

remove sender in AddHash / removeHash events #10

Open sponnet opened 6 years ago

sponnet commented 6 years ago

The member ( where the quota needs to be kept track of ) of the pinning request can be figured out from the transaction itself ( the sender of the transaction is either a member , or the contract address that emmitted the event is a member of the consortium )

This logic can all be inspected from the proxy.

Skipping this saves gas cost on the event.