Dillon Kellar

Results 12 issues of Dillon Kellar

The latest Solidity release (^0.6.0) has an additional function type called receive. The type for ContractEntryDefinition in web3x-codegen does not include this function type, which breaks compatibility with Solidity versions...

# Description Added ability to provide a sources object in place of a path in the filesystem. Sources object has file names as keys and file data as values. #...

enhancement

This repo still has the README from huffc. We should probably add a simple set of instructions for how to setup a new huff project using the template and a...

We should decide on a code style for the repository and enforce consistency through CI rules. We should also add thorough unit testing and run it on every push to...

enhancement
help wanted

## Overview relies on #264 Allows use of macros as macro args. This only partially enables this feature as it does not support providing arguments to the macros given as...

codegen

## Description Adds utils/PackedStringLib.sol - a library for efficiently encoding strings that are

This PR adds support for NDX, which uses Compound-like governance contracts and a subgraph directly forked from the example in the readme. I had to make a small change to...

### Component Forge ### Describe the feature you would like It'd be nice if it was possible to specify returndata in `expectCall` and/or if it was provided in the `AccountAccess`...

T-feature

https://github.com/d1ll0n/solc-typed-ast/blob/type-maps/src/ast/postprocessing/structured_documentation_reconstruction.ts Currently all comments added to the yul code & file level functions in the codegen files get removed in the compile step, so there aren't many comments added and...

bug

example: ```solidity struct Data { uint256 a; uint256[] arr; } ``` ```solidity library DataPointers { function Data_a_pointer(MemoryPointer mPtr) internal pure returns (MemoryPointer aPtr) { aPtr = mPtr; } function Data_a_pointer(CalldataPointer...

good first issue