-
`initiateBridgeTransfer` is consuming around 400k units of gas, this is far too high for what the function is doing.
There could be several culprits, the struct and its size (fields). The way we o…
-
Soroban protocol 21 did not support constructors (functions exposed by the contract, which the Vm calls upon contract deployment).
That means that a developer would have to call `init` manually from …
-
### 🐛 Bug Report for hardaht-zksync plugins
#### 💥 Plugin name
"@matterlabs/hardhat-zksync-verify": "^0.1.8",
#### 📝 Description
I can't verify the contracts after deploy.
Although before (…
-
We need to know if any of these contracts need to be translated to Move and included in our genesis process. They will be needed if they provide functionality which we also need.
-
The DKG ceremony would still be coordinated by a dedicated Solidity smart contract. Provide a simple CLI interface to interact with the smart contract.
-
* Testing and production contracts are in the same directory. It should be separated.
* Interfaces should have their own files.
* Dependencies should be installed with forge and not copy/paste
* im…
-
## Feature Request
After the #97 and #99 tasks, you will generate a Proof Validator Solidity contract using the following command:
`snarkjs zkey export solidityverifier circuits/build/proving_key.zkey…
-
## Description
Namespace contract Solidity call Dual VM.
We have an issue with felt252 conversion in Solidity to a uint256 calldata.
We need to fix this issue to finish the test for the claim d…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xe3be8a452e8b4b82cf5101e58fe647c0421f096881958eecafa7f8d510669d51
**Severity:** low
**Description:**
**Description**…
-
## Description
When Mythril tries to guess a suitable Solidity version, it searches for the first `pragma solidity` directive. The heuristics employed do not pay attention to whether the directive …