add "deinit" functions to all ssz types which will use the sszFree fn
Open
- Dominant language
- Zig
- Stars
- 97
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
add "deinit" functions to all ssz types which will use the sszFree fn to be created in ssz lib in https://github.com/blockblaz/ssz.zig/issues/38
_Originally posted by @g11tech in https://github.com/blockblaz/zeam/pull/198#discussion_r2357787720_
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the SSZ types in zeam and the referenced ssz.zig issue #38 for the planned sszFree function. Identify every SSZ type that needs a deinit function, then verify that each deinit uses sszFree and that the affected types still clean up correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- zig
- Domain
- backend, blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100