Skip to content

Releases: Coinversable/validana-processor

Validana Processor 2.2.0

02 Nov 14:46
Compare
Choose a tag to compare
  • Now defaults to node 16 and postgres 14 in docker.
  • Now uses @sentry/node instead of raven.

Validana Processor 2.1.2

26 Nov 16:57
Compare
Choose a tag to compare
  • See the Upgrade Guide.
  • (MAJOR) Updated to Validana core v2, see its changelog.
  • (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 for variable block processing speed. Slow down creating blocks when there are no pending transactions.
    • Recommended VPROC_MINBLOCKINTERVAL is 1-5 seconds (1 for faster response, 5 for less data storage) which is used when there are pending transactions.
    • Recommended VPROC_BLOCKINTERVAL is 60 seconds (higher values reduce data storage, but make it harder for nodes to detect they are not receiving new blocks) which is used when there are no pending transactions.
  • (MINOR) Option to change log format.
  • (MINOR) Use postgres NOTIFY when finished mining a block. For direct updates when a block is finished LISTEN to the blocks channel.
  • Added tests.
  • Various other bugfixes and performance improvements.

Validana Processor 1.0.1

26 Nov 12:52
Compare
Choose a tag to compare
v1.0.1

Fix package link.

Validana Processor 1.0.0

19 Jun 11:53
Compare
Choose a tag to compare

Initial release.