From 627c31503bfc9ed8731f9b74e862f505b3ff8edf Mon Sep 17 00:00:00 2001 From: lunfardo314 <evaldas.drasutis@iota.org> Date: Tue, 28 Jul 2020 10:41:45 +0300 Subject: [PATCH] WaspConn readme edit --- dapps/waspconn/readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dapps/waspconn/readme.md b/dapps/waspconn/readme.md index 93713dfe..c2a4e6b5 100644 --- a/dapps/waspconn/readme.md +++ b/dapps/waspconn/readme.md @@ -49,24 +49,24 @@ Protocol can handle practically unlimited message sizes. Functions: -### Posting a transaction +#### Posting a transaction Wasp node may post the transaction to Goshimmer for confirmation just like any other external program, for example a wallet. If `utxodb` is enabled, the transaction goes right into the confirmation emulation mechanism of `utxodb`. -### Subscription +#### Subscription Wasp node subscribes to transaction it wants to receive. It sends a list of addresses of smart contracts it is running and WaspConn is sending to Wasp any new confirmed transaction which has subscribed address among it outputs. -### Requesting a transaction +#### Requesting a transaction Wasp may request a transaction by hash. WaspConn plugin sends the confirmed transaction to Wasp (if found). -### Requesting address balances +#### Requesting address balances Wasp may request address balances from Goshimmer. WaspConn sends confirmed UTXOs which belongs to the address. -### Sending request backlog to Wasp +#### Sending request backlog to Wasp Upon request, WaspCon may send not only UTXO contained in the address, but it may also analyse colored tokens and send origin transactions of corresponding colors if they contain unspent outputs. This is how backlog of requests is handled on the tangle. -- GitLab