hop-protocol / contracts

🐰 Hop Protocol v1 smart contracts
https://hop.exchange
238 stars 98 forks source link

Feature/internal audit 3 #25

Closed cwhinfrey closed 3 years ago

cwhinfrey commented 3 years ago
cwhinfrey commented 3 years ago

@miguelmota TransferRootSet is added here https://github.com/hop-exchange/contracts/pull/25/commits/ab5451d5e2c79906da6cb9c6c908ad29178c06fa.

The reason for TransferRootSet vs TransferRootBonded is that this event will also be emitted when the TransferRoot is confirmed without being bonded.

I also did a small renaming in that commit amount -> totalAmount.

miguelmota commented 3 years ago

@cwhinfrey changes look great 👍

cwhinfrey commented 3 years ago

@shanefontaine back to you