omgnetwork / plasma-mvp

OmiseGO's research implementation of Minimal Viable Plasma
MIT License
561 stars 158 forks source link

Rename RLP => RLPDecode and remove tests #194

Closed smartcontracts closed 6 years ago

smartcontracts commented 6 years ago

Minor change of renaming RLP => RLPDecode.

More serious change of removing tests for RLPDecode. I don't think this is the right repository for those tests - probably better to have a separate repository like https://github.com/bakaoh/solidity-rlp-encode for RLPEncode.