chia-blockchain-gui icon indicating copy to clipboard operation
chia-blockchain-gui copied to clipboard

[Bug] resolve walletConnect payload issues

Open BrandtH22 opened this issue 4 months ago • 0 comments

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: https://github.com/Chia-Network/chia-blockchain-gui/pull/2506 https://github.com/Chia-Network/chia-blockchain/pull/18680

Version

na

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output or stacktrace

No response

BrandtH22 avatar Oct 16 '24 16:10 BrandtH22