Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prettify precompile smart contract calls #51

Open
k06a opened this issue Jun 12, 2023 · 1 comment
Open

Prettify precompile smart contract calls #51

k06a opened this issue Jun 12, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@k06a
Copy link
Contributor

k06a commented Jun 12, 2023

This seems not very pretty:

[CALL] UnknownContractAndFunction(to: 0x0000000000000000000000000000000000000004, input: 0xa9059cbb, ret: 0xa9059cbb)

Would prefer to have something like this:

[CALL] Precompiles.identity(input: 0xa9059cbb) => (0xa9059cbb)

Here is list of precompiles:
https://www.evm.codes/precompiled

@zemse zemse added the enhancement New feature or request label Jun 12, 2023
@zemse zemse self-assigned this Jun 12, 2023
@zemse
Copy link
Owner

zemse commented Jun 13, 2023

Some support for some precompiles just added in 2.4.0, can you try that out? I'll add for modexp and some more precompiles later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants