FabijanC
FabijanC
What would be the advantages of having starkscan verification integrated into the plugin, compared to using the official CLI tool (https://github.com/starkscan/starkscan-verifier)
It should be noted that we already have this feature for Voyager. I don't know if the API is up to date (because it's included in alpha-goerli tests which we...
Also note, the content of the `contract_abi.json` is a property of the object in `contract.json`. Perhaps this can be taken into account when addressing this issue.
@robinstraub Sorry for the delay in replying. I don't understand how removing abiPath would allow users to load contracts only with ABI. Shouldn't it be the other json artifact that...
Currently there are two approaches to solving this: ## 1. Creating and deploying in the same script You need to wait between these two steps. This can be achieved in...
The question remains how we want to treat this long-term: 1) Keep the above described method as the recommended way. 2) Introduce an input parameter to `getAccountFromAddress` indicating whether the...
@TsBauer > We've implemented a Cairo v0.11 proxy which uses `replace_class` to make the proxy itself upgradable to Cairo 1.0. When you say you've implemented it, do you mean that...
@TsBauer > We reused the OpenZeppelin proxy and merely added an `upgrade` function which allows to upgrade the proxy itself with the `replace_class` syscall. Surely OpenZeppelin isn't already working on...
Would make sense for ContractAddress, ClassHash and EthAddress. But this would be a breaking change.
Relevant: https://github.com/PhilippeR26/Account-Abstraction-for-Starknet-Hardhat