Skip to content

Releases: pendulum-chain/spacewalk

v1.0.11

27 Sep 15:11
fcafb38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v...v1.0.11

v1.0.10

01 Jul 07:53
420b519
Compare
Choose a tag to compare

This release improves the shutdown functionality of the vault client.

What's Changed

  • 528 make issue pallet benchmarks run successfully on pendulum runtimes by @bogdanS98 in #535
  • #538 shutdown the OracleAgent at VaultService level by @b-yap in #539

Full Changelog: v1.0.9...v1.0.10

v1.0.9

28 May 07:42
524b15e
Compare
Choose a tag to compare

This release contains the fixes for running Spacewalk runner + vault clients in a Kubernetes cluster.

What's Changed

  • Add changes to fix issues running the Spacewalk client in Kubernetes by @ebma in #519
  • update stellar configs by @b-yap in #532

Full Changelog: v1.0.8...v1.0.9

v1.0.8

22 May 15:54
93ddbce
Compare
Choose a tag to compare

This release contains improvements for the vault client for slow RPC connections, support for tokio-console and changes to the Rust stable toolchain by default.

What's Changed

  • Make spacewalk benchmarks run successfully for pendulum runtimes by @bogdanS98 in #505
  • Remove archive files after use by @b-yap in #515
  • Retry on rpc timeout response by @gianfra-t in #518
  • Switch to stable rust toolchain channel by @b-yap in #513
  • Modify DecimalsLookup trait, add PINK, HDX, vDOT to decimals list by @bogdanS98 in #523
  • Add stellar testnet archive urls to vault client config by @gianfra-t in #524
  • Allow Tokio Console support by @b-yap in #517

Full Changelog: v1.0.7...v1.0.8

v1.0.7

08 Apr 15:27
6a33fe6
Compare
Choose a tag to compare

This release contains changes that improve the execution of pending redeem requests.

What's Changed

  • 499 make vault retry stellar transaction submission for tx insufficient fee error by @ebma in #500
  • 471 clean up stellar secret keys by @gianfra-t in #504
  • 501 fix occassional horizonresponse decodeerror by @b-yap in #502
  • release: Release v1.0.7 by @ebma in #508

Full Changelog: v1.0.6...v1.0.7

v1.0.6

25 Mar 18:15
5723e31
Compare
Choose a tag to compare

This release features minor enhancements and contains updated metadata for Foucoco, Amplitude and Pendulum.

What's Changed

  • Improve robustness of Spacewalk integration tests by @ebma in #495
  • Re-run benchmarks for custom pallets by @bogdanS98 in #497
  • Spacewalk Upgrade to Polkadot version 0.9.42 by @gianfra-t in #491
  • release: Create new Spacewalk client release v1.0.6 by @ebma in #498

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

01 Mar 14:05
ea913fa
Compare
Choose a tag to compare

This release contains changes to take the decimals of different assets into account. It also contains a fix when restoring transaction sets from archived Stellar entries.

What's Changed

  • 431 Add environment variable options to Spacewalk by @b-yap in #483
  • Change price conversion function in oracle pallet to work for assets with different decimals by @ebma in #490
  • 455 create integration tests for stellar mainnet with archived proofs by @ebma in #456
  • 417 Fix 4FC-05 commented out code by @b-yap in #486
  • Adding cargo fix to pre-commit hook by @gianfra-t in #488
  • release: Release v1.0.5 by @ebma in #493

Full Changelog: v1.0.4...v1.0.5

v1.0.4

08 Feb 15:06
fb2c74a
Compare
Choose a tag to compare

This release creates the first functional Spacewalk vault client for use with the Pendulum network.

What's Changed

  • 434 add configuration for automatic changelog generation by @ebma in #435
  • Fix failing test after Stellar testnet reset by @ebma in #470
  • 368 improve exported metrics for usage in grafana dashboards by @gianfra-t in #468
  • add-try-runtime-feature by @gianfra-t in #472
  • 312 use stellar fee statistics to derive transaction fee by @b-yap in #474
  • 476 update stellar overlay configuration files by @ebma in #477
  • Replacing Tokio's TcpStream with async-std TcpStream by @b-yap in #475
  • Update Pendulum metadata by @ebma in #485
  • release: Release v1.0.4 by @ebma in #487

Full Changelog: v1.0.3...v1.0.4

v1.0.3

14 Dec 16:18
a5cc81e
Compare
Choose a tag to compare

This release changes a constant parameter so that the vault client will fallback to archived SCP messages earlier.

v1.0.2

12 Dec 22:52
ff865b8
Compare
Choose a tag to compare

This release contains improvements for the vault client, namely more stable connection to Stellar's overlay network and a more useful handling for resubmission of substrate transactions.