RiskProtocol / core-protocol

2 stars 0 forks source link

Review ERC-777 improvement #6

Closed jiokeokwuosa closed 1 year ago

jiokeokwuosa commented 1 year ago

https://eips.ethereum.org/EIPS/eip-777

This standard has provision for a contract to determine which ERC-20 token to receive

jiokeokwuosa commented 1 year ago

This standard is an upgrade on ERC 20 token and it is profitable for us, i have started the implementation. it is equally totally backward compatible to ERC 20 token unlike ERC 223

jiokeokwuosa commented 1 year ago

is good to equally note that ERC 777 has its own solution to the problem of double transaction that ERC 20 token tried solving with the permit function, ERC 777 implements AuthorizedOperator which can send token on the owners behalf