perun-node icon indicating copy to clipboard operation
perun-node copied to clipboard

State channel node of the blockchain-agnostic state channels framework Perun.

Results 17 perun-node issues
Sort by recently updated
recently updated
newest added

#### Motivation / Context To get a high level view of the interaction between user, perun node and the sdk. #### Description Make a seqeunce diagram for the interaction between...

#### Description Executing command _perunnode generate_ creates new files for alice and bob as well as a node.yaml configuration. Program first creates new files and folders in /tmp in Linux...

bug

Hi, what is the current status of this project? Is development still in progress? Any ETA, when app channels will be supported? I'm about to create an app using state...

#### Motivation / Context Currently, the watcher is started when a channel is opened (see `newCh` function in `session/channel.go` and assumed that it will only return after the channel instance...

improvement

#### Motivation / Context To benchmark the speed of off-chain transactions. #### Description Add a benchmark test in `api/grpc` package and `session` package using the integration test setup. ##### Relates...

improvement
2

**Discussed in**  Node meeting 23.4.2020. **Description**  Try out `Hyperledger Besu` as Ethereum Client for `go-perun`. **Context**  `go-perun` already works with `gnache-cli`, `geth`, `parity` and `Infura`. `Besu` will hopefully work out-of-the-Box...

#### Motivation / Context Define specification for and implement an RPC interface for node user. #### Description gRPC has been identified as the protocol for first implementation of RPC interface...