Skip to content

Commit

Permalink
release for (#3365)
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Nov 2, 2024
1 parent bd67b1b commit 36b6345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/abigen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func init() {

5. Golang native `sol-merger`. Currently, this package relies on [`sol-merger`](https://github.com/RyuuGan/sol-merger). This package handles C3 linearization (removing duplicate abstracts, etc) and dependency resolution in the way that go native solidity flatteners (e.g. [flattener](https://github.com/DaveAppleton/SolidityFlattery/blob/master/flat.go)) don't yet. It'd be nice to be able to do this in `abigen` so we could skip the merge step.
6. Consider generating a `doc.go` if one doesn't exist documenting the package
7. Better vyper support
7. Better [vyper](https://vyperlang.org/) support
### Note on macOS and Rosetta
Expand Down

0 comments on commit 36b6345

Please sign in to comment.