As multiple services fetch the same blocks from the same chains, the gateway should have a caching layer that allows us to call the RPC endpoint only once and return block information multiple times.
The caching layer should only hold a couple of minutes' worth of blocks saved.
This will reduce considerably our usage of RPC calls.
Implementation details
TBD
Testing details
Acceptance Criteria
QA Details
As multiple services fetch the same blocks from the same chains, the gateway should have a caching layer that allows us to call the RPC endpoint only once and return block information multiple times.
The caching layer should only hold a couple of minutes' worth of blocks saved.
This will reduce considerably our usage of RPC calls.
Implementation details
TBD
Testing details
Acceptance Criteria
QA Details