Declare the common Types.sol as a library.
Open
discuss
- Dominant language
- Go
- Stars
- 164
- Forks
- 213
- Avg merge
- 3d 58m
- Merged PRs (30d)
- 12
Description
I think it would be a great help to Solidity DApp engineers if all cosmos/evm precompile contracts were deploy into a library and uploaded to npm or similar package manager.
Currently, other interfaces are fine, but there's a slight issue with common's `Types.sol`. It's not possible to package the structure, but using a format like `library Types {` allows for packaging.
Contributor guide
Assessment
This issue has not been assessed yet.