Content pfp
Content
@
0 reply
0 recast
0 reaction

albert pfp
albert
@thatguyintech
hey solidity devs wondering about proxy workflows when you're working with a proxy + implementation contract setup and you start building a new version of the implementation do you in-line update all your tests to point to the new implementation version? or make a new copy of tests?
1 reply
0 recast
4 reactions

alex pfp
alex
@alexgrover.eth
if the new version will be backwards compatible you can have your v2 tests inherit from the v1 test class. It kinda depends, I’ve done that as well as just duplicating and editing the existing tests
0 reply
0 recast
2 reactions