Skip to content

Releases: lamassu/lamassu-machine

v7.4.5 – Defiant Dingirma

09 Dec 21:42
Compare
Choose a tag to compare
Pre-release
fix: add error handling on websocket

v7.4.4 – Defiant Dingirma

27 Nov 14:27
4cc978f
Compare
Choose a tag to compare
Pre-release
v7.4.4

v7.4.3 – Defiant Dingirma

22 Oct 14:41
36b5d61
Compare
Choose a tag to compare
Pre-release
v7.4.3 (#426)

* v7.4.3

* v7.4.3

v7.3.6 – Crafty Chnemu

22 Oct 14:12
c33bff2
Compare
Choose a tag to compare

This point-release throttles log sync requests between machine and server, increasing reliability of log uploads and preventing server errors when an unexpected character in the logs occurs. This also adds handling for a previously unhandled exception on 'EPIPE' errors.

Machines running v7.3.6 may be paired to any v7.3.x server, however, all machines paired to lamassu-server v7.3.6 must be running lamassu-machine v7.3.4 or above.

v7.4.2 – Defiant Dingirma

17 Oct 15:35
Compare
Choose a tag to compare
Pre-release
v7.4.2

v7.4.1 – Defiant Dingirma

27 Sep 21:36
Compare
Choose a tag to compare
Pre-release
v7.4.1

v7.3.5 – Crafty Chnemu

24 Sep 13:42
c6ac909
Compare
Choose a tag to compare

This point-release throttles log sync requests between machine and server, increasing reliability of log uploads and preventing server errors when an unexpected character in the logs occurs. It also adds scripts for installation onto UPboard-based machines.

For full notes on this named release, see the Crafty Chnemu v7.3.2 tag.

v7.4.0 – Defiant Dingirma

14 Aug 17:39
e3b2bc6
Compare
Choose a tag to compare
Pre-release
v7.4.0 (#382)

* v7.4.0

* v7.4.0

v7.3.3 – Crafty Chnemu

09 Aug 20:20
Compare
Choose a tag to compare

This point-release corrects deployment of device_config.json settings to ssuboard-based machines, preserving customer-facing camera and paper-wallet printer configurations.

For full notes on this named release, see the Crafty Chnemu v7.3.2 tag.

v7.3.2 – Crafty Chnemu

09 Jul 11:32
Compare
Choose a tag to compare

Upgrading

Follow the instructions on our knowledgebase for upgrading.

Pairing with lamassu-server v7.3.2 or higher required.

Release notes

See our Medium announcement summarising the changes in this release.

Features:

  • New machine UI, including screens supporting new compliance features and flows
  • Add customisable operator contact info on error screens
  • Configurable crypto-address blacklists
  • Customer photo capture
  • Add transaction notifications via SMS and email
  • More descriptive SMS alerts, including originating machine
  • BitGo wallet module for BTC (SegWit), ZEC, BCH, DASH, LTC
  • Paginate Terms & Conditions screen for more text
  • Add itBit exchange and ticker
  • Add Mailgun for email notifications
  • Log miner fees in transactions log
  • Log ticker rate at time of transaction
  • Log unsuccessful trade attempts in the db
  • Devices table now records last online time for individual machines
  • Machine now scans BTC bech32 addresses
  • Machine now scans LTC multisig and bech32 addresses
  • Add screen alerting when an invalid coin address is attempted to be scanned
  • Uses Ethereum mnemonic itself for the wallet seed, rather than a raw seed
  • Add lamassu-users and lamassu-revoke for removing admin access sessions
  • Inform users of when they can return if they've hit a hard limit
  • New translations
  • New user screens to clarify between SMS, ID Card Data, and ID Card Photo prompts
  • Initial paper wallet and receipt support (BTC-only currently)

Fixes:

  • Resolve validator communication error on ssuboards that led to periodic 'maintenance required' screens
  • Resolve duplicate 'goodbye' screen which could interrupt a subsequent transaction
  • Stop erroneous 'machine stuck' warnings when machine is on home screen
  • Ensure exchange trades are placed on 1-confirmation cash-out transactions
  • Ensure ssuboard-based machine logs upload to operator admin
  • Restrict lamassu-machine log files to prevent high disk usage
  • Log F53 dispenser errors
  • Enable F53 dispense batching for greater than 20 notes
  • Autodetect dispenser type during machine upgrade process, don't default to Puloon
  • Prevent crash when trying to disable validator before it's fully initialised
  • Patch for Colorado ID barcode scanning
  • Don't show Wi-Fi selection screens on machines not supporting it
  • Reduce database CPU usage on the server
  • Add debug to see when machine logs halt uploading to servers
  • Improve transaction errors related to database table constraints
  • Various migration improvements
  • Disallow usage of mock ticker and mock wallet in admin's production mode
  • Keep server log from being polluted by CloudFlare and HTML error dumps
  • Reduce API requests so as not to trigger CloudFlare errors
  • No longer error out if quickly cancelling address scanning screen
  • ID Card Photo scanning stability on ssuboards
  • Various small fixes