cuprate icon indicating copy to clipboard operation
cuprate copied to clipboard

Tracking Issue for RPC handlers

Open hinto-janai opened this issue 1 year ago • 0 comments

About tracking issues

Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter.

What

This is a tracking issue for Cuprate's initial RPC handler implementation. The RPC handlers build upon the previous crates created in https://github.com/Cuprate/cuprate/issues/183. They implement the function bodies responsible for mapping requests to responses.

Steps

  • Internal changes required for RPC handlers
    • [x] https://github.com/Cuprate/cuprate/pull/266
    • [x] https://github.com/Cuprate/cuprate/pull/297
    • [x] https://github.com/Cuprate/cuprate/pull/300
    • [x] https://github.com/Cuprate/cuprate/pull/301
    • [x] https://github.com/Cuprate/cuprate/pull/309
    • [x] https://github.com/Cuprate/cuprate/pull/310
    • [x] https://github.com/Cuprate/cuprate/pull/320
  • Handlers
    • [x] Initial skeleton, fn signatures, mappings
      • [x] https://github.com/Cuprate/cuprate/pull/262
      • [x] https://github.com/Cuprate/cuprate/pull/272
    • [x] Implementation: https://github.com/Cuprate/cuprate/pull/355
  • Documentation
    • [ ] Architecture book: https://github.com/Cuprate/cuprate/pull/341

Related

  • https://github.com/Cuprate/cuprate/issues/183
  • https://github.com/Cuprate/cuprate/issues/278
  • https://github.com/Cuprate/cuprate/issues/279
  • https://github.com/Cuprate/cuprate/pull/345

TODO

  • https://github.com/Cuprate/cuprate/pull/147#discussion_r1654885288
  • https://github.com/Cuprate/cuprate/pull/147#discussion_r1654912900
  • https://github.com/Cuprate/cuprate/pull/243#discussion_r1706267704

hinto-janai avatar Aug 04 '24 18:08 hinto-janai