Skip to content

Tags: zbww/raiden

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
LefterisJP Lefteris Karapetsas
Raiden v0.2.0

v0.1.0

Toggle v0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
LefterisJP Lefteris Karapetsas
Release v0.1.0 - Raiden Developer Preview

v0.0.9

Toggle v0.0.9's commit message
Bump version: 0.0.8 → 0.0.9

v0.0.8

Toggle v0.0.8's commit message
Bump version: 0.0.7 → 0.0.8

v0.0.7

Toggle v0.0.7's commit message
Bump version: 0.0.6 → 0.0.7

v0.0.6

Toggle v0.0.6's commit message
Bump version: 0.0.5 → 0.0.6

v0.0.5

Toggle v0.0.5's commit message

Verified

This tag was signed with the committer’s verified signature.
LefterisJP Lefteris Karapetsas
Raiden PoC 5 - Alternative Channels

- Made jsonrpc hex encoding compatible with newer versions of geth:
    - raiden-network#291
    - raiden-network#343
- Separated development from production dependencies - raiden-network#296
- Channels can now be reopened after closing - raiden-network#297
- Unique UDP socket port numbers for the tests - raiden-network#315
- Make raiden work for MacOSX - raiden-network#318
- The raiden node will now monitor its channels and automatically dispute if there is a discrepancy - raiden-network#327
- The client which deploys the registry contract will now keep quiet - raiden-network#331
- Fix timing error in the networking protocol of raiden - raiden-network#332
- Channels now emit an event when they are deleted - raiden-network#336
- Raiden readme changes - raiden-network#338
- Fixed RLP dependency error - raiden-network#339
- Fixed Pipy upstream URL location - raiden-network#342
- Fixed Pipy requirements - raiden-network#349
- We now reuse TCP ports instead of opening new ones for each new request - raiden-network#350
- Raiden can now also work with solc versions >= 0.4.9 - raiden-network#351
- The Raiden node now handles messages from outdated partners and messages sent to non-existing channels in a more graceful way - raiden-network#352
- General Code refactoring/additions:
   - raiden-network#295
   - raiden-network#304
   - raiden-network#310
   - raiden-network#313
   - raiden-network#320
   - raiden-network#328
   - raiden-network#329
   - raiden-network#330
   - raiden-network#333
   - raiden-network#345
   - raiden-network#346

v0.0.4

Toggle v0.0.4's commit message

Verified

This tag was signed with the committer’s verified signature.
LefterisJP Lefteris Karapetsas
Raiden POC 4 - El Cabrito

- Don't swallow errors when talking to the Github API:
  raiden-network#283

- Better specify and improve the channel closing strategy.
  raiden-network#276

- Test that unauthorized token transfers to a channel do not
  disrupt the netted token balance and the overall channel
  operation.
  raiden-network#284

v0.0.3

Toggle v0.0.3's commit message
Bump version: 0.0.2 → 0.0.3

v0.0.2

Toggle v0.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
LefterisJP Lefteris Karapetsas
Raiden Poc-2