Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Problem: missing json rpc for eth_fillTransaction #681

Closed
adu-web3 opened this issue Oct 18, 2021 · 3 comments
Closed

Problem: missing json rpc for eth_fillTransaction #681

adu-web3 opened this issue Oct 18, 2021 · 3 comments
Assignees

Comments

@adu-web3
Copy link
Contributor

Proposal: [Description of the feature]
add json rpc for eth_fillTransaction
Current behavior: [What currently happens]

Desired behavior: [What you would like to happen]

Use case: [Why is this important (helps with prioritizing requests)]

Requests may be closed if we're not actively planning to work on them.

@leejw51crypto
Copy link
Contributor

please, refer to go-ethereum:

func (s *PublicTransactionPoolAPI) FillTransaction(ctx context.Context, args TransactionArgs) (*SignTransactionResult, error) {

@adu-web3
Copy link
Contributor Author

I compared the source code of geth and ethermint on this function , and it seems that function in ethermint is compatible with the one in geth @leejw51crypto

@adu-web3
Copy link
Contributor Author

no more work on this since the function eth_fillTransaction is completely compatible with the original one in geth
And @leejw51crypto has inspected and agreed on this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants