plasma-mvp-vyper icon indicating copy to clipboard operation
plasma-mvp-vyper copied to clipboard

Implementation of Minimal Viable Plasma in Vyper

Results 5 plasma-mvp-vyper issues
Sort by recently updated
recently updated
newest added

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

First off, congrats on the Vyper plasma chain! I read in [your article](https://medium.com/layerx/plasma-mvp-implementation-in-vyper-5a3850e5b1b) there is some trouble with Truffle testing, as well as vyper-develop. I would highly recommend taking a...

enhancement

`requirement.txt` ? https://pypi.org/project/vyper/

enhancement

- [ ] Vyper's RLPList() `revert` when it received encoded message includes `0x80` - [ ] web3.js's RLP library encode `0` to `0x80` not `0x00`

bug