forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(trading-proto-upgrade): locked amounts, kmd burn and other impl (#…
…2046) What's done: - Locked amount handling for UTXO swaps (more work will be needed for ETH/ERC20) - Implemented conditional wait for maker payment confirmation before signing funding tx spend preimage on taker's side. - active_swaps V2 RPC - Handling accept_only_from for swap messages (validation of the sender) - Added swap_uuid for swap v2 messages to avoid reusage of the messages generated for other swaps - Implemented maker payment immediate refund path handling - Implemented KMD dex fee burn for upgraded swaps - Added dockerized Geth node for ETH-related integration tests (more to be done in the next sprints) - Fixed ETH watcher tests Updated deps: - test-containers (other Cargo.lock updates are triggered by it). The purpose is to rely on the official version instead of using the fork. The fork also didn't allow passing additional arguments to the image (only `docker run` options were available).
- Loading branch information
1 parent
f2dedc2
commit af57160
Showing
61 changed files
with
4,448 additions
and
2,121 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.