-
Notifications
You must be signed in to change notification settings - Fork 58
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
Move custom RPC methods not covered in an EIP like wallet_sendTransaction
to an odyssey_
prefixed namespace
#50
Labels
D-good-first-issue
Good for newcomers
Comments
Merged
5 tasks
zerosnacks
changed the title
Move custom APIs like
Move custom RPC methods not covered the EIP like Oct 17, 2024
wallet_sendTransaction
to an odyssey_
prefixed namespacewallet_sendTransaction
to an odyssey_
prefixed namespace
zerosnacks
changed the title
Move custom RPC methods not covered the EIP like
Move custom RPC methods not covered in an EIP like Oct 17, 2024
wallet_sendTransaction
to an odyssey_
prefixed namespacewallet_sendTransaction
to an odyssey_
prefixed namespace
Hi ,please can i take on this ? |
i think the task is already in progress by @rkdud007 |
Can I be assigned to another issue in its stead ? |
onbjerg
pushed a commit
that referenced
this issue
Oct 23, 2024
resolving #50 `wallet_sendTransaction` to `wallet_odyssey_sendTransaction` note: personally fan of `<namespace>_odyssey_*` as this contains eip's suggestion `wallet_sendTransaction` edit: q. saw foundry PR have alias `odyssey_sendTransaction` maybe i should match into the one?
Closed in #56 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It may make sense to put Odyssey specific experimental methods first into an
odyssey_*
or<namespace>_odyssey_*
prefixed namespace and then at a later point contribute to the EIP or draft a complementary EIP to introduce it in general namespaces likewallet_
.Example:
wallet_sendTransaction
is currently not part of the EIP-5792 specThe text was updated successfully, but these errors were encountered: