casper
casper copied to clipboard
Casper contract, and related software and tests
# Issue Vote messages must be less that or equal 1024 bytes, defined by the type in the `vote` method signature. When parsing the signature of the vote from the...
# Issue It is unclear how to build and deploy casper contract without digging into the testing infrastructure. # Propose Implementation Add clear instructions for compiling and initialization via `init`...
**Assumptions:** If we really want blockchain technology to replace fiat then we really need lightning network for cheap, near real-time transfers. If you buy a chocolate in a store you...
Recent Vyper update changed all .v.py to .vy files
When I run command "pytest tests", I get this errors: Traceback (most recent call last): File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 329, in _getconftestmodules return self._path2confmods[path] KeyError: local('/root/casper/tests') During handling of the above...
This code passed tests completely. I converted to Solidity for learning casper. I want to feed back to community.
# Issue PURITY_CHECKER and MSG_HASHER are currently deployed via previously sign txs in the testing framework. This is super opaque and makes it tough to test any changes to purity...
# Issue We don't currently handle this case. I started adding a bunch of specific logic for this case, but I think maybe we should just prevent a user from...
# Issue [Sig hasher](https://github.com/ethereum/casper/blob/master/casper/contracts/sighash.se.py) is currently written in the deprecated Serpent. We should stop relying on Serpent compiler. # Proposed implementation - Migrate current sig hasher from serpent to vyper...