-
See the markdown file with the details of this report [here](https://github.com/code-423n4/2023-01-ondo-findings/blob/main/data/chaduke-G.md).
-
In my quest to get a working devnet deployment of Maker, I have created the following deployment script (`deploy_mock.ds`):
```
var mock_registry = new MakerUserMockRegistry()
export mock_registry
va…
-
I think this came with the `tmp` copying in the `new` command.
```
> stat /tmp
File: '/tmp'
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 10305h/66309d Inode: 7864321…
phyro updated
6 years ago
-
`Populus` is a smart contract development framework for the Ethereum blockchain. (http://populus.readthedocs.io/en/latest/quickstart.html#installation)
**Debian, Ubuntu:**
```
sudo apt-get instal…
ebloc updated
6 years ago
-
**Description**
Solium reports fatal error on abi.decode with dynamic type
**Steps to reproduce**
Using the following solidity file:
```
pragma solidity 0.5.7;
pragma experimental "ABIEnco…
-
Reported by @abcoathup. Storage layout errors are thrown when running create on the new version on the contract, instead on upgrading. Steps to reproduce:
Run `npx oz create A`
```
pragma solidit…
-
-
hello
当我执行tronbox compile 的时候 报错:
(node:51442) UnhandledPromiseRejectionWarning: Error: connect ECONNREFUSED 127.0.0.1:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16)
…
-
I am trying to execute a transaction in which a contract function transfers ether to another contract, thus invoking the other contract's fallback function:
```
function() external payable {
re…
-
Let's say we have an ERC20Votes contract. [This contract contains 3 consecutive slots dedicated to the voting logic](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/…