Skip to content

Releases: debridge-finance/debridge-launcher

2025.01.1

16 Jan 17:58
3e53778
Compare
Choose a tag to compare

What's Changed

How to update to 2025.01.1

  • Pull latest changes
  • Add new chain Cronos zkEVM to chains_config.json

Full Changelog: 2025.01.0...2025.01.1

2025.01.0

06 Jan 10:46
d8a6f74
Compare
Choose a tag to compare

What's Changed

How to update to 2025.01.0

  • Pull latest changes
  • Add new chain Crossfi to chains_config.json

Full Changelog: 2024.12.1...2025.01.0

2024.12.1

18 Dec 12:14
Compare
Choose a tag to compare

What's Changed

How to update to 2024.12.1

  • Pull latest changes
  • Update docker-compose to latest version
  • Add new chain Sonic to chains_config.json

Full Changelog: 2024.8.0...2024.12.1

2024.8.0

20 Aug 12:07
Compare
Choose a tag to compare

What's Changed

  • up debridge_node, removed heco, added bitrock by @artyukh in #135

How to update to 2024.8.0

  • Pull latest changes
  • Update docker-compose to latest version
  • Add new chain Bitrock to chains_config.json
  • Remove Heco from chains_config.json

Full Changelog: 2024.5.0...2024.8.0

2024.5.0

13 May 10:33
d19b3e7
Compare
Choose a tag to compare

What's Changed

  • Added new chains Gnosis/LightLink/Metis by @artyukh in #134
    Added log rotation with max file size 5g
    Up Solana events reader

How to update to 2024.5.0

  • Pull latest changes
  • Add New chains Gnosis/LightLink/Metis to chains_config.json
  • Update Neon providers from chains_config.json

Full Changelog: 2024.4.2...2024.5.0

2024.4.2

12 Apr 18:17
5f91354
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.4.1...2024.4.2

2024.4.1

10 Apr 19:28
16ffef0
Compare
Choose a tag to compare

What's Changed

  • up solana reader version by @artyukh in #132
    Optimized the search for submissions in the Solana events reader.

Full Changelog: 2024.4.0...2024.4.1

2024.4.0

05 Apr 10:58
3865138
Compare
Choose a tag to compare

What's Changed

Optimized the search for submissions in the Solana events reader. Reduced the total number of RPC requests.

Full Changelog: v2.6.3...2024.4.0

v2.6.3 Solana reserve WS

08 Mar 17:45
0c9ce26
Compare
Choose a tag to compare

What's Changed

  • Up solana reader. add reserve solana ws by @artyukh in #130

Full Changelog: v2.6.2...v2.6.3

CHANGELOG

Update env

Add new variables

# Reserve Solana WS *optional
DEBRIDGE_EVENTS_SOLANA_RESTART_WEBSOCKET_CLUSTERS=

sample

DEBRIDGE_EVENTS_SOLANA_RESTART_WEBSOCKET_CLUSTERS=wss://ttt.solana-mainnet.quiknode.pro,wss://rpc.helius.xyz

Update docker-compose

Up Solana events reader / grpc server to v0.9.1
Changed volumes
image

v2.6.2

05 Feb 11:17
b061272
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.6.2

How to update to v2.6.2

Pull latest changes

git checkout mainnet
git pull origin mainnet

Add NEON to chains_config.json

  {
    "chainId": 100000001,
    "name": "NEON",
    "debridgeAddr": "0x43dE2d77BF8027e25dBD179B491e8d64f38398aA",
    "firstStartBlock": 246119833,
    "provider": "https://neon-proxy-mainnet.solana.p2p.org",
    "interval": 10000,
    "blockConfirmation": 32,
    "maxBlockRange": 100000
  }