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

feat: impl wallet_ namespace #129

Merged
merged 1 commit into from
Oct 8, 2024
Merged

feat: impl wallet_ namespace #129

merged 1 commit into from
Oct 8, 2024

Conversation

onbjerg
Copy link
Member

@onbjerg onbjerg commented Oct 4, 2024

Implements the wallet_ methods outlined in #126

To enable the namespace, an environment variable with a secret key used to sponsor the transactions must be set, EXP1_SK. Additionally, a comma-delimited list of checksummed addresses for valid delegation contracts must also be provided, EXP1_WHITELIST.

Closes #131, closes #132

@onbjerg onbjerg added the C-enhancement New feature or request label Oct 4, 2024
crates/wallet/src/lib.rs Outdated Show resolved Hide resolved
crates/wallet/src/lib.rs Outdated Show resolved Hide resolved
crates/wallet/src/lib.rs Outdated Show resolved Hide resolved
Base automatically changed from onbjerg/wallet-rpc to main October 4, 2024 14:08
crates/wallet/src/lib.rs Outdated Show resolved Hide resolved
@onbjerg onbjerg force-pushed the onbjerg/wallet-rpc-impl branch 7 times, most recently from ab376eb to 5b7da3f Compare October 8, 2024 01:40
@onbjerg onbjerg marked this pull request as ready for review October 8, 2024 01:44
@@ -80,6 +80,9 @@ reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "78426
] }
reth-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "7842673" }
reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", rev = "7842673" }
reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "7842673", features = [
"optimism",
Copy link
Contributor

Choose a reason for hiding this comment

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

this can be removed with latest reth

crates/wallet/src/lib.rs Outdated Show resolved Hide resolved
crates/wallet/src/lib.rs Outdated Show resolved Hide resolved
@onbjerg onbjerg force-pushed the onbjerg/wallet-rpc-impl branch 2 times, most recently from 21a9103 to 9744e59 Compare October 8, 2024 12:34
@onbjerg onbjerg requested a review from mattsse October 8, 2024 12:44
crates/wallet/src/lib.rs Outdated Show resolved Hide resolved
@onbjerg onbjerg merged commit 90c5baf into main Oct 8, 2024
13 checks passed
@onbjerg onbjerg deleted the onbjerg/wallet-rpc-impl branch October 8, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement wallet_getCapabilities Implement wallet_sendTransaction
2 participants