FuelLabs/fuels-rs

Remove manual implementations of `AbiEncode`

Open

#1,260 opened on Jan 25, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (43,211 stars) (1,360 forks)batch import
blockedgood first issue

Description

In some of our sway test projects, we have added manual implementations of the AbiEncode trait. Remove those implementations once sway is able to auto-generate them.

sway's issue to track: https://github.com/FuelLabs/sway/issues/6860

Contributor guide