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

Extend transaction request to support the value of ethereum transaction data field directly. #132

Open
Chengxuan opened this issue Nov 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Chengxuan
Copy link
Contributor

In the current Transaction Manager API, it exposes most of the ethereum transaction fields apart from the input data: https://github.com/hyperledger/firefly-transaction-manager/blob/main/pkg/ffcapi/api.go#L231. the input data is constructed using the method and params inside the transaction manager logic. While this design satisfies the need of Firefly functionality, it creates friction for web3 developers to try out the Transaction Manager API with the raw eth transaction payload.

Therefore, to improve the flexibility of transaction manager, data fields should be added to the existing input transaction fields as an alternative to the existing fields.

@Chengxuan Chengxuan added the enhancement New feature or request label Nov 6, 2024
@Chengxuan Chengxuan changed the title Extend transaction request to support raw hash data Extend transaction request to support the value of ethereum transaction data field directly. Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant