smol-ninja
smol-ninja
I can also confirm its a bug. I tried to write a deployment script that uses precompiles bytecode for the deployment. The ci fails with Segmentation fault error. The bytecodes...
@grandizzy we are good with this PR. I have tested and there are no issues with the change.
Hi @dbale-altoros, thank you for working on this. This will save us a significant amount of time. Here are the answers to your questions: 1. When different files are imported...
Thanks @dbale-altoros for the update. > Linter or prettier removes spaces in the { ABC } import. True and that's why we use `bracketSpacing: true` in our prettier settings so...
Its because `@a < @o` so `@apenzeppelin/ReentrancyGuardUpgradeable2.sol` would come before `@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol`.
> the path takes precedence over the filename ? Yes. And yes yes yes to all your questions. You are absolutely right. That's how we like to do it.
Incredible. I just gave it go and realised that I made a mistake in my suggestion. I'd place the external imports above the relative imports and separate them with a...
Fantastic! I just gave it a go and it works. Don't worry about the new line, it doesn't matter much since can easily be added manually. Thank you so much...
Brilliant. Have a lovely weekend.
Hi @dbale-altoros, I was testing the new rule and seems like there is a bug. It leads to the following sorting: ```solidity import { Strings } from "@openzeppelin/contracts/utils/Strings.sol"; import {...