Skip to content

Wagerr Electron App 2.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Cryptarchist Cryptarchist released this 30 Oct 12:32
v2.0.0-beta.2
b2fdd60

⚠️ Important Note

This is a pre-release version of the Wagerr Electron App for the upcoming 2.0.0 release.

This pre-release comes bundled with Wagerr Core 4.0.0rc3, which is compatible with mainnet, but does require you to perform a clean sync on the first launch.

Please clear out your Wagerr data directory, leaving your wallet.dat, backups folder and configuration files behind, prior to running this version for the first time.

Things to test and look for:

  • Sync Speed
  • Losing Events
  • Bet History in both home screen and Bet History page

Changelog

Changed

  • Bump Wagerr Core version to 4.0.0rc3
  • Bump dependencies
  • Update Wagerr logo
  • Bump CI and recommended Node version to v14
  • Lots of general code cleanup and lint fixes

Fixed

  • Move applicable data out of the global Vuex store where it is only being used by a single component. Certain loops which fetch data from the daemon were not being appropriately cleaned up by garbage collection when the loop interacted with the Vuex data store, which would cause the memory footprint to keep growing. Where possible move any "low hanging fruit" looping data updates that interact with the store to the component itself which allows the garbage collection to occur. This should slightly improve the memory footprint over time and we will continue to investigate solutions to any data that has a reason to remain in the global Vuex store.