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

[Bug] resolve walletConnect payload issues #2515

Open
BrandtH22 opened this issue Oct 16, 2024 · 0 comments
Open

[Bug] resolve walletConnect payload issues #2515

BrandtH22 opened this issue Oct 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@BrandtH22
Copy link
Contributor

What happened?

either add pagination to all calls or add flags similar to offer_only on the create_offer_for_ids call

  • issue is that the full trade_record is passed in the rpc calls and walletConnect passes this same data. Since the number of tokens involved in a command effects the size of the trade record it becomes very easy to exceed the walletConnect payload sizes.

Here is an example fix for the create_offer_for_ids endpoint:
#2506
Chia-Network/chia-blockchain#18680

Version

na

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output or stacktrace

No response

@BrandtH22 BrandtH22 added the bug Something isn't working label Oct 16, 2024
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

No branches or pull requests

2 participants