SatoshiPortal / boltz-rust

Boltz client rust crate
https://docs.boltz.exchange
30 stars 19 forks source link

Add missing SubSwapStates and rustdocs for each state #47

Closed ok300 closed 4 months ago

ok300 commented 4 months ago

Based on some previous work from @hydra-yse , I added the missing RevSwapStates.

I also included descriptions for each submarine and reverse swap state from the Boltz Docs.

ok300 commented 4 months ago

I'm not sure why the test is failing, but it's not related to this PR.

ok300 commented 4 months ago

Since the PR is related to model fields, I added a commit on making all fields of CreateSubmarineResponse public, so they can be read by callers.

ok300 commented 4 months ago

Thanks @michael1011 , I applied your changes.

i5hi commented 4 months ago

Thanks @ok300 !

The failing test is not related to this PR indeed. I will patch it after merging.

i5hi commented 4 months ago

Concept ACK.