Consensys / surya

A set of utilities for exploring Solidity contracts
Apache License 2.0
1.06k stars 118 forks source link

Feat/correctly handle dependencies in super call #192

Closed GNSPS closed 9 months ago

GNSPS commented 9 months ago

Change in the way to decode "super" method usage. Fixes cases where the inheritance was being mishandled where contracts have multiple inheritance.

Fixes #189.