This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Releases: tangle-network/relayer
Releases · tangle-network/relayer
v0.5.13-dev
What's Changed
- Update to webb SDK v0.8.0 by @shekohex in https://github.com/webb-tools/relayer/pull/578
Full Changelog: webb-tools/relayer@v0.5.12-dev...v0.5.13-dev
v0.5.12-dev
What's Changed
- Add EVM Watcher docs by @shekohex in https://github.com/webb-tools/relayer/pull/575
- Update webb-proposals dependency to match DKG and Tangle by @salman01zp in https://github.com/webb-tools/relayer/pull/577
Full Changelog: webb-tools/relayer@v0.5.11-dev...v0.5.12-dev
v0.5.11-dev
What's Changed
- Add relayer fee configuration to relayer by @salman01zp in https://github.com/webb-tools/relayer/pull/571
- Added get_item function to get specific transaction from queue by @salman01zp in https://github.com/webb-tools/relayer/pull/573
Full Changelog: webb-tools/relayer@v0.5.9-dev...v0.5.11-dev
v0.5.9-dev
What's Changed
- Use Insertion Event instead of NewCommitment by @shekohex in https://github.com/webb-tools/relayer/pull/565
- Fix CORS permissions by @shekohex in https://github.com/webb-tools/relayer/pull/566
- feat: add tangle evm 4006 by @shekohex in https://github.com/webb-tools/relayer/pull/569
Full Changelog: webb-tools/relayer@v0.5.7-dev...v0.5.9-dev
v0.5.7-dev
What's Changed
- Update readme files by @salman01zp in https://github.com/webb-tools/relayer/pull/562
- Update webb to v0.7.3 by @shekohex in https://github.com/webb-tools/relayer/pull/563
Full Changelog: webb-tools/relayer@v0.5.6-dev...v0.5.7-dev
v0.5.6-dev
What's Changed
- Substrate code cleanup by @salman01zp in https://github.com/webb-tools/relayer/pull/554
- Simplify the Private Transaction API by @shekohex in https://github.com/webb-tools/relayer/pull/556
- Update readme files by @salman01zp in https://github.com/webb-tools/relayer/pull/555
- Update encrypted output api response by @salman01zp in https://github.com/webb-tools/relayer/pull/557
- downgrade promethus to v0.13.0 by @shekohex in https://github.com/webb-tools/relayer/pull/559
- fix build data in the api by @shekohex in https://github.com/webb-tools/relayer/pull/560
Full Changelog: webb-tools/relayer@v0.5.5-alpha...v0.5.6-dev
v0.5.5-alpha
Notes
- This the latest release to feature substrate services and from now on we will remove the support for substrate from the relayer.
What's Changed
- Add Timelag middleware and code cleanup by @salman01zp in https://github.com/webb-tools/relayer/pull/527
- Update Orbit Network chainIds by @shekohex in https://github.com/webb-tools/relayer/pull/532
- Bundle Multiple EVM Providers by @salman01zp in https://github.com/webb-tools/relayer/pull/531
- Prepare to Release stable version 0.5.0 by @shekohex in https://github.com/webb-tools/relayer/pull/533
- Substrate Circom proving test by @salman01zp in https://github.com/webb-tools/relayer/pull/526
- Add polling interval configuration for providers by @salman01zp in https://github.com/webb-tools/relayer/pull/540
- Handle AdminSetResourceWithSignature call by @shekohex in https://github.com/webb-tools/relayer/pull/543
- update webb to v0.5.25 by @shekohex in https://github.com/webb-tools/relayer/pull/545
- Improve queue to track item progress by @salman01zp in https://github.com/webb-tools/relayer/pull/541
- Private Tx item status tracking using API by @salman01zp in https://github.com/webb-tools/relayer/pull/546
- Convert the Websocket endpoint into a HTTP POST endpoint by @salman01zp in https://github.com/webb-tools/relayer/pull/550
- Implement EVM Proposals Batching by @shekohex in https://github.com/webb-tools/relayer/pull/547
- Substrate tx-queue tracking and http endpoints for processing withdraw tx by @salman01zp in https://github.com/webb-tools/relayer/pull/551
Full Changelog: webb-tools/relayer@v0.5.0-rc23-alpha...v0.5.5-alpha
Stable Release 0.5.0
What's Changed
- Add the evm-localnet dkg setup to its own deployment by @nepoche in https://github.com/webb-tools/relayer/pull/243
- Verify proposal nonce and proposal data before execution by @salman01zp in https://github.com/webb-tools/relayer/pull/245
- Revert "Verify proposal nonce and proposal data before execution" by @drewstone in https://github.com/webb-tools/relayer/pull/246
- removing anyhow and using thiserror by @shekohex in https://github.com/webb-tools/relayer/pull/244
- Webb Relayer as crate by @shekohex in https://github.com/webb-tools/relayer/pull/249
- Fix CI after relayer-as-crate merge by @shekohex in https://github.com/webb-tools/relayer/pull/250
- Update webb to v0.5.2 by @shekohex in https://github.com/webb-tools/relayer/pull/251
- Create dependabot.yml by @shekohex in https://github.com/webb-tools/relayer/pull/253
- Update webb_proposals and add dry run tests before executing transactions. by @drewstone in https://github.com/webb-tools/relayer/pull/247
- Add the
cosmwasm
configuration into theWebbRelayerConfig
by @duguorong009 in https://github.com/webb-tools/relayer/pull/252 - Vanchor Private tx test by @salman01zp in https://github.com/webb-tools/relayer/pull/261
- README change by @dharjeezy in https://github.com/webb-tools/relayer/pull/264
- Update relayer tests to use VBridge by @nepoche in https://github.com/webb-tools/relayer/pull/262
- Remove git submodules in favor of DVC by @nepoche in https://github.com/webb-tools/relayer/pull/265
- Add more updates for
cosmwasm relayer
by @duguorong009 in https://github.com/webb-tools/relayer/pull/263 - Fix Failing Substrate Vanchor Test by @dharjeezy in https://github.com/webb-tools/relayer/pull/273
- Cross chain transaction by @salman01zp in https://github.com/webb-tools/relayer/pull/272
- Store EncryptedCommitments for the evm on the relayer. by @dharjeezy in https://github.com/webb-tools/relayer/pull/275
- subxt dynamic query by @salman01zp in https://github.com/webb-tools/relayer/pull/280
- Add block header watcher and update configs/add new config by @drewstone in https://github.com/webb-tools/relayer/pull/281
- Addition of Metrics to the relayer by @dharjeezy in https://github.com/webb-tools/relayer/pull/278
- chore: update readme banners by @dutterbutter in https://github.com/webb-tools/relayer/pull/285
- wait for n block confirmations for evm chains before processing events by @salman01zp in https://github.com/webb-tools/relayer/pull/284
- Encrypted output watcher for substrate by @salman01zp in https://github.com/webb-tools/relayer/pull/287
- chore: update actions and rust toolchain by @dutterbutter in https://github.com/webb-tools/relayer/pull/290
- Reorg the entire thang by @drewstone in https://github.com/webb-tools/relayer/pull/289
- Add initial logic for testing cross chain openVAnchor by @drewstone in https://github.com/webb-tools/relayer/pull/283
- cross chain tests by @salman01zp in https://github.com/webb-tools/relayer/pull/292
- substrate private tx by @salman01zp in https://github.com/webb-tools/relayer/pull/293
- Read secrets from file by @salman01zp in https://github.com/webb-tools/relayer/pull/300
- update nightly version by @salman01zp in https://github.com/webb-tools/relayer/pull/302
- Remove beacon relay crate by @drewstone in https://github.com/webb-tools/relayer/pull/303
- Update the configurations for the testnet-evm-bridge by @nepoche in https://github.com/webb-tools/relayer/pull/294
- Update Evm deployment config by @salman01zp in https://github.com/webb-tools/relayer/pull/307
- Update deployment configs by @salman01zp in https://github.com/webb-tools/relayer/pull/310
- Fix Docker image certs error by @shekohex in https://github.com/webb-tools/relayer/pull/311
- chore: fix readme by @dutterbutter in https://github.com/webb-tools/relayer/pull/313
- Fix Logger filter to include Webb sub-crates by @shekohex in https://github.com/webb-tools/relayer/pull/315
- Update packages and solidity contract functions by @salman01zp in https://github.com/webb-tools/relayer/pull/312
- Update deployment configs by @salman01zp in https://github.com/webb-tools/relayer/pull/316
- Extend relayer metrics by @salman01zp in https://github.com/webb-tools/relayer/pull/306
- Remove cosmwasm from relayer by @salman01zp in https://github.com/webb-tools/relayer/pull/318
- Update docker file by @salman01zp in https://github.com/webb-tools/relayer/pull/319
- Fix cargo commands in readme by @Nutomic in https://github.com/webb-tools/relayer/pull/320
- Change to stable toolchain by @Nutomic in https://github.com/webb-tools/relayer/pull/321
- Remove unused dependencies by @Nutomic in https://github.com/webb-tools/relayer/pull/322
- Fix Relayer CI by @salman01zp in https://github.com/webb-tools/relayer/pull/326
- Enable more clippy lints by @Nutomic in https://github.com/webb-tools/relayer/pull/323
- Add Support for Pagination while Query the Leaves/EncryptedOutput from the Relayer API by @shekohex in https://github.com/webb-tools/relayer/pull/327
- Update block confirmation for evm localnet config by @AtelyPham in https://github.com/webb-tools/relayer/pull/328
- Switch to dtolnay rust-toolchain by @salman01zp in https://github.com/webb-tools/relayer/pull/329
- Update webb-rs to v0.5.13 by @salman01zp in https://github.com/webb-tools/relayer/pull/334
- chore: fix broken links in readme by @dutterbutter in https://github.com/webb-tools/relayer/pull/338
- Update Readme by @salman01zp in https://github.com/webb-tools/relayer/pull/337
- Fix data overwrite and refresh nonce issue in event watcher by @salman01zp in https://github.com/webb-tools/relayer/pull/340
- Fee estimate part 2 by @Nutomic in https://github.com/webb-tools/relayer/pull/330
- Switch web framework to axum by @Nutomic in https://github.com/webb-tools/relayer/pull/336
- Update local evm configs by @salman01zp in https://github.com/webb-tools/relayer/pull/341
- Improved error handling and code cleanup in tx-relay crate by @Nutomic in https://github.com/webb-tools/relayer/pull/332
- Remove hardcoded gas amount by @salman01zp in https://github.com/webb-tools/relayer/pull/342
- Update all dependencies by @Nutomic in https://github.com/webb-tools/relayer/pull/344
- sync blocks from config by @salman01zp in https://github.com/webb-tools/relayer/pull/347
- Some adjustments for refund code by @Nutomic in https://github.com/webb-tools/relayer/pull/343
- Use workspace inheritance (fixes #348) by @Nutomic in https://github.com/webb-tools/relayer/pull/349
- Dont run apt-get upgrade in CI by @Nutomic in https://github.com/webb-tools/relayer/pull/351
- Substrate event watcher trait by @salman01zp in https://github.com/webb-tools/relayer/pull/352
- Update to webb 0.5.15 by @tbraun96 in https://github.com/webb-tools/relayer/pull/356
- Update
ethereum-types
andwebb
SDK by @shekohex in https://github.com/webb-tools/relayer/pull/360 - Fast sync and merkle root validation by @salman01zp in https://github.com/webb-tools/relayer/pull/354
- Update the CI to run on develop too by @shekohex in https://github.com/webb-tools/relayer/pull/362
- Get the Eth2 Substrate hooked in to the relayer by @tbraun96 in https://github.com/webb-tools/relayer/pull/335
- Develop -> Main Merge by @drewstone in https://github.com/webb-tools/relayer/pull/363
- relayer transfer test by @salman01zp in https://github.com/webb-tools/relayer/pull/365
- Update Relayer configration docs and Examples by @shekohex in https://github.com/webb-tools/relayer/pull/369
- Substrate governor update by @salman01zp in https://github.com/webb-tools/relayer/pull/371
- Bridge Registry pallet integration by @Nutomic in https://github.com/webb-tools/relayer/pull/355
- fix dkd node connection by @salman01zp in https://github.com/webb-tools/relayer/pull/378
- Add etherscan api configuration by @salman01zp in https://github.com/webb-tools/relayer/pull/372
- Change how DKG client for bridge registry is initialized by @Nutomic in https://github.com/webb-tools/relayer/pull/379
- Update webb-rs by @salman01zp in https://github.com/webb-tools/relayer/pull/400
- Refactor service.rs into smaller modules by @shekohex in https://github.com/webb-tools/relayer/pull/405
- Add
assets
to the Relayer config by @shekohex in https://github.com/webb-tools/relayer/pull/407 - Rename Fields with serde while serialization to be
camelCase
by @shekohex in https://github.com/webb-tools/relayer/pull/409 - [feat] Introduce Price Oracle Backends by @shekohex in https://github.com/webb-tools/relayer/pull/411
- Add more clippy checks to avoid potential runtime crashes by @Nutomic in https://github.com/webb-tools/relayer/pull/408
- feat: Improve the
GasOracle
usage by @shekohex in https://github.com/webb-tools/relayer/pull/414 - Handle webb tokens by @salman01zp in https://github.com/webb-tools/relayer/pull/415
- [feat] Add Webb Chains Info crate by @shekohex in https://github.com/webb-tools/relayer/pull/416
- [chore] Create CODEOWNERS by @shekohex in https://github.com/webb-tools/relayer/pull/446
- Fix asset transfer test by @salman01zp in https://github.com/webb-tools/relayer/pull/445
- Use bridge registry for substrate chains by @salman01zp in https://github.com/webb-tools/relayer/pull/447
- Attempt to speedup CI steps (ref #449) by @Nutomic in https://github.com/webb-tools/relayer/pull/454
- Bridge registry integration tests by @salman01zp in https://github.com/webb-tools/relayer/pull/457
- Prometheus/Grafana setup by @Nutomic in https://github.com/webb-tools/relayer/pull/413
- Create basic Grafana dashboard with all available metrics by @Nutomic in https://github.com/webb-tools/relayer/pull/463
- Use provisioning to setup Grafana dashboard and alerts by @Nutomic in https://github.com/webb-tools/relayer/pull/466
- Add Webb Orbit Chains to the Supported Chains by @shekohex in https://github.com/webb-tools/relayer/pull/469
- fix:
u64
overflow when updating rela...
v0.5.0-rc23-alpha
What's Changed
- Add avalanche fuji testnet to supported chains by @salman01zp in https://github.com/webb-tools/relayer/pull/505
- Fix and make DKG tests pass CI by @salman01zp in https://github.com/webb-tools/relayer/pull/511
- Fix partial writes by @salman01zp in https://github.com/webb-tools/relayer/pull/517
- Update relayer endpoints by @salman01zp in https://github.com/webb-tools/relayer/pull/519
- feat: Proposals Queue by @shekohex in https://github.com/webb-tools/relayer/pull/515
- Handle substrate node disconnection by @salman01zp in https://github.com/webb-tools/relayer/pull/522
- Fix error handling by @salman01zp in https://github.com/webb-tools/relayer/pull/523
- fix: Move tx signing logic to the substrate transaction queue by @shekohex in https://github.com/webb-tools/relayer/pull/525
Full Changelog: webb-tools/relayer@v0.5.0-rc21-alpha-0...v0.5.0-rc23-alpha
v0.5.0-rc22-alpha
Full Changelog:
- Added avalanche fuji testnet(43113) to supported chains
webb-tools/relayer@v0.5.0-rc21-alpha...v0.5.0-rc22-alpha