truffle-flattener icon indicating copy to clipboard operation
truffle-flattener copied to clipboard

Truffle Flattener concats solidity files from Truffle and Buidler projects with all of their dependencies

Results 4 truffle-flattener issues
Sort by recently updated
recently updated
newest added

Hi, when I use truffle-flattener Token.sol > FToken.sol everything is fine, as long npx truffle run flatten is used pragma version is not defined in any of files.

Hi, I've an issue. When there is many SPDX-License-Identifier: MIT or better to say in each file. After using flattener it keeps SPDX-License-Identifier: MIT everywhere and when pasting it into...

Bumps [@solidity-parser/parser](https://github.com/solidity-parser/parser) from 0.14.3 to 0.16.1. Release notes Sourced from @​solidity-parser/parser's releases. v0.16.1 This version fixes a bug where variables named global couldn't be parsed (thanks @​arjun-io!) v0.16.0 This version...

dependencies

An approach to resolve [Issue #95](https://github.com/NomicFoundation/truffle-flattener/issues/95#issue-1243451169). The new version of the flattener concatenates multiple SPDX-License-Identifiers and keeps only the license of the contract to be flattened at the beginning as...