Ricardo Guilherme Schmidt
Ricardo Guilherme Schmidt
I propose the use of Status Network infrastructure to do this.  For every transaction that happens, when it detects a transaction, it message to the recipient wallet the txid...
This can lead to unknown behavior of external token calls. If unknown tokens are called, they might throw or return unexpected values. An idea would be to create an array...
Yes, we could add that, but I'm not sure how SOB would be able to check that.
I have 2 ideas to solve this: 1. Create a contract that proxy payments to several other accounts. Then we can use this to fund multiple contracts. 2. Allow the...
The warning seems wrong because the intended design is not having a receive() function. If I haven't defined receive(), than any address.transfer() to the contract should fail automatically. Currently I...
Yes, I propose to remove the warning altogether, because the warning makes it seems I am doing a bad design on the contract, while I have to do this way...
Please, merge.
Yes! Exactly. So I am developing something and I got scared that I screw it up because it was too expansive! So I was refactoring until figure out that the...
I need nRF24L01 support for integrating a device that uses a remote control on 2.4GHz. I have captured the signals and I can send it using HackRF, but for integrating...