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