Skip to content

Commit 3f6759c

Browse files
sputn1ckhieblmi
authored andcommitted
staticaddr/loopin: update fsm for server ntfn sigs
This commit updates the loop in FSM to handle the new server based
1 parent 099e980 commit 3f6759c

File tree

7 files changed

+3559
-1009
lines changed

7 files changed

+3559
-1009
lines changed

looprpc/client.pb.go

Lines changed: 2742 additions & 772 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

looprpc/client.proto

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,23 +1855,19 @@ enum StaticAddressLoopInSwapState {
18551855

18561856
/*
18571857
*/
1858-
FETCH_SIGN_PUSH_SWEEPLESS_SWEEP_TX = 8;
1858+
SUCCEEDED = 8;
18591859

18601860
/*
18611861
*/
1862-
SUCCEEDED = 9;
1862+
SUCCEEDED_TRANSITIONING_FAILED = 9;
18631863

18641864
/*
18651865
*/
1866-
SUCCEEDED_SWEEPLESS_SIG_FAILED = 10;
1866+
UNLOCK_DEPOSITS = 10;
18671867

18681868
/*
18691869
*/
1870-
UNLOCK_DEPOSITS = 11;
1871-
1872-
/*
1873-
*/
1874-
FAILED_STATIC_ADDRESS_SWAP = 12;
1870+
FAILED_STATIC_ADDRESS_SWAP = 11;
18751871
}
18761872

18771873
message StaticAddressLoopInRequest {

0 commit comments

Comments
 (0)