-
(Note: initial draft from Cat, not James)
think this would be an awesome resource
1. solidity-by-example dao contract -> private voting in aztec.nr
2. Patrick Collins smart contract
@catmcg…
jzaki updated
1 month ago
-
Mocks multiple call to an address, returning specified data for each call. Calldata can either be strict or a partial match, e.g. if you only pass a Solidity selector to the expected calldata, then th…
-
## Describe the bug
There is a potential bug in the bridge contracts related to the `lockBridgeTransfer` function on the counterparty side. The counterparty must hash the `bridgeTransferId` component…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x315dfb2fb8554c58ecec1d74ffae951070be39a601b3437de3771055dede0184
**Severity:** low
**Description:**
**Description**…
-
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.
-
canto use 1.10.26 version ethereum, which not include the new feature in shanghai upgrade.
https://docs.soliditylang.org/en/v0.8.20/using-the-compiler.html?color=dark#setting-the-evm-version-to-targe…
-
## Description
- [ ] Benchmark against other models to validate improvement
- [ ] It's possible we need to create a benchmark
-
### Description
Make LLM to program in Solidity, look for ways to collect data and then train it to create a model that is good enough to do its task, not to mention a small model that can run locall…
-
- ERC20
- ERC2771
- upgradablePlugins
- utils
- overview.md
![Image](https://github.com/user-attachments/assets/0566f1b8-cdce-458d-8e28-d5878b27393c)
> `type information`을 포함하여 구조를 flatten하게, 그…
ooMia updated
3 months ago
-
No matter what program I run, this error always occurs.
My solidity:
```solidity
contract C {
function f() public pure returns (uint r1)
{
uint8 a=0;
r1=a+20;
}
}
…