Improve internal representation of `abi.DynamicArray`
Aperta
Team Scytale
- Lingua principale
- Python
- Stelle
- 288
- Fork
- 138
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Currently the internal representation of dynamic ABI arrays is the same as its encoded form.
This internal representation can be improved, especially when the element type is static and has length 1. In this situation, it's completely unnecessary to store the 2 byte length prefix that's part of the official encoding.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.