You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
several improvements to the caching logic to optimize the cache from growing indefinitely and optimize the memory footprint and the overall performance - #2
new logic to resolve identifiers inherited from other contracts, and imported source units (structs and enums) - #2
new logic needed to compute function signatures from a function definition node in the AST - #2