Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Goshimmer_without_tipselection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COLLET Ismael
Goshimmer_without_tipselection
Commits
627c3150
Commit
627c3150
authored
4 years ago
by
lunfardo314
Browse files
Options
Downloads
Patches
Plain Diff
WaspConn readme edit
parent
c0998701
Branches
wasp
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dapps/waspconn/readme.md
+5
-5
5 additions, 5 deletions
dapps/waspconn/readme.md
with
5 additions
and
5 deletions
dapps/waspconn/readme.md
+
5
−
5
View file @
627c3150
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment