Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Releases: hyahatiph-labs/mass

v0.2.1-beta

15 Sep 05:35
efc577f
Compare
Choose a tag to compare

What's new in release v0.2.1-beta?

Rate lock mode - defaults to false. Set to true to override mode.price-confidence

application.yml

# Rate lock mode will lock rate for xmr -> btc swaps.
# Price confidence will allow greater freedom for flucuations.
# When not in rate lock mode it is possible for swaps to get rejected if it the server would take a
# loss beyond the threshold. While locked rates will never be rejected.
mode:
  rate-lock: false
  price-confidence: 0.95
# markup so we can pay the bills
# needs to be > 0.05 when not in rate lock mode to maintain profitablility
markup: 0.06

verify the signed release with gpg --verify mass-0.2.1-beta.tar.bz2.gpg

v0.2.0-beta

12 Sep 23:05
26daed3
Compare
Choose a tag to compare

What's new in release v0.2.0-beta?

  • added multisig support
  • strict 80% package test coverage
  • swap from xmr -> btc (bug with with funding rate changes that occur when rate increase after quote is created #28 )
  • mediator for btc -> xmr swaps that sweeps funds back if no action is taken from funding tx t+3600

verify the signed release with gpg --verify mass-0.2.0-beta.tar.bz2.gpg

v0.1.0-beta

27 Jul 21:06
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Notes

  • swap xmr tx metadata for lnd hold invoice
  • delay multisig integration to v0.2.0-beta (T_T)
  • created test framework