Skip to content

Wagerr Electron App 2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Cryptarchist Cryptarchist released this 13 Oct 09:03
v2.0.0-beta.1
8f4269a

⚠️ 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.0rc2, 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

Added

  • Add option to open DevTools in release build with DEBUG_PROD env var
  • Add option to skip macOS notarization with env var

Changed

  • Only fetch bet history every 30 seconds instead of 5
  • On Bet History mount fetch bet history right away (don't wait 30 sec for first fetch)

Fixed

  • Don't reverse getMyBets RPC results that are already returned descending
  • Temporary fix for Wagerr Core not correctly returning all bets
  • Temporarily don't pre-fetch bet info on wallet launch until fix in Core

Removed

  • Remove unused listBets RPC calls (replaced by getMyBets)