forest icon indicating copy to clipboard operation
forest copied to clipboard

PayChannel RPC methods

Open amerameen opened this issue 5 years ago • 1 comments

Task summary

PayChannel methods should be exposed from the JSON-RPC server. The Paych methods are for interacting with and managing payment channels. The logic for most of these methods exists in paychmgr.Manager, and requires building out the store and state files in paychmgr as well. Keep in mind, there is likely going to be a refactor on the lotus code for this component.

Methods include:

  • [ ] PaychGet

  • [ ] PaychList

  • [ ] PaychStatus

  • [ ] PaychClose

  • [ ] PaychAllocateLane

  • [ ] PaychNewPayment

  • [ ] PaychVoucherCheckValid

  • [ ] PaychVoucherCheckSpendable

  • [ ] PaychVoucherCreate

  • [ ] PaychVoucherAdd

  • [ ] PaychVoucherSubmit

amerameen avatar Jun 29 '20 18:06 amerameen

@dutterbutter will break this down to clarify scope (especially when it comes to scope of testing)

amerameen avatar Oct 26 '20 18:10 amerameen

Stale

LesnyRumcajs avatar Apr 17 '24 10:04 LesnyRumcajs