coinbase / coinbase/cdp-sdk-python

Support for EIP712

未关闭
#98 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
95
派生
32
PR 合并指标
30 天内没有已合并 PR

描述

Hello,

I was reviewing the code and noticed that the wallet abstraction relies on the Web3 library. However, from what I understand, transaction broadcasting is currently handled through Coinbase endpoints.

I wanted to check whether it would be possible to integrate a signing method using [LocalAccount.sign_typed_data](https://eth-account.readthedocs.io/en/stable/eth_account.signers.html#eth_account.signers.local.LocalAccount.sign_typed_data) or [web3.eth.sign_typed_data](https://web3py.readthedocs.io/en/stable/web3.eth.html#web3.eth.Eth.sign_typed_data) for EIP-712 transactions. While I believe I could implement the signing process, I’m unsure how transaction submission would fit within the existing structure.

Is this something already planned or in progress? I'd appreciate any insights on whether this approach aligns with your architecture or if there are any blockers I should consider.

Thanks!

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。