Skip to content

Validana Node 2.1.2

Choose a tag to compare

@wdenbakker wdenbakker released this 26 Nov 16:57
· 5 commits to master since this release
  • See the Upgrade Guide.
  • (MAJOR) Updated to Validana core v2, see its changelog.
  • (MAJOR) Requires the processor version 2 if you are running the processor node.
  • (MAJOR) Uses typescript 3.7
  • (MAJOR) Docker defaults to node.js 12 and Postgres 12.
  • (MAJOR) No longer add columns extra1 and extra2 to the transactions table in Postgres.
  • (MINOR) Option to change log format.
  • (MINOR) Use Postgres NOTIFY when finished processing a block. For direct updates when a block is finished LISTEN to the blocks channel.
  • Warns instead of errors when using a different node.js or Postgres version then the processor.
  • Various config options have been removed or given different defaults to improve performance.
  • Added tests.
  • Various other bugfixes and performance improvements.