-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring
dyn-abi
to performance parity with ethabi (#144)
* fix: dyn token lifetime * feat: tokenize for dyn sol value * fix: apples to apples in bench * feat: move encoding over to the value type * refactor: remove tokenize from type * refactor: cow and delete todo fn * refactor: template unused in tokenization * feat: move encoding to the value type * refactor: remove encoding from token * fix: apples to oranges in encode single * fix: remove dbg * opt: encode_sequence takes token slice * fix: remove broken sol_type_name * feat: type matches, and derive type and name where possible
- Loading branch information
Showing
6 changed files
with
410 additions
and
334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.