You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- created the Deposit Tx protocol as library - added check for Fraud detection, when Bob sends a UTXO, which is actually from Alice wallet. - added concept for partial transactions - upgrade to BDK 1.0.0 final
Pull 12: Add MuSig2 protocol implementation with test integration
- created Deposit Transaction with MuSig key using multiple inputs and change outputs, also using FSM friendly architecture. - depotest - created MuSig aggregated Keys P' and Q' in Java FSM architectural style. - implemented key aggregation for MuSig2 with architecture FSM - new architecture of using rounds explicitly to make Java FSM easy - reorganized adaptor code and DepositTx creation - Proposed Protocol update, no CSV script, seller has SwapTx, anchor outputs - Signature SIGHASH 0x83, study to get rid of anchour outputs. - rearranged methods for readability - Added document for the Math behind MuSig2 adaptor signature and calling rust library 'musig2' - Refactor MusigProtocol to use dynamic transaction amounts.
- SwapTx constructed - adaptor signature of SwapTx working - revealing of secret adaptor working - correction of crypto math for rust adapter protocol - new protocol structure - prilimary structuring of code template - minor: added mining of new block after testrun.
Total
10550
Contributions in progress
Ongoing development in Repository Bisq-musig is still sample code / experimental, expect new commits for next cycle.
The text was updated successfully, but these errors were encountered:
Summary
4607
Contributions delivered
compose DepositTx collaborative using partial trnasactions
- added check for Fraud detection, when Bob sends a UTXO, which is actually from Alice wallet.
- added concept for partial transactions
- upgrade to BDK 1.0.0 final
Add MuSig2 protocol implementation with test integration
aggregated keys, FSM architecture, DepositTx
- depotest
- created MuSig aggregated Keys P' and Q' in Java FSM architectural style.
- implemented key aggregation for MuSig2 with architecture FSM
- new architecture of using rounds explicitly to make Java FSM easy
- reorganized adaptor code and DepositTx creation
- Proposed Protocol update, no CSV script, seller has SwapTx, anchor outputs
- Signature SIGHASH 0x83, study to get rid of anchour outputs.
- rearranged methods for readability
- Added document for the Math behind MuSig2 adaptor signature and calling rust library 'musig2'
- Refactor MusigProtocol to use dynamic transaction amounts.
adaptor signature with MuSig2 in SwapTx
- adaptor signature of SwapTx working
- revealing of secret adaptor working
- correction of crypto math for rust adapter protocol
- new protocol structure
- prilimary structuring of code template
- minor: added mining of new block after testrun.
Contributions in progress
Ongoing development in Repository Bisq-musig is still sample code / experimental, expect new commits for next cycle.
The text was updated successfully, but these errors were encountered: