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

Add optional kwargs to SEND_TRANSACTION messages #693

Closed
0xArdi opened this issue Nov 20, 2023 · 0 comments · Fixed by #695
Closed

Add optional kwargs to SEND_TRANSACTION messages #693

0xArdi opened this issue Nov 20, 2023 · 0 comments · Fixed by #695
Labels
bug Something isn't working

Comments

@0xArdi
Copy link
Collaborator

0xArdi commented Nov 20, 2023

The ledger connection expects that ledger messages contain a kwargs field:
https://github.com/valory-xyz/open-aea/blob/main/packages/valory/connections/ledger/ledger_dispatcher.py#L473

SignedTransaction doesnt have a kwargs field. https://github.com/valory-xyz/open-aea/blob/main/aea/helpers/transaction/base.py#L219

@DavidMinarsch DavidMinarsch added the bug Something isn't working label Nov 21, 2023
angrybayblade added a commit that referenced this issue Jan 4, 2024
Add kwargs field to `SignedTransaction`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants