oasisprotocol / nexus

Official indexer for the Oasis Network.
Apache License 2.0
15 stars 4 forks source link

consensus/api: add block size_limit #724

Closed ptrus closed 4 months ago

ptrus commented 4 months ago

Displaying block gas limit only might be misleading for blocks where it's 0, since it could lead to believe that blocks were unlimited in size. There is also block size limit (in bytes) so include that one in API as well.