Skip to content

Plex 131 evm capability #1174

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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Plex 131 evm capability #1174

wants to merge 5 commits into from

Conversation

ilija42
Copy link
Contributor

@ilija42 ilija42 commented May 5, 2025

@ilija42 ilija42 force-pushed the PLEX-131-evm-capability branch from 74f5a48 to 418d864 Compare May 5, 2025 11:46
Base automatically changed from BCFR-1330 to main May 9, 2025 15:53
GetLogs(ctx context.Context, filterQuery evm.FilterQuery) ([]*evm.Log, error)
BalanceAt(ctx context.Context, account evm.Address, blockNumber *big.Int) (*big.Int, error)
EstimateGas(ctx context.Context, call *evm.CallMsg) (uint64, error)
TransactionByHash(ctx context.Context, hash evm.Hash) (*evm.Transaction, error)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can a user obtain the transaction hash to use this method?
Shouldn't it be TransactionByIdempotencyKey?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method isn't related to txm, its just a regular tx by hash call

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

Successfully merging this pull request may close these issues.

2 participants