8000 Tags · alephium/explorer-backend · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: alephium/explorer-backend

Tags

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #634 from alephium/fix-danube-hashrate

Fix hashrate with migration

v3.0.4

Toggle v3.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #632 from alephium/unique-txs-groupless

Unique txs groupless

v3.0.3

Toggle v3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #630 from alephium/market-multiple-same-token

Support token price for multiple symbol with same token

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #629 from alephium/missing-if-exists

Add missing `IF EXISTS` for an index

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #628 from alephium/safe-migration

Add a `IF EXISTS` safety in migration

v3.0.0

Toggle v3.0.0's commit message
Official release for the Danube upgrade, matching node `v4.0.0`

v2.9.2

Toggle v2 B8E7 .9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #622 from alephium/reduce-token-price-call

Reduce token price call

v2.7.2

Toggle v2.7.2's commit message
Avoid to much price fetching of invalid tokens

At the time of the commit, we have around 220 tokens in our token-list.

Only around 25 tokens have a price and enough liquidity.

The goal of this commit is to avoid to requesting price for tokens we
know aren't valid.

We still re-try every time we refresh the token-list (currently every
12h) to see if the price is now valid.

v2.9.1

Toggle v2.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #620 from alephium/market-service-without-api-key

Run `MarketService` even without mobula api-key

v2.7.1

Toggle v2.7.1's commit message
Run `MarketService` even without mobula api-key

Now that coingecko act as fall back, without an api-key we can still get
coingecko results.
0