10000 Releases · alephium/explorer-backend · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 10000 div id="js-flash-container" class="flash-container" data-turbo-replace>

Releases: alephium/explorer-backend

v3.0.4

10 Jul 08:33
af9311d
Compare
Choose a tag to compare

This release ensures that transaction results for groupless addresses are now unique. Previously, if a groupless address performed a self-transfer within its group, the transactions endpoint would return duplicate transactions—one for each group member. With this update, such transactions are now returned only once, eliminating duplicates and improving result accuracy.

What's Changed

Full Changelog: v3.0.3...v3.0.4

v3.0.3

09 Jul 16:51
4953fda
Compare
Choose a tag to compare

Bring back prices for tokens with duplicated symbol name on chain, but different symbol. For example USDCeth and USDCbsc, before this release the price was null when requesting for those two symbols, as EB was expecting USDC only

What's Changed

  • Optimize BlockFlowSyncService.getRemoteMaxTimestamp by @tdroxler in #623
  • Support token price for multiple symbol with same token by @tdroxler in #630

Full Changelog: v3.0.2...v3.0.3

v3.0.2

03 Jul 14:00
0bf076e
Compare
Choose a tag to compare

Some solid code

v3.0.1

03 Jul 11:52
2cb8c3f
Compare
Choose a tag to compare

Add some safety in migration in case of a roll-back

What's Changed

  • Replace license header with spdx format by @tdroxler in #625
  • Make sure areAddressActive test is using also groupless addresses by @tdroxler in #627
  • Add a IF EXISTS safety in migration by @tdroxler in #628

Full Changelog: v3.0.0...v3.0.1

v3.0.0

26 Jun 09:30
9f6fa19
Compare
Choose a tag to compare

Danube upgrade

This new v3.0.0 is the stable version meant to be used with the full node v4.0.0 for the upcoming Danube upgrade.

What's Changed

Full Changelog: v2.9.2...v3.0.0

v2.9.2

17 Jun 10:43
ca85f6d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.1...v2.9.2

v2.7.2

17 Jun 11:31
Compare
Choose a tag to compare

Some solid code

v2.9.1

12 Jun 10:55
4497e66
Compare
Choose a tag to compare

Fallback on Coingecko for prices when Mobula isn't available.

What's Changed

Full Changelog: v2.9.0...v2.9.1

v2.7.1

12 Jun 11:19
Compare
Choose a tag to compare

Some solid code

v2.9.0

03 Jun 13:06
c2e2650
Compare
Choose a tag to compare

Danube release

This new release add support for groupless addresses, introduce in full node v3.14.x for the upcoming Danube upgrade.

Make sure to have updated your full node before running this release.

What's Changed

Full Changelog: v2.8.0...v2.9.0

0