yep / eth-tweet

Decentralized Twitter: A microblogging service running on the Ethereum blockchain
http://ethertweet.net
GNU General Public License v3.0
578 stars 91 forks source link

Not compatible with latest versions of solidity #14

Open Asubalalaji opened 10 months ago

Asubalalaji commented 10 months ago

I tried compiling with 0.7.6+commit.7338295f version of solidity, I got tons of error.

One example of error that arose was the fact that using suicide for destructing contracts has deprecated and selfDestruct has taken its place. New code will be merged here soon.