Releases: alephium/explorer-backend
v3.0.4
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
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
Some solid code
v3.0.1
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
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
v2.7.2
Some solid code
v2.9.1
v2.7.1
Some solid code
v2.9.0
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
- Optimize transaction cache by @tdroxler in #613
- Groupless address by @tdroxler in #606
- Balance chart deprecate by @tdroxler in #607
- Add indexes for groupless address columns by @tdroxler in #617
- Update node to v3.15.1 by @tdroxler in #618
Full Changelog: v2.8.0...v2.9.0