Alexandria now has the sol_abi library, which provides a similar DevEx to Solidity for bytes encoding/decoding.
It would be helpful to change our append_X calls throughout the code to encode_packed calls. This would make future development more accessible and maybe provide some insight into the new sol_abi traits.
Alexandria
now has thesol_abi
library, which provides a similar DevEx to Solidity for bytes encoding/decoding. It would be helpful to change ourappend_X
calls throughout the code toencode_packed
calls. This would make future development more accessible and maybe provide some insight into the newsol_abi
traits.References