0xsequence / erc-1155

Ethereum Semi Fungible Standard (ERC-1155)
https://sequence.build
Other
320 stars 119 forks source link

Recent upgrade to Solidity 0.7.4 breaks truffle compile #61

Closed remote-gildor closed 3 years ago

remote-gildor commented 3 years ago

@PhABC Hey Philippe, Truffle only supports compilers up until Solidity v0.7.1. That's why the recent commit 1cf64f6a97769ac806f62cc783b96aca169e28a0 breaks Truffle compilation.

Could it be downgraded to 0.7.1 until Truffle supports higher versions? Or would you recommend doing something else?

pkieltyka commented 3 years ago

@remote-gildor good to know. Until truffle adds support you can continue to use https://www.npmjs.com/package/multi-token-standard/v/0.9.6