keep-starknet-strange / blobstream-starknet

Celestia -> Starknet bridge
https://blobstream-stark.net
MIT License
46 stars 28 forks source link

[dev] Use Alexandria's sol_abi Traits #125

Closed b-j-roberts closed 8 months ago

b-j-roberts commented 8 months ago

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.

References

thomas192 commented 8 months ago

Hey, may I take it ?