Skip to content

Releases: distributed-lab/taprootized-atomic-swaps

Release v0.2.0

27 Jan 16:11
a28d085
Compare
Choose a tag to compare
Release v0.2.0 Pre-release
Pre-release

Fixes

  • Add transaction's fee rate estimation a28d085
  • Replaced array argument in withdraw contract method with a single uint256 #1

Release v0.1.0

26 Jan 12:35
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release

It works!

What's Added

  • Depositor Solidity contract for atomic swap
  • Circom ZK circuits for generating ZK proof for the atomic swap
  • Rust environments for the proof generation:
    • Groth16 prover bindings based on the rapidsnark
    • Witness calculator based on the WASM
    • Groth16 verifier based on the ark-groth16 library
  • The example script to demonstrate a Taprootized Atomic Swap between Alice & Bob