frangio / hardhat-exposed

Automatically expose internal Solidity functions for smart contract testing.
82 stars 13 forks source link

Expose internal variables #3

Closed devloper-eth closed 2 years ago

devloper-eth commented 2 years ago

Great hardhat plugin! It makes solidity unit testing within waffle/truffle much easier. ❤️

I updated the code to also expose internal variables. I never used the solidity-last lib before, so I hope I got it right. Would love to discuss.

devloper-eth commented 2 years ago

PR would need cleanup and refactoring. But curious to hear some thoughts and feedback.

frangio commented 2 years ago

Thanks for the initiative on this! Closing in favor of #6.

frangio commented 2 years ago

Published in the latest version!