BlockPo / BlockPo-to-Tradelayer

Incubation Repo for the TradeLayer protocol, 0.2.0
http://www.tradelayer.org
Other
8 stars 8 forks source link

Update Data API Routes to Sequelize #212

Closed patrickdugan closed 3 years ago

patrickdugan commented 4 years ago

What it says on the tin. You can't expect an RPC-based API route to hold up under much traffic. Gotta check that the sync script feeds an accurate snapshot of the TradeLayer to the SQL and then retrieve it to return the GET request.

patrickdugan commented 3 years ago

Decided to go in a different direction and drop the SQL.