vault713 / wallet713

A wallet that makes it easy to send, store, and swap Grin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refreshing wallet outputs produces very long URIs

NotMrPotter opened this issue · comments

During output refreshes, wallet713 currently queries a Grin node up to 200 IDs at a time via. HTTP GET. This can be problematic with proxies or load balancers (i.e. nginx) in the mix, due to the extreme length of the query's URI.

If you're open to it, I would like to offer a small PR that restricts these queries down to a generally safe sub-8KB maximum.

Hi @NotMrPotter, thanks for flagging this and for offering to help! If you submit a PR for this fix in the near future, we'll merge it.

Fixed in #165