chibitanaka

Results 3 issues of chibitanaka

Hi, I'm trying to build this project, https://github.com/holiman/uint256, but I've run into multiple issues: Suppose we have a function with multiple outputs: `func (z *Int) AddOverflow(x, y *Int) (*Int, bool)`,...

## Description For my task I want to remove all the [`StructuredDocumentation`](https://consensys.github.io/solc-typed-ast/classes/StructuredDocumentation.html) nodes, it seems like it's possible without traversing the graph by simply ignoring this particular node type in...

https://github.com/Uniswap/docs/blob/main/docs/contracts/v4/guides/13-flash-accounting.mdx#reading-deltastates From example: ```solidity using TransientStateLibrary for IPoolManager; function checkDeltaBeforeOperation( Currency currency, address user ) external view returns (int256) { // Important: This shows the current delta for this token/user...