mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 04:34:19 +01:00
Vars and fields renaming (#387)
* Rename asp > server * Rename pool > round * Consolidate naming for pubkey/prvkey vars and types * Fix * Fix * Fix wasm * Rename congestionTree > vtxoTree * Fix wasm * Rename payment > request * Rename congestionTree > vtxoTree after syncing with master * Fix Send API in SDK * Fix wasm * Fix wasm * Fixes * Fixes after review * Fix * Fix naming * Fix * Fix e2e tests
This commit is contained in:
committed by
GitHub
parent
12d666bfdf
commit
7f937e8418
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* This package contains intermediary events that are used only by the covenantless version
|
||||
* they let to sign the congestion tree using musig2 algorithm
|
||||
* they let to sign the vtxo tree using musig2 algorithm
|
||||
* they are not included in domain because they don't mutate the Round state and should not be persisted
|
||||
*/
|
||||
package application
|
||||
@@ -17,7 +17,7 @@ import (
|
||||
// signer should react to this event by generating a musig2 nonce for each transaction in the tree
|
||||
type RoundSigningStarted struct {
|
||||
Id string
|
||||
UnsignedVtxoTree tree.CongestionTree
|
||||
UnsignedVtxoTree tree.VtxoTree
|
||||
Cosigners []*secp256k1.PublicKey
|
||||
UnsignedRoundTx string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user