Paul Berg
Paul Berg
This could be done by simply returning the number when the decimals are zero.
@scorpion9979 you might find the [Ascii Tree Generator](https://marketplace.visualstudio.com/items?itemName=aprilandjan.ascii-tree-generator)](https://marketplace.visualstudio.com/items?itemName=aprilandjan.ascii-tree-generator) extension helpful.
I've just bumped into this - I wanted to be able to fold this subsection of our [withdraw tree](https://github.com/sablier-labs/v2-core/blob/e080f20eafef0fc18049bcc77f1694db043860f1/test/integration/concrete/lockup/withdraw/withdraw.tree#L20) but I couldn't do it:
@amaurym For this, you will need to use TypeScript's [`references`](https://www.typescriptlang.org/docs/handbook/project-references.html) feature. See the [Ultimate Guide to TypeScript Monorepos](https://dev.to/mxro/the-ultimate-guide-to-typescript-monorepos-5ap7) article.
This would be great to have!
For the first one, maybe `Web3Env` or `Web3Environment` or `Web3Wrapper`?
Yes, I would like to be able to disable the safety checks for testing purposes, or at least when deploying the logic contract for the first time (i.e. when not...
> I believe a good workaround is to import the contract in your project Solidity files. Not really, because the [hifi-deployers](https://github.com/hifi-finance/hifi-deployers) package is meant to be a standalone repo for...
An idea: what if we point the OZ Hardhat plugin to the source code of the contract in an npm package, and also provide a Solidity settings object as [defined](https://github.com/nomiclabs/hardhat/blob/master/packages/hardhat-core/src/types/config.ts#L202)...
Yes, please. I just stumbled upon Uniswap's [contract.hbs](https://github.com/Uniswap/docs/blob/400e0d7c52cab461218abc00e40120c9606b7678/contract.hbs) template, and it took me a minute to realize that keywords like `visibility` are custom values used by `solidity-docgen` to generate the...