mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 18:15:19 +00:00
.. | ||
client | ||
doc.go | ||
handler.go | ||
keeper_test.go | ||
keeper.go | ||
README.md | ||
types.go | ||
wire.go |
Payment channel implementation sketch
Simplifications:
- unidirectional paychans
- no top ups or partial withdrawals (only opening and closing)
- no protection against fund lock up from dissapearing receiver
TODO
- fix issue with multisig accounts and sequence numbers
- create a nicer paychan store key for querying (and implement query)
- expand client code
- tidy up - add return tags
- start removing simplifications, refactor