0g-chain/internal/x/paychan
2018-08-24 19:18:41 -04:00
..
client initial refactor sketch 2018-08-24 19:18:41 -04:00
doc.go add pkg doc file 2018-07-09 19:50:59 +01:00
endblocker.go initial refactor sketch 2018-08-24 19:18:41 -04:00
handler.go initial refactor sketch 2018-08-24 19:18:41 -04:00
keeper_test.go complete basic keeper tests 2018-07-15 12:41:55 +01:00
keeper.go initial refactor sketch 2018-08-24 19:18:41 -04:00
README.md initial refactor sketch 2018-08-24 19:18:41 -04:00
types.go initial refactor sketch 2018-08-24 19:18:41 -04:00
wire.go initial refactor sketch 2018-08-24 19:18:41 -04:00

Payment channel implementation sketch

Simplifications:

  • unidirectional paychans
  • no top ups or partial withdrawals (only opening and closing)

TODO

  • chnge module name to "channel"?