rlp
rlp copied to clipboard
Recursive Length Prefix Encoding in PHP.
Results
3
rlp issues
Sort by
recently updated
recently updated
newest added
Whe using to 0x00 prefixed addresses it'll return following error from GETH. rlp: input string too short for common.Address, decoding into (types.DynamicFeeTx).To I think that's the reason of recently introduced...
bug
When you call the public function `rlp->decode` it internally calls `decodeData`. `decodeData` returns an array of the first byte `'data' => $firstByte` and the rest of the data `'remainder' =>...