ABI packed encoding.
Open
comp: compiler
- Dominant language
- Rust
- Stars
- 1.7k
- Forks
- 218
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 6
Description
### What is wrong?
We do not support [ABI packed encoding](https://docs.soliditylang.org/en/latest/abi-spec.html#non-standard-packed-mode).
### How can it be fixed
We should support it and expose it to the user via `my_val.abi_packed_encode()`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Solidity ABI specification's non-standard packed mode, then determine how the requested `my_val.abi_packed_encode()` entry point should expose it. Done means packed encoding is supported and available through that API, with behavior matching the specification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, solidity
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100