20210901

Version 20210519 (or better) must be installed & functional prior to this upgrade!

GB Cloud updated to 20210923 on October 26, 2021

New Features:

Terminal/Server: Added rewritten Bitcoin Lightning support for buy direction using LNURL-withdraw.
Server: Master service performance can be monitored via /monitoring REST service.

Improvements:

Server: Added searching of blacklisted phone number or address from admin search field.
Server: Compatible with server extensions version 1.0.36.
Server: Added ability to update identity without closing window.
Server: Admin interface now contains server monitoring page for performance tuning.
Server: Identity can have a document issuing country and province stored in identity detail.
Server: Added validation for custom fields in admin.
Server: Add createdBy column to blacklisted addresses and phone numbers.
Server: Transaction details are now visible in admin.
Server: It is possible to create 0 USD cash collections again.
Terminal: Added button skip on a device initialization screen even after devices are initialized.
Terminal: Cash collection videos quality improved.
Terminal: Update Portuguese translation.
Terminal: Updated Swedish translation.
Terminal: Updated Finnish translation.

Bug Fixes:

Server: Resource bundle uploading didn't work from Windows.
Server: Fixed error when host in Atlassian integration settings in not set.
Server: Fixed deprecated Binance API.
Server: Fixed terminal template configuration db relation.
Server: Morphis extension fixes.
Server: Show terminal deployment history button's position fixed.
Server: Added filtering of transactions based on Error.
Server: Fixed USDT rate source on Kraken.
Terminal: Fixed privacy notice layout for some languages where text is longer.
Terminal: In some cases dashboard could be open twice - be in memory twice.
Terminal: Fixed minor visual problems in chart screensaver.
Terminal: Pressing dismiss button in a cancel dialog didn't re-enable bill acceptor.
Terminal: Fixed camera preview occasionally not working.
Terminal: Clicking on dashboard's background selected coin icon.
BATM3/4/RCKit2: Fixed dispenser initialization error when server IP is changed to server without dispensers.
BATM3: Acceptor might not be always initialized properly.
Extensions: Wallet is now not instantiated when is not needed by strategy.


If you experience an error during upgrade from a previous version:

This error will be logged in the master.log:

Resolution:

1. Identify your MySQL credentials:

cat /batm/config/database

2. Login to MySQL using those credentials:

mysql -u [username] -p

3. Modify the database:

use batm; UPDATE flyway_schema_history SET checksum = -1439022275 WHERE script = 'V1_202107091459__update_sms_organization_data.sql';

4. Exit MySQL:

5. Start CAS normally.

Copyright © 2020-2024 General Bytes USA LLC