You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so here’s a thing.
childchain v2 “block.get” is bad, it’s like… very bad. we know it's bad.
I propose that for version 2 of block.get we actually use a CDN to distribute block data. this means, that:
REQUEST
GET block.get?hash=f2iq2lkjakaskdjsdkfjajsjajaja
RESPONSE
HTTP/1.1 302 Found
Location: http://our-cdn-of-choice.com/f2iq2lkjakaskdjsdkfjajsjajaja
Redesign this endpoint, because it is absolutely horrible on full blocks.
The text was updated successfully, but these errors were encountered: