accounts/abi: Better Array/Slice Handling#14664
Conversation
50784b8 to
50ee5a2
Compare
|
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
2 similar comments
|
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
|
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
…etup easier and more intuitive. Signed-off-by: RJ Catalano <rj@monax.io> accounts/abi: fixup to clean this up. Signed-off-by: RJ Catalano <rj@monax.io>
…eger types Signed-off-by: RJ Catalano <rj@monax.io>
Signed-off-by: RJ Catalano <rj@monax.io>
…rrays/slices work now type creation wise. Signed-off-by: RJ Catalano <rj@monax.io>
Signed-off-by: RJ Catalano <rj@monax.io>
…cide how to design this Signed-off-by: RJ Catalano <rj@monax.io>
Signed-off-by: RJ Catalano <rj@monax.io>
Signed-off-by: RJ Catalano <rj@monax.io>
… we're going for Signed-off-by: RJ Catalano <rj@monax.io>
Signed-off-by: RJ Catalano <rj@monax.io>
|
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
Signed-off-by: RJ Catalano <rj@monax.io>
d9c0b48 to
ed645a3
Compare
|
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
|
This is contained in #14743 |
Eliminates entire switch case that was not only ugly as sin, but inefficient to boot.
Adds a new test function that should be exclusively for handling slices and arrays.
changes the name of ubig_t (and type) to something a bit more useful (derefbig_t...open to suggestions on a name change).
todo: Add more tests for every type (might be here, might be in a later PR, depends). As it stands, it currently passes.
REQUIRES #14610