Simple Summary
Remove the builtin RLPList function.
Motivation
My understanding is that this function was put in place for, and served a very specific purpose related to the ETH 2.0 deposit contract. With a specific version of Vyper forked, verified and frozen for said contract, I see no need to keep this function as a part of the language.
Specification
- Remove
RLPList from vyper/functions
- Remove the test cases
- Remove the section in the documentation
Backwards Compatibility
It is a breaking change, but I highly doubt it will affect any existing projects.
Copyright
Copyright and related rights waived via CC0
Simple Summary
Remove the builtin
RLPListfunction.Motivation
My understanding is that this function was put in place for, and served a very specific purpose related to the ETH 2.0 deposit contract. With a specific version of Vyper forked, verified and frozen for said contract, I see no need to keep this function as a part of the language.
Specification
RLPListfromvyper/functionsBackwards Compatibility
It is a breaking change, but I highly doubt it will affect any existing projects.
Copyright
Copyright and related rights waived via CC0