Skip to content

Releases: mysteriumnetwork/node

0.31.0-rc3

23 Apr 10:52
8f4d5f1
Compare
Choose a tag to compare
0.31.0-rc3 Pre-release
Pre-release
Update webui to the latest version

0.31.0-rc2

17 Apr 11:55
9314625
Compare
Choose a tag to compare
0.31.0-rc2 Pre-release
Pre-release

Fixed OpenVPN on mobile to use real go-openvpn module instead of mock.

0.31.0-rc1

17 Apr 10:45
27ce917
Compare
Choose a tag to compare
0.31.0-rc1 Pre-release
Pre-release

Don't test this RC, it was created from master branch.

0.31.0-rc0

16 Apr 13:25
9d7929c
Compare
Choose a tag to compare
0.31.0-rc0 Pre-release
Pre-release

0.31.0-rc0 (2020-04-16)

Full Changelog

Implemented enhancements:

  • Session destroy from provider side on shutdown #2032
  • P2P: Determine consumer port changes #2021
  • P2P: Use proposals Contact when connecting to provider #2011
  • P2P: Add send auto retry logic #1930

Fixed bugs:

  • [urgent question] was myst signed? #2069
  • Failed to topup consumer balance #2048
  • Connection disconnect / cancel is not reliable #2024
  • Nat pinger is not cancellable #2018
  • P2P: Add upnp for peer listener #2017
  • P2P: keep alive continues after session termination #1974
  • P2P: Provider channel may not be closed is some cases #1968
  • Bandwidth limit seems to work only for OpenVPN, but does not work for Wireguard #1956
  • getting session balance timeouts randomly #1944
  • Flaky tests: accountant_promise_settler #1928
  • Whitelisting randomly changed #1917
  • Enable wireguard traffic shaper #2054 (soffokl)
  • Reconnect payments client on connect/disconnect. #2049 (soffokl)
  • Fix panic in boltdb on golang 1.14.2 #2047 (soffokl)
  • Fix CLI session status duration output in seconds #2046 (soffokl)

Closed issues:

  • [Test] 0.30.0-rc1 node version with cli #2028
  • Providers should be able to change price #1962
  • Expose spent tokens amount for the current session #1958
  • Desktop app should not run in provider mode #1939
  • Account and topups management in desktop application #1880
  • Show active session stats #1873
  • Send session earnings data into monitoring #1779
  • e2e tests: add accountant, test payment flow #1330

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

0.30.0-rc1

06 Apr 13:50
dc03042
Compare
Choose a tag to compare
0.30.0-rc1 Pre-release
Pre-release

0.32.0-rc0 (2020-05-06)

Full Changelog

Fixed bugs:

  • Fix leaking goroutines in NAT pinger #2160 (soffokl)
  • Stop sending proposal pings on service stop #2144 (soffokl)
  • Send successful NAT traversal event for p2p connection #2135 (soffokl)
  • Try to recover grand total promised if it's not found #2095 (soffokl)
  • Fix the OpenVPN price setting flag description #2090 (soffokl)

Merged pull requests:

0.30.0-rc0

02 Apr 07:36
37a2ded
Compare
Choose a tag to compare
0.30.0-rc0 Pre-release
Pre-release

0.30.0-rc0 (2020-04-02)

Full Changelog

Implemented enhancements:

  • P2P: Log received messages #1949
  • Make incoming firewall with ipset tool optional #1955 (soffokl)
  • Disable port mapping for routers with a private IP #1890 (soffokl)
  • Allow to open multiple connections via NAT hole punching #1887 (soffokl)
  • Be more tolerant for asymmetric port mapping in NAT hole punching #1817 (soffokl)

Fixed bugs:

  • P2P: Exlude p2p from VPN tunnel on mobile #1985
  • cli status command takes forever to finish when connected #1982
  • Flaky test: p2p dialer test #1981
  • P2P: Node crashes after receives session connectivity status #1979
  • P2P: Consumer side payment message is not registered #1969
  • P2P: Session destroy failed #1967
  • P2P: Consumer should not create dialog if p2p was established #1966
  • Android app crash with nil pointer dereference in AccountantPromiseSettler #1952
  • Wrong error message while trying to connect with unlocked identity #1945
  • Consumer daemon dies with fatal exit #1943
  • payments: time component overflow #1942
  • P2P: Create provider channel for each service type. #1933
  • P2P: Fix nat hole punching #1931
  • Flaky tests: brokerdiscovery #1927
  • Any version greater than 0.21.1 fails to load using Docker #1877
  • Proxy consumer OpenVPN for mobile #1988 (soffokl)
  • Use session ID for session instead of service ID #1977 (soffokl)
  • Do not create Dialog when P2P communication available #1975 (soffokl)
  • Send traversal event on router IP detection fail #1918 (soffokl)
  • Fix backward compatibility with previous NAT hole punching #1823 (soffokl)

Closed issues:

  • Don't give service if consumer don't have balance #1963
  • P2P: Enable channel on consumer / provider sides #1932
  • Implement session creation over p2p channel #1897
  • Exchange p2p channel creation params via broker #1888
  • Make accurate way of consumers balance calculation #1869
  • Dissable old leaderboard #1863
  • Migrate payments messaging into p2p channel #1858
  • Implement disconnect over p2p channel #1857
  • Add authentication into p2p session #1855
  • Add "quick" for reliability during p2p communication #1854
  • Disable port-mapping if more than one NAT router detected #1850
  • Event-stream API for consumer state #1844
  • migrate minio s3 from tiklis to hetzner #1839
  • Show new payout data in identity dashbard #1776
  • Add into node and WebUI to show how much node has earned in total #1731
  • Rework balance calculations after topup #1724
  • Validate promise from accountant, don’t trust blindly #1721
  • Update JavaScript library (JS SDK) #1703
  • Update documentation for docker #1694
  • Disable MYSQL scheduler on discovery api #1596
  • Reveal R mechanism #1585

Merged pull requests:

Read more

0.22.5

17 Mar 08:34
23c656f
Compare
Choose a tag to compare

Calculate upper bound based on session duration and avg speed

0.22.4

16 Mar 09:16
74a8a70
Compare
Choose a tag to compare

Services emit stats every second
Add 20MB of leeway for consumer

0.22.3

13 Mar 15:54
763eeca
Compare
Choose a tag to compare
Return actual pointer to policy items not a copy

0.22.2

10 Mar 12:48
991702b
Compare
Choose a tag to compare
Merge pull request #1860 from mysteriumnetwork/bugfix/stale-balance-d…