Skip to content

Maintenance release

Compare
Choose a tag to compare
@blockpane blockpane released this 29 Jan 16:15
· 36 commits to master since this release
acca6df

Primarily bug fixes for locked tokens:

  • fixes off-by-one error on calculating when unlock periods happen
  • changes lock time units to be more granular to facilitate tests
  • prevents a condition where getting data from the locktockens table results in tens of thousands of API calls

Other fixes:

  • Fixes an error in the fee value safety checks that would cause an error on transactions with a fee but a nil body.
  • Fixes several issues with parsing BP.json, and adds support for the chains.json handling.