cove-backend icon indicating copy to clipboard operation
cove-backend copied to clipboard

bug: check constructor args handling for creation code

Open mds1 opened this issue 2 years ago • 0 comments

Using the following test data:

  • repo: https://github.com/ScopeLift/optimizoors-perpetual-protocol
  • commit: 4a5ab700bf2dfa9b8e95c5f1de6baaacfd00dcd2
  • address: 0xbf2870611603b2f02b8616e0fe65c60f7657a0f4
  • chains: Optimism 0x3de2ecd811ffc00e9d256e39a458e3f5a2e6cb4205e39677570fcd11c7f29a54

The only difference between the found and expected creation code is that the expected code has appended constructor arguments. This is expected, but this causes the verification match to change from Full to Partial, but that should only be affected by metadata hash

mds1 avatar Aug 07 '23 18:08 mds1