You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTTP response shown won't include the Content-Encoding: gzip header and isn't gzip compressed since the grinnode.live node doesn't currently support this feature.
Several Grin wallets, including the version of Ledger Live Desktop & Mobile with Grin support and the Grin version of the MimbleWimble Coin web wallet, are capable of processing gzip compressed HTTP responses and use the grinnode.live node as their default Grin mainnet node.
Adding support for gzip compressing the grinnode.live node's HTTP responses will reduce syncing times and data usage for the users of those wallets.
You can test this feature by running the following command.
The HTTP request shown will include the
Accept-Encoding: gzip
header which indicates that the client supports a gzip compressed response.The HTTP response shown won't include the
Content-Encoding: gzip
header and isn't gzip compressed since the grinnode.live node doesn't currently support this feature.The text was updated successfully, but these errors were encountered: