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
[api] This release requires that no Origin value is passed in HTTP API requests. Electron based apps accessing the SDK will need to make sure that for POST requests that they remove the Origin from the header, see: electron/electron#7931 . When you want to use the API from web browser the SDK needs to have allowed_origin configuration value set to the host from which you want to access the API. (#2966)
DHT
[bug] fixed is_valid_public_ipv4 not working correctly when ipv6 is given as address (#2892) by endes123321
API
[improvement] add allowed_origin to config, by default no longer allow any requests which pass Origin in header (#2966) by jackrobison
Files
[improvement] more aggressive video transcoding to reduce file sizes (#2968) by tzarebczan
Wallet
[improvement] add transaction_cache_size to config (#2967) by jackrobison