Skip to content

Releases: mysteriumnetwork/node

0.33.0-rc0

27 May 08:32
faeba69
Compare
Choose a tag to compare
0.33.0-rc0 Pre-release
Pre-release

Changelog

0.33.0-rc0 (2020-05-27)

Full Changelog

Implemented enhancements:

  • Dump firewall and routing table state to logs #1670
  • Log detailed network information to Trace level #2293 (soffokl)
  • Clear stale consumer sessions on new connect #2285 (soffokl)
  • Send signed metrics & Replace startup event by identity unlock event #2248 (soffokl)
  • Allow to set beneficiary address #2120 (soffokl)

Fixed bugs:

  • Ethereum client fails to reconnect after the session disconnect. #2282
  • Providers' graph stopped showing earnings #2273
  • RegistrationError after connecting to a provider #2268
  • Inaccuracy in token earnings calculation #2255
  • Memory leak in BrokerConnector ReconnectALL #2249
  • Flaky test: Data race state Keeper #2197
  • Allow only one active session from consumer #2176
  • [mac, fatal] some providers crash the computer (panic crash) #2174
  • After disconnect DNS is not reset to default #2133
  • Node starts with issues after flashing RPi image from mystberry.zip #2081
  • Reconnect ethereum client twice to avoid DNS reload lag #2283 (soffokl)
  • Fix reseting DNS configuratin on MacOS #2280 (soffokl)
  • Revert vend tool execution for ppa builds #2259 (soffokl)
  • Remove Broker connection reconnect #2250 (soffokl)
  • Fix/crash connecting to old providers #2236 (soffokl)
  • Close NAT pinger connection on timeout #2196 (soffokl)

Closed issues:

  • Manual and configurable auto settlement #2263
  • Adapt for fast registration flow #2251
  • Apps should use fast registration flow #2231
  • Node would reject connections from consumer with wrong hermes #2219

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

0.32.1

18 May 10:18
212cd6d
Compare
Choose a tag to compare
Improvement for settings in UI

0.32.0

11 May 15:57
267f49c
Compare
Choose a tag to compare

This release is adding mainly bugfixes and preparation for mainnet release. Node is now able to set beneficiary/payout address into the blockchain, so later, token settlements would be happening into right wallet.

Implemented enhancements:

  • Add fee for changing beneficiary address #2125
  • Allow to change beneficiary via CLI #2066
  • Allow to set beneficiary address #2120 (soffokl)

Fixed bugs:

  • NAT pinger connection never closed in case of timeout. #2195
  • Proposal is not visible if max price is set in web UI #2190
  • Failed to get consumer identity information on the 0.31.2 #2181
  • Close NAT pinger connection on timeout #2196 (soffokl)
  • Fix dead lock in consumer balance tracker #2187 (soffokl)

Merged pull requests:

Full Changelog

0.31.3

07 May 13:57
addcd66
Compare
Choose a tag to compare

Show providers with increased pricing

0.32.0-rc1

07 May 10:21
db3a728
Compare
Choose a tag to compare
0.32.0-rc1 Pre-release
Pre-release
Merge pull request #2175 from mysteriumnetwork/add-feedback-email

Allow to pass user report email to feedback service

0.32.0-rc0

07 May 07:46
db3a728
Compare
Choose a tag to compare
0.32.0-rc0 Pre-release
Pre-release
Merge pull request #2175 from mysteriumnetwork/add-feedback-email

Allow to pass user report email to feedback service

0.31.2

06 May 09:05
4c3e29a
Compare
Choose a tag to compare
  • Kill Openvpn clients on session destroy #2131 (after problems with payments)
  • Efficient keystore unlock operation #2169

0.31.1

27 Apr 08:19
5c13a6b
Compare
Choose a tag to compare
  • Use light scrypt for lightweight store #2122 (anjmao)

0.31.0

24 Apr 11:58
c52eb98
Compare
Choose a tag to compare

Changelog

In this release, we have added a P2P communication channel between nodes after the session is established and a VPN tunnel created. This will help to avoid centralized communication servers (such as message broker).

Epics:

  • P2P communication after establishing tunnel #1797
  • Providers should be able to set own price #1962

Fixed bugs:

  • Flaky tests: p2p #1929
  • Wireguard service doesn't compile on windows #1818
  • Connection fails on newly registered identity until restart #2094
  • [android, 0.31.0-rc2] nodeRepository.getIdentity throws exception or crashes app #2093
  • 0 MYSTT / $0 for almost 1TB data #2082
  • Node fails to start if location service is not available #2050
  • Session duration should be reported each second #1783
  • Failed to topup consumer balance #2048
  • Connection disconnect / cancel is not reliable #2024
  • Nat pinger is not cancellable #2018
  • Bandwidth limit seems to work only for OpenVPN, but does not work for Wireguard #1956
  • getting session balance timeouts randomly #1944
  • Whitelisting randomly changed #1917
  • Enable wireguard traffic shaper #2054 (soffokl)
  • Reconnect payments client on connect/disconnect. #2049 (soffokl)
  • Fix CLI session status duration output in seconds #2046 (soffokl)

Closed issues:

  • Providers should be able to change price #1962
  • Expose spent tokens amount for the current session #1958
  • Update mingw version for xgo image #1553
  • Price flags have the same description #2089
  • Fix e2e pipeline #2059
  • Expose possibility to get all (even not connectable) nodes via tequila API #1959
  • Enable wireguard checks for monitoring agent #1745

0.31.0-rc4

24 Apr 07:22
c52eb98
Compare
Choose a tag to compare
0.31.0-rc4 Pre-release
Pre-release
Add shared service flag for p2p manual ports