Skip to content

Releases: atomicals/atomicals-electrumx

Atomicals ElectrumX Node v1.5.1.1

23 Sep 14:46
05ac927
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1.0...v1.5.1.1

Atomicals ElectrumX Node v1.5.1.0

23 Jul 23:40
618d32f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0.3...v1.5.1.0

Atomicals ElectrumX Node v1.5.0.3

26 Jun 22:55
c168d84
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0.2...v1.5.0.3

Atomicals ElectrumX Node v1.5.0.2

18 Jun 06:17
1432ff3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0.1...v1.5.0.2

Atomicals ElectrumX Node v1.5.0.1

16 Jun 06:18
2806115
Compare
Choose a tag to compare

Note

This patch requires reindex if you are upgrading from version below 1.5.0.

What's Changed

Full Changelog: v1.5.0.0...v1.5.0.1

Atomicals ElectrumX Node v1.5.0

16 Jun 02:18
1f4b859
Compare
Choose a tag to compare

Note

This release requires a reindex.

What's Changed

  • Partially coloring that covers some burning cases. #161
  • Custom coloring with any value (>=1) of Atomicals. #168

Tip

Above coloring changes will be activated on the block height 848484 on the mainnet.

  • Introduces a shared session instance to unify handlers between different sessions. #185
  • Adds /proxy/server.info to obtain the actual Atomicals Indexer Node version and what AIPs did the node have implemented. #185
  • The node is now compatible with Bitcoin Testnet 4. #188
  • Adds blockchain.atomicals.validate_psbt_blueprint and blockchain.atomicals.validate_tx_blueprint.
    blockchain.atomcials.validate provides a straight validation about FT transfer, yet doesn't return a human-readable output. The new method takes the result and makes conversions. #189
  • Adds blockchain.atomicals.decode_psbt and blockchain.atomicals.decode_tx.
    They decode the transaction and return operations, burns, inputs, outputs, and Atomicals. #189
  • Codes are formatted by pre-commit. #191
  • States that the program requires Python >=3.10. #200
  • Partially coloring support for payments. #205

Full Changelog: v1.4.2.0...v1.5.0.0

(BETA) Atomicals ElectrumX Node v1.5.0, patch 2

04 Jun 11:56
d6eaaf1
Compare
Choose a tag to compare

What's Changed

  1. The node is now compatible with Bitcoin Testnet 4.
  2. Adds blockchain.atomicals.validate_psbt_blueprint and blockchain.atomicals.validate_tx_blueprint.
    blockchain.atomcials.validate provides a straight validation about FT transfer, yet doesn't return a human-readable output. The new method takes the result and makes conversions.
  3. Adds blockchain.atomicals.decode_psbt and blockchain.atomicals.decode_tx.
    They decode the transaction and return operations, burns, inputs, outputs, and Atomicals.
  4. Adds /proxy/server.info to obtain the actual Atomicals Indexer Node version and what AIPs did the node have implemented.
  5. Allows z to manipulate NFTs.
  6. Introduces a shared session instance to unify handlers between different sessions.
  7. Codes are formatted by pre-commit.

Full Changelog: v1.5.0.0-beta.1...v1.5.0.0-beta.2

(BETA) Atomicals ElectrumX Node v1.5.0, patch 1

16 May 17:53
55bbba5
Compare
Choose a tag to compare

WARNING: This is a BETA release that is not guarantee working as expected, and more changes can happen until a stable release.

What's Changed

The activation height is a placeholder which does not mean these feature will be enabled then. It will be updated accordingly.

  • Partially coloring that covers some burning cases. #161
  • Custom coloring with any value (>1) of Atomicals. #168

Full Changelog: v1.4.2.0...v1.5.0.0-beta.1

Atomicals ElectrumX Node v1.4.2

13 May 14:08
b75f5fe
Compare
Choose a tag to compare

Notice: The release requires reindex even if you're using 1.4.0 or 1.4.1.

What's Changed

  • Fix payments recognition during advances. (#180)
    The verified status of an Atomical relies on the reveal window.
    The height in the query is the latest advanced block height rather than the processing height,
    which leads to an incorrect verified status for the container and realm.
  • Improve transaction operations. (#181)
    • Adds payment-subrealm-failed and payment-dmitem-failed operation value.
    • Adds blockchain.atomicals.transaction_global for the RPC session.

Full Changelog: v1.4.1.0...v1.4.2.0

Atomicals ElectrumX Node v1.4.1

06 May 13:04
47fd473
Compare
Choose a tag to compare

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