Skip to content

Signum Node v3.8.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 01:11
47d8db7

No Hardfork required


A new database migration will be applied... this may take a few minutes - be patient.

New Features

  • SSL Support for Webocket
  • Db Folder for Sqlite auto creation (Fixes #816)

Bugfixes

  • Database Query Statement Length Issue Fixed - Should solve various Sqlite Issues (especially syncing), but also valid for other dbs.

What's Changed - (Complete Changelog)

  • Tooling quality of life by @damccull in #831
  • feat: SSL support or Websockets by @ohager in #835
  • Update Dockerfile for Better Compatibility by @gittrekt in #838
  • Devcontainer update by @damccull in #837
  • Add a config property for the max number of rows to insert in SQL statements by @flop01 in #840
  • Silence SQLITE_BUSY and SQLITE_BUSY_SNAPSHOT exceptions and stack traces by @flop01 in #841
  • Feat/improve get account transactions by @ohager in #843

New Contributors

Full Changelog: v3.8.2...v3.8.3