Skip to content

v10.5.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ouziel-slama ouziel-slama released this 19 Oct 12:34
· 1047 commits to master since this release
edea73e

Release Notes - Counterparty Core v10.5.0-alpha.3 (2024-10-19)

This is a hotfix release to fix a non-deterministic bug in asset name generation.

Upgrading

This update requires an automatic reparse from block 865999.

ChangeLog

Bugfixes

  • Fix non-deterministic bug in asset name generation
  • Fix sub-asset name in issuances table when created by a fairminter
  • Fix missing index on address_events.event_index
  • Fix missing balance checking when creating a fairminter
  • Fix missing check of locked description
  • Fix missing compound index on status, tx_index and asset_longname
  • Fix divisibility checking when creating a fairminter

Codebase

  • Support several required reparsing by major version
  • Optimize database rowtracer
  • Optimize ledger.get_last_issuance() and ledger.asset_issued_total()

API

  • Have --force bypass checks that node is caught up
  • /v2/blocks/last returns the last parsed block and not the block currently being parsed

CLI

  • Add --max-log-file-size and --max-log-file-rotations flags

Credits

  • Ouziel Slama
  • Warren Puffett
  • Adam Krellenstein