Colored-Coins / coloredcoinsd

RESTful web server for Colored-Coins protocol operations, implemented in Node.js.
23 stars 23 forks source link

use continuous-local-storage instead of passing request #5

Closed oleiba closed 8 years ago

oleiba commented 8 years ago

This is useful for elegantly passing correlation-id and other headers that are needed to be forwarded to other servers (currently only to block-explorer). local-storage context is encapsulating both request and response and can be used for more needs in the future.

tal-beja commented 8 years ago

Look much much better, but still, maybe it could be more elegant?