0g-chain/internal/x/paychan
2018-08-27 23:48:48 -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 add error handling and fix compile errors 2018-08-27 23:48:48 -04:00
handler.go add error handling and fix compile errors 2018-08-27 23:48:48 -04:00
keeper_test.go add error handling and fix compile errors 2018-08-27 23:48:48 -04:00
keeper.go add error handling and fix compile errors 2018-08-27 23:48:48 -04:00
README.md add error handling and fix compile errors 2018-08-27 23:48:48 -04:00
types.go add error handling and fix compile errors 2018-08-27 23:48:48 -04:00
wire.go add error handling and fix compile errors 2018-08-27 23:48:48 -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"?
  • Find a better name for Queue - clarify distinction between int slice and abstract queue concept
  • Do all the small functions need to be methods on the keeper or can they just be floating around?
  • Tidy up - standardise var names, comments and method descriptions
  • is having all the get functions return a bool if not found reasonable?
  • any problem in signing your own address?
  • Gas