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
Today, when a user deploy a contract with an abi_path, and then deploy a new contract without it, the method EthClient.Context.contract returns a map of functions related with the first contract deployed (the one who has an ABI).
We have to fix it to be consistent with actual contract functions
The text was updated successfully, but these errors were encountered:
Today, when a user deploy a contract with an abi_path, and then deploy a new contract without it, the method
EthClient.Context.contract
returns a map of functions related with the first contract deployed (the one who has an ABI).We have to fix it to be consistent with actual contract functions
The text was updated successfully, but these errors were encountered: