Nicolás Venturo
Nicolás Venturo
I'm trying to get `chai-as-promised` working with `chai-bignumber`, and run into the same issue described in #70: if I call `chai.use(require('chai-as-promised'))` on both files, the test suite breaks, but everything...
Solidity currently performs bounds checks on array access, asserting that the index is smaller than the lenght of the array. In some scenarios, this check can be skipped by the...
WIP as this isn't even the final version.
This should not be used in production, it is just a test deployment for subgraph and front end development purposes.
This isn't much more than a contract that goes over all gauges and checkpoints them. Since there's no registry of gauges anywhere, we'd need to keep one in this checkpointer,...
ChildChainStreamers need to be poked by the distributor once they receive tokens. This action is permissioned as starting a new distribution before the previous one finishes causes for undistributed tokens...