MyHush / hush3

Hush: Speak And Transact Freely
https://myhush.org
Other
15 stars 13 forks source link

Subatomic Swaps In Hush #107

Closed leto closed 4 years ago

leto commented 4 years ago

This brings the latest distributed application or "dapp" from KMD upstream jl777 repo into the Hush codebase!

It is not part of the main build system, to compile it:

cd src/cc/dapps
make subatomic

and then a subatomic binary will be created in that directory.

leto commented 4 years ago

@DenioD let's make a test plan for this! Since we are turning off support for Hush taddrs soon, let's only focus on zaddrs for HUSH.

The format of swaps is Alice<>Bob where Alice is always the sender and Bob is receiver, and Alice is sending basecoin and Bob is using relcoin in the terminology of internals.

The above 2 tests will exercise z=>t and z=>z swap code and provide a good baseline for any alphatesters to reproduce.