Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Releases: propellerlabsio/overnode-server

v1.2.14

13 Mar 18:53
Compare
Choose a tag to compare

Migrates addresses for single-address transaction outputs to output table from output_address table for storage savings.

v1.2.13

12 Mar 15:59
Compare
Choose a tag to compare

Adds feature to delimit jobs by block height. Will allow us to stop running sync jobs that adjust data unnecessarily for blocks where the code has already been updated to produce the new data format (ie adjust-data-1 job).

Emergency production fix for V1.2.8

10 Mar 06:18
Compare
Choose a tag to compare

v1.2.8

09 Mar 17:54
Compare
Choose a tag to compare

Convert transaction block hash to height for performance and convenience. (Breaking API change)

v1.2.7

07 Mar 14:45
Compare
Choose a tag to compare

Fix bug in address.received query - was returning all outputs; not just for the requested address. Parallelize transaction related db inserts for faster sync.

v1.2.6

06 Mar 15:00
Compare
Choose a tag to compare

Index adjustments and some db and api field renaming for less confusion.

v1.2.5

05 Mar 16:29
Compare
Choose a tag to compare

Flesh out basic address queries.

v1.2.4

04 Mar 19:13
Compare
Choose a tag to compare

Dummy release to trigger client upgrade. No server changes

v1.2.3

04 Mar 16:10
Compare
Choose a tag to compare

Backend data restructure in prep for upcoming features. No api changes.

v1.2.2

04 Mar 16:09
Compare
Choose a tag to compare

Minor bug fixes and new features