Skip to content
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

Pin rust-miniscript; fix action names #16

Merged
merged 5 commits into from
May 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Uncomment ark transition
  • Loading branch information
pool2win committed May 24, 2024
commit cdf788bf5f6009a050244bab29addbe52a75bc7b
30 changes: 15 additions & 15 deletions lib/contracts/ark/single_payment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,21 +185,21 @@
end
# end::alice_redeems_coins_after_timeout[]

# # tag::pay_alice_to_bob[]
# # Publish pool transaction, paying Alice to Bob
# run_transitions :setup,
# :create_funding_tx,
# :create_redeem_tx,
# :broadcast_funding_tx,
# :initialise_payment_to_bob,
# :build_alice_forfeit_tx,
# :publish_pool_tx, # <1>
# :bob_redeems_coins
# # end::pay_alice_to_bob[]

# # tag::reset[]
# node :reset
# # end::reset[]
# tag::pay_alice_to_bob[]
# Publish pool transaction, paying Alice to Bob
run_transitions :setup,
:create_funding_tx,
:create_redeem_tx,
:broadcast_funding_tx,
:initialise_payment_to_bob,
:build_alice_forfeit_tx,
:publish_pool_tx, # <1>
:bob_redeems_coins
# end::pay_alice_to_bob[]

# tag::reset[]
node :reset
# end::reset[]

# tag::cancelled_payment[]
# Cancel the payment because ASP is not responsive
Expand Down