-
Notifications
You must be signed in to change notification settings - Fork 20
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
base: main
Are you sure you want to change the base?
Plex 131 evm capability #1174
Conversation
74f5a48
to
418d864
Compare
pkg/types/relayer.go
Outdated
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) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
30f7a8e
to
685072e
Compare
EVM Capability implementation in chainlink-evm
EVM Capability init and registration as non-standard capability to cap registry