Convex-Dev / convex-web

https://convex.world
16 stars 18 forks source link

Refactor Blocks internal HTTP API #203

Closed pedrorgirardi closed 3 years ago

pedrorgirardi commented 3 years ago

Remove transactions from the response of blocks.

Transactions should only be queried when viewing a particular block.

See #202 for more context on this issue.