noislabs / nois

The Nois standard library
10 stars 4 forks source link

Avoid naming collision on "Receive" callback #4

Closed webmaster128 closed 1 year ago

webmaster128 commented 1 year ago

"some dapps contracts might have already ExecuteMsg::receive for cw20"

I think nois_receive would be better just we know it doesnt overlap with anything else

@kaisbaccour

webmaster128 commented 1 year ago

This makes sense to me, but is breaking.

Also see the discussion here: https://github.com/CosmWasm/cosmwasm/issues/1381

webmaster128 commented 1 year ago

"receive" is used here: