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

Increase wallet provider method coverage #425

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

rileystephens28
Copy link
Member

Add support for eth_sendTransaction, wallet_requestPermissions, and wallet_getPermissions which allows for end to end wagmi development. This is possible because eth_sendTransaction simple provides tx data and requests that Pelagus serialize, sign, and broadcast the transaction. It is important to highlight that eth_sendTransaction is different than eth_sendRawTransaction in that it does not do any encoding or signing itself - eth_sendRawTransaction is explicitly unsupported.

Slight improvement to wallet provider injection logic

@rileystephens28 rileystephens28 merged commit 984b205 into 1.0 Dec 16, 2024
@rileystephens28 rileystephens28 deleted the increase-wallet-provider-method-converage branch December 16, 2024 19:01
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.

1 participant