ApeWorX / ape-etherscan

Etherscan explorer plugin using EVM-based networks for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
21 stars 25 forks source link

Testcase failed due to the code upgrades from ape-solidity plugin [APE-1585] #107

Closed BlockGeeks0x01 closed 5 months ago

BlockGeeks0x01 commented 7 months ago

Environment information

$ ape --version
0.6.26

$ ape plugins list
Installed Plugins
  alchemy          0.6.5
  arbitrum         0.6.6
  base             0.6.3
  bsc              0.6.3
  ens              0.6.2
  etherscan        0.6.10
  fantom           0.6.3
  foundry          0.6.19
  hardhat          0.6.13
  infura           0.6.5
  optimism         0.6.6
  polygon          0.6.7
  polygon-zkevm    0.6.1
  solidity         0.6.11
  template         0.6.1
  tokens           0.6.4
  vyper            0.6.13

Third-party Plugins
  core             0.1.dev18+g881d90e.d20231205

What went wrong?

Please include information like:

How can it be fixed?

maybe should convert the type of version variable from semantic_version.Version to packaging.version.Version

antazoey commented 5 months ago

got done