-
I don't think the `payable` modifier should be in a function that can be called by anyone.
It's like leaving that door open to the public to add a custom value to the proposal elected. I know in most…
-
I've been running into the scenario where I try to prove something which ends up taking a lot of time, (>15 minutes) and eat up a lot of memory. Sometimes the process ends with the following output:
…
-
I've spoken with dapphub guys to update the [dappsys-monolithic](https://github.com/dapphub/dappsys-monolithic.git) library to include error messages. This issue is to track that work as we should upd…
-
# Prerequisites
- [X] I checked to make sure that this issue has not already been filed
## Summary
ColonyNetwork is incompatible with OpenZeppelin v1.10 Mintable ERC20 token due to specifiaction …
-
When updating to 0.5.0 solc, the library breaks as it expects other compiler to be installed. `dapp init` initializes a new project considering the version of solc that is installed in the system.
…
-
Hi, I am trying to run through your get started tutorials, I have applied for your feedback videos, but cannot get very far due to this error:
```
{ Error: gas required exceeds allowance or always…
-
## Summary
Token contract doesn't follow the specification described in the ERC20 token standard.
## Steps to Reproduce (for bugs)
Execute the `mint` function from the Token.sol contract
## Ex…
-
Using version `0.4.15` which fixed https://github.com/sc-forks/solidity-coverage/issues/208 we are still getting the `TypeError: Event invocations have to be prefixed by "emit"` error. This is the cas…
-
Similar to #70
This is the tree for https://github.com/dapphub/ds-thing
```
tree -d
.
├── lib
│ ├── ds-auth
│ │ ├── lib
│ │ │ └── ds-test
│ │ │ └── src
│ │ └── s…
-
We are using [dappsys](https://dapp.tools/dappsys/) to develop our smart contracts.
The way it works is with git submodules, which contain smart contracts we like to depend on.
These dependency co…
travs updated
6 years ago