Atomicals ElectrumX Node v1.4.1
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
) to2^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