Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Architecture of Daemon , added details on pay per use call
  • Loading branch information
anandrgitnirman authored and anandrgitnirman committed Jun 11, 2020
1 parent 674ce75 commit 5558d34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ platform-dev:
architecture:
title: Architecture
excerpt: Architechtire of all key components in Daemon
url: '/docs/platform-dev/daemon-architecture.md'
url: '/docs/platform-dev/daemon-architecture'

mpe:
title: Multi-Party Escrow
Expand Down
Binary file added assets/img/daemon/payperusecalll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions docs/platform-dev/daemon-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Details involve Channel Id Nonce,Amount signed , Signature and the nonce of the
Daemon also sends back the last signed signature of the old nonce ( in case a claim is in progress or a claim was made)


![components](/assets/img/daemon/stateservice.png)
![Stateservice](/assets/img/daemon/stateservice.png)


## Pay Per use calls

## Concurrent calls
The client signs in for the next cumulative amount ( i.e X+P), where X is the amount last amount signed on the given Channel Id and Nonce
![Pay per use](/assets/img/daemon/payperusecalll.png)


## Control Service Calls
Expand All @@ -35,9 +35,8 @@ Daemon also sends back the last signed signature of the old nonce ( in case a cl

### Start-claim request/requests


### List-in-progress


## Concurrent calls


0 comments on commit 5558d34

Please sign in to comment.