You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure on the style choices but I do have a strong opinion on the name ;-) so i changed that. but i expect the other details might change as well. (like I hope to implement Dani's version of ds-math so we will use add() and subtract() instead of safeAdd() and safeSub())
The point of this addition to the contract is to avoid the race condition further by allow the UI to avoid using approve a second time... in fact, with these two functions, we can avoid using approve all together, but yet it can stay there for ol' times sake ;-)
Not sure if ERC223 is a long term option though, since Vitalik himself doesn't approve and in the future, all addresses will be contracts regardless of them being or not a wallet.
Here is an response from @Dexaran to Vitalik speech.
Also taken from the Token Card Token Contract:
https://github.com/MonolithDAO/token/blob/master/src/Token.sol#L98
I'm not sure on the style choices but I do have a strong opinion on the name ;-) so i changed that. but i expect the other details might change as well. (like I hope to implement Dani's version of ds-math so we will use
add()
andsubtract()
instead ofsafeAdd()
andsafeSub()
)The point of this addition to the contract is to avoid the race condition further by allow the UI to avoid using approve a second time... in fact, with these two functions, we can avoid using approve all together, but yet it can stay there for ol' times sake ;-)
The text was updated successfully, but these errors were encountered: