Make ERC827 methods payable#838
Conversation
|
Can't avoid linter errors with |
|
@k06a This probably doesn't address your primary issue, but if you'd like to avoid linter error then try |
|
@duaraghav8 Thanks! |
6734d7d to
f5ba91d
Compare
|
@k06a I think we are good to merge it. Can you add the tests for it? |
|
@AugustoL sure, I'll add tests and fix config. |
f5ba91d to
4c28524
Compare
|
@AugustoL added tests |
|
@k06a thanks, it looks fine but do we really need the functions you add it on message helper? I think we dont. |
|
@AugustoL are you talking about |
|
@k06a ho ok, and cant you use showMessage instead on failOnBuy on the tests? |
|
@AugustoL done, also fixed linter warning. |
|
@AugustoL any change to get merged? |
|
@k06a Nope, but I dont know if I should merge it with only my approval. @spalladino Wdyt? Ready to go? |
3ec1ee5 to
6cf741b
Compare
8e94cd6 to
92d67ce
Compare
|
@AugustoL just rebased and fixed tests |
🚀 Description
Make all ERC827 methods
payableto pass-through value. I wanna be able to combine several actions in single tx:Remarks:
Tell me if you are going to merge and I'll add related tests.(added in a897f11)Linter started to give errors.(fixed in 4c28524)📘 I've reviewed the OpenZeppelin Contributor Guidelines
✅ I've added tests where applicable to test my new functionality.
📖 I've made sure that my contracts are well-documented.
🎨 I've run the JS/Solidity linters and fixed any issues (
npm run lint:all:fix).