Skip to main content

Questions tagged [raiden]

1 vote
0 answers
33 views

Question : If a payment channel network that routes multi-hop payments uses HTLC's (hash time locked contracts) which must first lock up funds on-chain and also be redeemed on-chain then how are they ...
Luke Wanless's user avatar
1 vote
1 answer
2k views

OSX 10.15.4 Running under virtual env with python3.7 Hi, I'm trying to work with Raiden. Trying to install pyethapp. While installing the requirements.txt, I fail on "Building wheel for gevent (...
user60380's user avatar
2 votes
1 answer
49 views

Is there any code in the Raiden client that deploys a TokenNetworkRegistry contract?
yhirai's user avatar
  • 345
1 vote
1 answer
57 views

Throughout the Raiden source code, the result of a state transition is called a iteration (for example https://github.com/raiden-network/raiden/pull/4791#pullrequestreview-285494821 ). Where does ...
yhirai's user avatar
  • 345
2 votes
1 answer
89 views

In the current implementation of the Raiden protocol, when a payment routing fails after some transfers, the already made hash time locks are left there until they expire. This consumed the channel ...
yhirai's user avatar
  • 345
1 vote
1 answer
99 views

In Lightning Network, It uses timelock to prevent attack that places stale state onto the blockchain for single channel. (Not for payment routing, only for single payment channel between two nodes) ...
xiaofo's user avatar
  • 73
3 votes
1 answer
87 views

As I understand, privacy on of the key features or Raiden. Let's say that I want fast transactions but at the same time I want to have the transparent transactions history for an independent observer,...
Artem's user avatar
  • 142
0 votes
1 answer
57 views

If a malicious party attempts to close a Raiden payment channel with incorrect balances, can they steal the deposit if the other party doesn't respond? If they close the channel and transmit that ...
John Murphy's user avatar
0 votes
1 answer
82 views

Since Raiden is off-chain, could I theoretically set up some channels among a group of local parties and conduct transactions offline via NFC, bluetooth, wifidirect, etc.? Since it's off chain and ...
John Murphy's user avatar
7 votes
2 answers
9k views

I read about Ethereum’s Layer 2 Scaling Solutions. Understood that layer 1 is the base consensus layer of ethereum protocol, changes typically require a hard fork. Is it true that layer 2 here refers ...
Consy's user avatar
  • 592
2 votes
0 answers
57 views

https://github.com/raiden-network/raiden can raiden network be used on ethereum PoA(proof of Authority) ? If it can , how to use it? Please help.
Jan Mac's user avatar
  • 41
1 vote
1 answer
91 views

Is there a way to transfer data through Raiden Network. As i checked their Docs and whitepaper all its mentioned about ERC token transfer. i need to transfer a hash to Etherum rough Raiden network. Is ...
Sharmilan's user avatar
  • 113
0 votes
2 answers
209 views

I have been looking up scaling issues associated with Ethereum. I have not found any resources that give an easy to understand definition of the problem. I am aware that there are efforts like Raiden, ...
Madhavan Malolan's user avatar
0 votes
1 answer
416 views

I'm trying out Micro Raiden on Rinkeby testnet, but a call to 'token' field in a contract returns empty value (0x) when using infura.io directly or geth, but not on MEW connected to infura.io. This ...
Piotr Trzpil's user avatar
2 votes
1 answer
282 views

As I understand the Raiden network a smart contract is set up between two addresses, and loaded by each participant with tokens, and this instance of the smart contract sits in the blockchain. At this ...
Slicc's user avatar
  • 145

15 30 50 per page