Commit d909311
committed
ci: update submodules to latest commit
1 parent b27ebb1 commit d909311
3 files changed
Lines changed: 3 additions & 3 deletions
- Cargo.lock+1
- docs/content/demo_wallet/eutxo.mdx-113
- docs/content/demo_wallet/order_book/usage.mdx+167-43
- docs/content/demo_wallet/tx_builder.mdx+25
- docs/content/index.mdx+2-2
- griffin-core/src/genesis/config_builder.rs+6-6
- griffin-core/src/types.rs+23-4
- wallet/Cargo.toml+1
- wallet/README.md+13-102
- wallet/src/cli.rs+50-361
- wallet/src/command.rs+807
- wallet/src/eutxo.rs-1.0k
- wallet/src/eutxo_examples/hello_world/create/inputs_info.json+6
- wallet/src/eutxo_examples/hello_world/create/outputs_info.json+18
- wallet/src/eutxo_examples/hello_world/datum.txt-1
- wallet/src/eutxo_examples/hello_world/redeemer.txt-1
- wallet/src/eutxo_examples/hello_world/scripts_info.json+5
- wallet/src/eutxo_examples/hello_world/spend/inputs_info.json+7
- wallet/src/eutxo_examples/hello_world/spend/outputs_info.json+7
- wallet/src/eutxo_examples/hello_world/validator.txt-1
- wallet/src/eutxo_examples/one_shot_mp/inputs_info.json+6
- wallet/src/eutxo_examples/one_shot_mp/mintings_info.json+7
- wallet/src/eutxo_examples/one_shot_mp/outputs_info.json+16
- wallet/src/eutxo_examples/one_shot_mp/parameters.txt-1
- wallet/src/eutxo_examples/one_shot_mp/redeemer.txt-1
- wallet/src/eutxo_examples/one_shot_mp/script.txt-1
- wallet/src/eutxo_examples/one_shot_mp/scripts_info.json+6
- wallet/src/eutxo_examples/order_book/cancel_order/inputs_info.json+7
- wallet/src/eutxo_examples/order_book/cancel_order/mintings_info.json+7
- wallet/src/eutxo_examples/order_book/cancel_order/outputs_info.json+12
- wallet/src/eutxo_examples/order_book/cancel_redeemer.txt-1
- wallet/src/eutxo_examples/order_book/create_order/inputs_info.json+6
- wallet/src/eutxo_examples/order_book/create_order/mintings_info.json+7
- wallet/src/eutxo_examples/order_book/create_order/outputs_info.json+27
- wallet/src/eutxo_examples/order_book/datum.txt-1
- wallet/src/eutxo_examples/order_book/policy_redeemer.txt-1
- wallet/src/eutxo_examples/order_book/resolve_order/inputs_info.json+11
- wallet/src/eutxo_examples/order_book/resolve_order/mintings_info.json+7
- wallet/src/eutxo_examples/order_book/resolve_order/outputs_info.json+22
- wallet/src/eutxo_examples/order_book/resolve_redeemer.txt-1
- wallet/src/eutxo_examples/order_book/script.txt-1
- wallet/src/eutxo_examples/order_book/scripts_info.json+5
- wallet/src/eutxo_examples/vesting/create/inputs_info.json+6
- wallet/src/eutxo_examples/vesting/create/outputs_info.json+18
- wallet/src/eutxo_examples/vesting/datum.txt-1
- wallet/src/eutxo_examples/vesting/redeemer.txt-1
- wallet/src/eutxo_examples/vesting/scripts_info.json+5
- wallet/src/eutxo_examples/vesting/spend/inputs_info.json+7
- wallet/src/eutxo_examples/vesting/spend/outputs_info.json+7
- wallet/src/eutxo_examples/vesting/validator.txt-1
- wallet/src/main.rs+14-26
- wallet/src/money.rs-238
- wallet/src/order_book.rs+377-874
- wallet/src/sync.rs+12-1
0 commit comments