Skip to content

Atomicals ElectrumX Node v1.4.1

Compare
Choose a tag to compare
@AlexV525 AlexV525 released this 06 May 13:04
· 161 commits to master since this release
47fd473

What's Changed

Notice: The release is based on v1.4.0. Please reindex if you're upgrading to this release from <1.4.0.

The purpose of this release includes:

  • Fixes LOG_LEVEL case-insensitive behavior. #173
  • Adds blockchain.atomicals.get_block_hash handler to obtain the specific block hash from height. #174
  • Fixes params parsing in HTTP session when it's omitted. #175
  • Improves the flush count to avoid overflow by increasing the range from 2^16 (uint16) to 2^32 (uint32). #176
  • Adds semaphore for chain reorg action. #177
  • Adds socket session request logs and unifies HTTP session request logs. #178

Full Changelog: v1.4.0.0...v1.4.1.0