-
Find a linter or look up some best practices for Solidity contracts and apply them to the deposit contract.
Lets do things that are reasonable, but skip any 'best practices' that we think are silly…
-
`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…
-
Some contracts in our repository (e.g., [MIPS64.sol](https://github.com/ethereum-optimism/optimism/blob/4f8e9b519c9d10535d438cfe617f3f014df12d01/packages/contracts-bedrock/src/cannon/MIPS64.sol)) are …
Inphi updated
21 hours ago
-
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 …
-
Contracts using the @chainlink dependency are failing to compile using the ZKsync plugin on Remix.
Steps to reproduce:
1. Paste the following code into a `Receiver.sol` file:
```solidity
// SPDX…
-
### 🐛 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 (…
-
**Describe the bug**
变量类型错误导致函数调用失败.
但是我的变量名已经核实过好几遍了,每次跑完还是会报这个错误
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add sc…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (27cabbd 2024-11-29T00:28:06.641192000…
-
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.
-
Hi Gigahorse devs,
Thanks for releasing this tool, it is a fantastic tool and it looks like you've put quite a lot of work into it! I am trying to use it for a project, but I'm having some trouble …