forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trading protocol upgrade v2. #1895
Labels
Comments
artemii235
added a commit
that referenced
this issue
Oct 30, 2023
…1980) This commit: - Removes access by index for UTXO transactions handling - Changes OP_CHECKMULTISIG to <pubkey0> OP_CHECKSIGVERIFY <pubkey1> OP_CHECKSIG - Stores upgraded swaps data to SQLite DB (still WIP) - Implements protocol enhancement for UTXO coins by adding one more funding tx for taker, which can be reclaimed immediately if maker back-outs. - Adds CoinAssocTypes trait representing coin associated types. #1895
artemii235
changed the title
Trading protocol upgrade.
Trading protocol upgrade (to version 2.0).
Jan 29, 2024
artemii235
changed the title
Trading protocol upgrade (to version 2.0).
Trading protocol upgrade v2.
Jan 29, 2024
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TBA: Scope of work
as
)trading-bot
feature flag for now)recover_funds_of_swap
)accept_only_from
our order peer)gas limit
consts and params for v2 calls)refund_taker_funding_timelock
to recreate the taker swap data from maker swap data if taker lost their secret)The text was updated successfully, but these errors were encountered: