-
### Pull Request
https://github.com/ethereum/ERCs/commit/3344c58209905fb15a95c3990a48af80282bd837
### What happened?
In ERC-223 `tokenReceived`'s description reads: "It works by analogy with the fa…
-
We have `bitcoin-spv-sol` and `bitcoin-spv-js` npm packages.
right now, the solidity only provides the contracts. It would be nice to take utilities we've made for JS (e.g. proof (de)serialization)…
-
## Loss Of Precision
This issue is about arithmetic computation that could have been done more percise.
The following are places in the codebase in which you multiplied after the divisions.
Doing …
-
I am trying to build a docker image by running `docker build -t compound-protocol .` on Mac but it gives me below error. Can I get some advice about how to fix this issue?
```
=> => transferring c…
-
```
pragma solidity ^0.5.0;
contract test {
function g() public returns (uint) {
return block.timestamp;
}
}
-----------------
test::[implicit_constructor]: OK
te…
-
## Summary
### Low Risk Issues List
| Number |Issues Details|Context|
|:----:|:-------|:--:|
|[L-01]| There is no 0 check for very critical addresses in the constructor| 3 |
|[L-02]| Very critical `o…
-
### Problem
You can't easily create proofs from solidity atm.
### Happy Case
You can generate proofs from a Solidity contract. Useful for testing. Basically do [this](https://twitter.com/exp_table/…
-
With Solidity 0.8.0, all math is safe by default.
Since the coming changes constitute redeploying the contract (duh), update the version
- [x] Add PERA textart
- [x] Update solidity pragma
…
-
**Github username:** @mgf15
**Twitter username:** --
**Submission hash (on-chain):** 0x5be0f1346b2fd9422447b2e4d8d1665a6599f0a703d5372f1c84d12243f62adc
**Severity:** low
**Description:**
**Descripti…
-
After much debugging trying to get the `tenderly:verify` function to work I've realized that these libraries are incompatible. I kept getting the error:
```Error: There are multiple definitions of …