0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust1,360 forks (1,360 forks)batch import
blockedgood first issue
Repository metrics
- Stars
- 43,211 stars (43,211 stars)
- PR merge metrics
- Avg merge 17d (Avg merge 17d)1 merged PR in 30d (1 merged PR in 30d)
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
- Research direction
- Monitor the progress of sway issue #6860 and when auto generation of AbiEncode is implemented, locate and remove the manual implementations in sway test projects, ensuring all tests pass.
- Tech stack
- rust
- Domain
- backend
- Issue type
- Refactor
- Prerequisites
- Rust